Class DicomNSetResponse
Representation of an N-SET 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 DicomNSetResponse : DicomResponse
Constructors
DicomNSetResponse(DicomDataset)
Initializes an instance of the DicomNSetResponse class.
Declaration
public DicomNSetResponse(DicomDataset command)
Parameters
Type | Name | Description |
---|---|---|
DicomDataset | command | N-SET response command. |
DicomNSetResponse(DicomNSetRequest, DicomStatus)
Initializes an instance of the DicomNSetResponse class.
Declaration
public DicomNSetResponse(DicomNSetRequest request, DicomStatus status)
Parameters
Type | Name | Description |
---|---|---|
DicomNSetRequest | request | Associated N-SET request. |
DicomStatus | status | Response status. |
Properties
SOPInstanceUID
Gets the affected SOP instance UID.
Declaration
public DicomUID SOPInstanceUID { get; }
Property Value
Type | Description |
---|---|
DicomUID |