Class DicomNGetResponse
Representation of the N-GET response.
Inherited Members
Namespace: Dicom.Network
Assembly: cs.temp.dll.dll
Syntax
public sealed class DicomNGetResponse : DicomResponse
Constructors
DicomNGetResponse(DicomDataset)
Initializes an instance of the DicomNGetResponse class.
Declaration
public DicomNGetResponse(DicomDataset command)
Parameters
Type | Name | Description |
---|---|---|
DicomDataset | command | N-GET response command. |
DicomNGetResponse(DicomNGetRequest, DicomStatus)
Initializes an instance of the DicomNGetResponse class.
Declaration
public DicomNGetResponse(DicomNGetRequest request, DicomStatus status)
Parameters
Type | Name | Description |
---|---|---|
DicomNGetRequest | request | Associated N-GET request. |
DicomStatus | status | Response status. |
Properties
SOPInstanceUID
Gets the affected SOP instance UID.
Declaration
public DicomUID SOPInstanceUID { get; }
Property Value
Type | Description |
---|---|
DicomUID |