Class DicomNActionRequest
Representation of an N-ACTION request.
Inherited Members
Namespace: Dicom.Network
Assembly: cs.temp.dll.dll
Syntax
public sealed class DicomNActionRequest : DicomRequest
Constructors
DicomNActionRequest(DicomDataset)
Initializes an instance of the DicomNActionRequest class.
Declaration
public DicomNActionRequest(DicomDataset command)
Parameters
Type | Name | Description |
---|---|---|
DicomDataset | command | N-ACTION request command. |
DicomNActionRequest(DicomUID, DicomUID, UInt16)
Initializes an instance of the DicomNActionRequest class.
Declaration
public DicomNActionRequest(DicomUID requestedClassUid, DicomUID requestedInstanceUid, ushort actionTypeId)
Parameters
Type | Name | Description |
---|---|---|
DicomUID | requestedClassUid | Requested SOP class UID. |
DicomUID | requestedInstanceUid | Requested SOP instance UID. |
UInt16 | actionTypeId | Action type ID. |
Fields
OnResponseReceived
Gets or sets the handler for the N-ACTION response received event.
Declaration
public DicomNActionRequest.ResponseDelegate OnResponseReceived
Field Value
Type | Description |
---|---|
DicomNActionRequest.ResponseDelegate |
Properties
ActionTypeID
Gets the action type ID.
Declaration
public ushort ActionTypeID { get; }
Property Value
Type | Description |
---|---|
UInt16 |
SOPInstanceUID
Gets the requested 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-ACTION response.
Declaration
protected override void PostResponse(DicomService service, DicomResponse response)
Parameters
Type | Name | Description |
---|---|---|
DicomService | service | Associated DICOM service. |
DicomResponse | response | N-ACTION response. |
Overrides
ToString()
Formatted output.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | Formatted output of the N-ACTION request. |