Class DicomNGetResponse
- Namespace
 - FellowOakDicom.Network
 
- Assembly
 - fo-dicom.core.dll
 
Representation of the N-GET response.
public sealed class DicomNGetResponse : DicomResponse
  - Inheritance
 - 
      
      
      
      DicomNGetResponse
 
- Inherited Members
 
- Extension Methods
 
Constructors
DicomNGetResponse(DicomDataset)
Initializes an instance of the DicomNGetResponse class.
public DicomNGetResponse(DicomDataset command)
  Parameters
commandDicomDatasetN-GET response command.
DicomNGetResponse(DicomNGetRequest, DicomStatus)
Initializes an instance of the DicomNGetResponse class.
public DicomNGetResponse(DicomNGetRequest request, DicomStatus status)
  Parameters
requestDicomNGetRequestAssociated N-GET request.
statusDicomStatusResponse status.
Properties
SOPInstanceUID
Gets the affected SOP instance UID.
public DicomUID SOPInstanceUID { get; }