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
commandDicomDatasetN-CREATE request command.
DicomNCreateRequest(DicomUID, DicomUID)
Initializes a new instance of the DicomNCreateRequest class.
public DicomNCreateRequest(DicomUID affectedClassUid, DicomUID affectedInstanceUid)
Parameters
affectedClassUidDicomUIDAffected SOP class UID.
affectedInstanceUidDicomUIDAffected SOP instance UID.
Fields
OnResponseReceived
Gets or sets the handler for the N-CREATE response received event.
public DicomNCreateRequest.ResponseDelegate OnResponseReceived
Field Value
Properties
SOPInstanceUID
Gets the affected SOP instance UID.
public DicomUID SOPInstanceUID { get; }
Property Value
Methods
PostResponse(DicomService, DicomResponse)
Invoke the event handler upon receiving a N-CREATE response.
protected override void PostResponse(DicomService service, DicomResponse response)
Parameters
serviceDicomServiceAssociated DICOM service.
responseDicomResponseN-CREATE response.