Table of Contents

Class DicomNCreateResponse

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

Representation of the N-CREATE response.

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

Constructors

DicomNCreateResponse(DicomDataset)

Initializes a new instance of the DicomNCreateResponse class.

public DicomNCreateResponse(DicomDataset command)

Parameters

command DicomDataset

N-CREATE response command.

DicomNCreateResponse(DicomNCreateRequest, DicomStatus)

Initizalizes a new instance of the DicomNCreateResponse class.

public DicomNCreateResponse(DicomNCreateRequest request, DicomStatus status)

Parameters

request DicomNCreateRequest

Associated N-CREATE request.

status DicomStatus

Response status.

Properties

SOPInstanceUID

Gets the affected SOP instance UID.

public DicomUID SOPInstanceUID { get; }

Property Value

DicomUID

Remarks

In the N-CREATE response, Affected SOP Instance UID is optional, and

null
can thus be returned.