Table of Contents

Class DicomNDeleteResponse

Namespace
FellowOakDicom.Network
Assembly
fo-dicom.core.dll

Representation of an N-DELETE response.

public sealed class DicomNDeleteResponse : DicomResponse
Inheritance
DicomNDeleteResponse
Inherited Members
Extension Methods

Constructors

DicomNDeleteResponse(DicomDataset)

Initializes a new instance of the DicomNDeleteResponse class.

public DicomNDeleteResponse(DicomDataset command)

Parameters

command DicomDataset

N-DELETE response command.

DicomNDeleteResponse(DicomNDeleteRequest, DicomStatus)

Initializes a new instance of the DicomNDeleteResponse class.

public DicomNDeleteResponse(DicomNDeleteRequest request, DicomStatus status)

Parameters

request DicomNDeleteRequest

Associated N-DELETE request.

status DicomStatus

Response status.

Properties

SOPInstanceUID

Gets the affected SOP instance UID.

public DicomUID SOPInstanceUID { get; }

Property Value

DicomUID