Class DicomNCreateResponse
- Namespace
- FellowOakDicom.Network
- Assembly
- fo-dicom.core.dll
Representation of the N-CREATE response.
public sealed class DicomNCreateResponse : DicomResponse
- Inheritance
-
DicomNCreateResponse
- Inherited Members
- Extension Methods
Constructors
DicomNCreateResponse(DicomDataset)
Initializes a new instance of the DicomNCreateResponse class.
public DicomNCreateResponse(DicomDataset command)
Parameters
command
DicomDatasetN-CREATE response command.
DicomNCreateResponse(DicomNCreateRequest, DicomStatus)
Initizalizes a new instance of the DicomNCreateResponse class.
public DicomNCreateResponse(DicomNCreateRequest request, DicomStatus status)
Parameters
request
DicomNCreateRequestAssociated N-CREATE request.
status
DicomStatusResponse status.
Properties
SOPInstanceUID
Gets the affected SOP instance UID.
public DicomUID SOPInstanceUID { get; }
Property Value
Remarks
In the N-CREATE response, Affected SOP Instance UID is optional, and
null
can thus be returned.