dcmNET Class Library

N_Action Members

N_Action overview

Public Instance Constructors

N_Action Constructor Constructs a new N-Action object for a specified association.

Public Instance Properties

ActionTypeIDRetrieve and sets the Action Type ID attribute in the command set.
AffectedSOPClassUID (inherited from DimseService)Retrieve and set the Affected SOP Class UID attribute from the message's command request set.
AffectedSOPInstanceUIDRetrieve and sets the Affected SOP Instance UID in the command set.
CommandField (inherited from DimseService) Retrieve the DIMSE operation conveyed by this message.
CommandRPS (inherited from DimseService)Retrieves the command response associated with this DIMSE message.
CommandRQ (inherited from DimseService)Retrieves the command request associated with this DIMSE message.
DicomSet (inherited from DimseService)Retrieves the data set instance associated with this DIMSE message.
MessageID (inherited from DimseService) Retrieve and sets the message's ID attribute from the message's command request set.
MessageIDBeingRespondedTo (inherited from DimseService)Retrieve and set the MessageIDBeingRespondedTo attribute from the message's command response set.
PresContextID (inherited from DimseService) Retrieve and sets the presentation context ID in DIMSE messages.
Priority (inherited from DimseService)Retrieve and sets the priority attribute from the message's command request set.
RequestedSOPClassUIDRetrieve and sets the value of the Requested SOP Class UID attribute from the message's command request set.
RequestedSOPInstanceUID Retrieve and sets the value of the Requested SOP Instance UID attribute in the message's command set.
Status (inherited from DimseService)Retrieves and sets the status attribute code from the message's command response set.
TransferSyntaxUID (inherited from DimseService)Retrieve and set the syntax transfer UID in this DIMSE messages.

Public Instance Methods

ReadRPSReceive a DIMSE N-ACTION-RSP message from the association partner.
ReadRQ Receive a DIMSE N-ACTION-RQ message from the association partner.
ToString (inherited from DimseService)Returns a string that represents the object.
WriteCancelRQ (inherited from DimseService) Send a cancel message request.
WriteRPSSend a DIMSE N-ACTION-RSP message to the association partner.
WriteRQ Send a DIMSE C-ACTION-RQ message to the association partner.

See Also

N_Action Class | dcmNET Namespace | DimseService