Class DicomNDeleteResponse
Representation of an N-DELETE response.
Inherited Members
Namespace: Dicom.Network
Assembly: cs.temp.dll.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 |