Class DicomNCreateResponse
Representation of the N-CREATE response.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: FellowOakDicom.Network
Assembly: fo-dicom.core.dll
Syntax
public sealed class DicomNCreateResponse : DicomResponse
Constructors
DicomNCreateResponse(DicomDataset)
Initializes a new instance of the DicomNCreateResponse class.
Declaration
public DicomNCreateResponse(DicomDataset command)
Parameters
Type | Name | Description |
---|---|---|
DicomDataset | command | N-CREATE response command. |
DicomNCreateResponse(DicomNCreateRequest, DicomStatus)
Initizalizes a new instance of the DicomNCreateResponse class.
Declaration
public DicomNCreateResponse(DicomNCreateRequest request, DicomStatus status)
Parameters
Type | Name | Description |
---|---|---|
DicomNCreateRequest | request | Associated N-CREATE request. |
DicomStatus | status | Response status. |
Properties
SOPInstanceUID
Gets the affected SOP instance UID.
Declaration
public DicomUID SOPInstanceUID { get; }
Property Value
Type | Description |
---|---|
DicomUID |
Remarks
In the N-CREATE response, Affected SOP Instance UID is optional, and
null
can thus be returned.