Class AAbort
A-ABORT
Implements
Inherited Members
Namespace: Dicom.Network
Assembly: cs.temp.dll.dll
Syntax
public class AAbort : PDU
Constructors
AAbort()
Initializes new A-ABORT
Declaration
public AAbort()
AAbort(DicomAbortSource, DicomAbortReason)
Initializes new A-ABORT
Declaration
public AAbort(DicomAbortSource source, DicomAbortReason reason)
Parameters
Type | Name | Description |
---|---|---|
DicomAbortSource | source | Abort source |
DicomAbortReason | reason | Abort reason |
Properties
Reason
Abort reason
Declaration
public DicomAbortReason Reason { get; }
Property Value
Type | Description |
---|---|
DicomAbortReason |
Source
Abort source
Declaration
public DicomAbortSource Source { get; }
Property Value
Type | Description |
---|---|
DicomAbortSource |
Methods
Read(RawPDU)
Reads A-ABORT from PDU buffer
Declaration
public void Read(RawPDU raw)
Parameters
Type | Name | Description |
---|---|---|
RawPDU | raw | PDU buffer |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |
Overrides
Write()
Writes A-ABORT to PDU buffer
Declaration
public RawPDU Write()
Returns
Type | Description |
---|---|
RawPDU | PDU buffer |