Public Member Functions | |
DcmQueryRetrieveFindContext (DcmQueryRetrieveDatabaseHandle &handle, const DcmQueryRetrieveOptions &options, DIC_US priorStat) | |
constructor | |
void | setOurAETitle (const char *ae) |
set the AEtitle under which this application operates | |
void | callbackHandler (OFBool cancelled, T_DIMSE_C_FindRQ *request, DcmDataset *requestIdentifiers, int responseCount, T_DIMSE_C_FindRSP *response, DcmDataset **responseIdentifiers, DcmDataset **stDetail) |
callback handler called by the DIMSE_storeProvider callback function. | |
Private Attributes | |
DcmQueryRetrieveDatabaseHandle & | dbHandle |
reference to database handle | |
const DcmQueryRetrieveOptions & | options_ |
reference to Q/R service options | |
DIC_US | priorStatus |
prior DIMSE status | |
OFString | ourAETitle |
our current title |
Definition at line 46 of file dcmqrcbf.h.
|
constructor
Definition at line 54 of file dcmqrcbf.h. |
|
callback handler called by the DIMSE_storeProvider callback function.
|
|
set the AEtitle under which this application operates
Definition at line 68 of file dcmqrcbf.h. References OFString::clear(), and ourAETitle. |