dcmNET Class Library

C_Move Members

C_Move overview

Public Instance Constructors

C_Move Constructor Constructs a new C-MOVE object for a specified association.

Public Instance Properties

AffectedSOPClassUID (inherited from DimseService)Retrieve and set the Affected SOP Class UID attribute from the message's command request 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.
CstoreSubOp Retrieve and sets the destination DICOM Application Entity for which C-STORE sub-operations are being performed.
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.
Status (inherited from DimseService)Retrieves and sets the status attribute code from the message's command response set.
SubOpCompletedSuccessfully Retrieve and sets the number of C-STORE sub-operations associated with this operation which have completed successfully.
SubOpFailed Retrieve and sets the number of failed C-STORE sub-operations for the C-GET request being processed.
SubOpRemainingRetrieve and sets the number of remaining C-STORE sub-operations yet to be invoked for the operation.
SubOpWarnings Retrieve and sets the number of C-STORE sub-operations associated with this operation which have generated warning responses.
TransferSyntaxUID (inherited from DimseService)Retrieve and set the syntax transfer UID in this DIMSE messages.

Public Instance Methods

ReadRPS Receive a DIMSE C-MOVE-RSP message from the association partner.
ReadRQReceive a DIMSE C-MOVE-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.
WriteRPS Send a DIMSE C-MOVE-RSP message to the association partner.
WriteRQ Send a DIMSE C-MOVE-RQ message to the association partner.

See Also

C_Move Class | dcmNET Namespace | DimseService