Class DicomNCreateRequest
Representation of the N-CREATE request.
Inherited Members
Namespace: Dicom.Network
Assembly: cs.temp.dll.dll
Syntax
public sealed class DicomNCreateRequest : DicomRequest
Constructors
DicomNCreateRequest(DicomDataset)
Initializes a new instance of the DicomNCreateRequest class.
Declaration
public DicomNCreateRequest(DicomDataset command)
Parameters
Type | Name | Description |
---|---|---|
DicomDataset | command | N-CREATE request command. |
DicomNCreateRequest(DicomUID, DicomUID)
Initializes a new instance of the DicomNCreateRequest class.
Declaration
public DicomNCreateRequest(DicomUID affectedClassUid, DicomUID affectedInstanceUid)
Parameters
Type | Name | Description |
---|---|---|
DicomUID | affectedClassUid | Affected SOP class UID. |
DicomUID | affectedInstanceUid | Affected SOP instance UID. |
Fields
OnResponseReceived
Gets or sets the handler for the N-CREATE response received event.
Declaration
public DicomNCreateRequest.ResponseDelegate OnResponseReceived
Field Value
Type | Description |
---|---|
DicomNCreateRequest.ResponseDelegate |
Properties
SOPInstanceUID
Gets the affected SOP instance UID.
Declaration
public DicomUID SOPInstanceUID { get; }
Property Value
Type | Description |
---|---|
DicomUID |
Methods
PostResponse(DicomService, DicomResponse)
Invoke the event handler upon receiving a N-CREATE response.
Declaration
protected override void PostResponse(DicomService service, DicomResponse response)
Parameters
Type | Name | Description |
---|---|---|
DicomService | service | Associated DICOM service. |
DicomResponse | response | N-CREATE response. |