Table of Contents

Class DicomNCreateRequest

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

Representation of the N-CREATE request.

public sealed class DicomNCreateRequest : DicomRequest
Inheritance
DicomNCreateRequest
Inherited Members
Extension Methods

Constructors

DicomNCreateRequest(DicomDataset)

Initializes a new instance of the DicomNCreateRequest class.

public DicomNCreateRequest(DicomDataset command)

Parameters

command DicomDataset

N-CREATE request command.

DicomNCreateRequest(DicomUID, DicomUID)

Initializes a new instance of the DicomNCreateRequest class.

public DicomNCreateRequest(DicomUID affectedClassUid, DicomUID affectedInstanceUid)

Parameters

affectedClassUid DicomUID

Affected SOP class UID.

affectedInstanceUid DicomUID

Affected SOP instance UID.

Fields

OnResponseReceived

Gets or sets the handler for the N-CREATE response received event.

public DicomNCreateRequest.ResponseDelegate OnResponseReceived

Field Value

DicomNCreateRequest.ResponseDelegate

Properties

SOPInstanceUID

Gets the affected SOP instance UID.

public DicomUID SOPInstanceUID { get; }

Property Value

DicomUID

Methods

PostResponse(DicomService, DicomResponse)

Invoke the event handler upon receiving a N-CREATE response.

protected override void PostResponse(DicomService service, DicomResponse response)

Parameters

service DicomService

Associated DICOM service.

response DicomResponse

N-CREATE response.