Class DicomNCreateResponse
Representation of the N-CREATE response.
Inherited Members
Namespace: Dicom.Network
Assembly: cs.temp.dll.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.