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