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
commandDicomDatasetN-CREATE response command.
DicomNCreateResponse(DicomNCreateRequest, DicomStatus)
Initizalizes a new instance of the DicomNCreateResponse class.
public DicomNCreateResponse(DicomNCreateRequest request, DicomStatus status)
  Parameters
requestDicomNCreateRequestAssociated N-CREATE request.
statusDicomStatusResponse 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.