this class maintains the context information that is passed to the callback function called by DIMSE_moveProvider.
More...
|
DcmQueryRetrieveDatabaseHandle & | dbHandle |
| reference to database handle
|
|
const DcmQueryRetrieveOptions & | options_ |
| reference to Q/R service options
|
|
const DcmAssociationConfiguration & | associationConfiguration_ |
| reference to association configuration
|
|
DIC_US | priorStatus |
| prior DIMSE status
|
|
T_ASC_Association * | origAssoc |
| pointer to original association on which the C-MOVE-RQ was received
|
|
T_ASC_Association * | subAssoc |
| pointer to sub-association for outgoing C-STORE-RQ
|
|
const DcmQueryRetrieveConfig * | config |
| pointer to Q/R configuration
|
|
OFBool | assocStarted |
| true if the association was started
|
|
DIC_US | origMsgId |
| message id of request
|
|
DIC_AE | origAETitle |
| title of requestor
|
|
DIC_NODENAME | origHostName |
| hostname of move requestor
|
|
T_DIMSE_Priority | priority |
| priority of move request
|
|
OFString | ourAETitle |
| our current title
|
|
DIC_AE | dstAETitle |
| destination title for move
|
|
char * | failedUIDs |
| instance UIDs of failed store sub-ops
|
|
DIC_US | nRemaining |
| number of remaining sub-operations
|
|
DIC_US | nCompleted |
| number of completed sub-operations
|
|
DIC_US | nFailed |
| number of failed sub-operations
|
|
DIC_US | nWarning |
| number of completed sub-operations that causes warnings
|
|
this class maintains the context information that is passed to the callback function called by DIMSE_moveProvider.
constructor
- Parameters
-
handle | reference to database handle |
options | options for the Q/R service |
cfg | configuration for the Q/R service |
priorstatus | prior DIMSE status |
assoc | pointer to DIMSE association |
msgid | DIMSE message ID |
pr | DIMSE priority |
References associationConfiguration_, assocStarted, config, dbHandle, dstAETitle, failedUIDs, nCompleted, nFailed, nRemaining, nWarning, options_, origAETitle, origAssoc, origHostName, origMsgId, ourAETitle, priority, priorStatus, and subAssoc.
Referenced by DcmQueryRetrieveMoveContext(), and operator=().