Public Member Functions | |
| DcmQueryRetrieveStoreContext (DcmQueryRetrieveDatabaseHandle &handle, const DcmQueryRetrieveOptions &options, DIC_US s, DcmFileFormat *ff, OFBool correctuidpadding) | |
| constructor | |
| void | setStatus (DIC_US s) |
| set DIMSE status param s new status | |
| DIC_US | getStatus () const |
| return current DIMSE status | |
| void | setFileName (const char *fn) |
| set file name under which the image should be stored | |
| void | callbackHandler (T_DIMSE_StoreProgress *progress, T_DIMSE_C_StoreRQ *req, char *imageFileName, DcmDataset **imageDataSet, T_DIMSE_C_StoreRSP *rsp, DcmDataset **stDetail) |
| callback handler called by the DIMSE_storeProvider callback function. | |
Private Member Functions | |
| void | updateDisplay (T_DIMSE_StoreProgress *progress) |
| void | saveImageToDB (T_DIMSE_C_StoreRQ *req, const char *imageFileName, T_DIMSE_C_StoreRSP *rsp, DcmDataset **stDetail) |
| void | writeToFile (DcmFileFormat *ff, const char *fname, T_DIMSE_C_StoreRSP *rsp) |
| void | checkRequestAgainstDataset (T_DIMSE_C_StoreRQ *req, const char *fname, DcmDataset *dataSet, T_DIMSE_C_StoreRSP *rsp, OFBool uidPadding) |
Private Attributes | |
| DcmQueryRetrieveDatabaseHandle & | dbHandle |
| reference to database handle | |
| const DcmQueryRetrieveOptions & | options_ |
| reference to Q/R service options | |
| DIC_US | status |
| current DIMSE status | |
| const char * | fileName |
| file name under which the incoming image should be stored | |
| DcmFileFormat * | dcmff |
| DICOM file format into which the image is received. | |
| OFBool | correctUIDPadding |
| flag indicating whether space padded UIDs should be silently corrected | |
Definition at line 47 of file dcmqrcbs.h.
|
||||||||||||||||||||||||
|
constructor
Definition at line 57 of file dcmqrcbs.h. |
|
||||||||||||||||||||||||||||
|
callback handler called by the DIMSE_storeProvider callback function.
|
|
|
set file name under which the image should be stored
Definition at line 83 of file dcmqrcbs.h. References fileName. |