Class DicomNGetResponse
Representation of the N-GET response.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: FellowOakDicom.Network
Assembly: fo-dicom.core.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 |