Public Member Functions | |
| DcmQueryRetrieveDatabaseStatus (Uint16 s=0) | |
| default constructor | |
| DcmQueryRetrieveDatabaseStatus (const DcmQueryRetrieveDatabaseStatus &org) | |
| copy constructor | |
| ~DcmQueryRetrieveDatabaseStatus () | |
| destructor | |
| DcmQueryRetrieveDatabaseStatus & | operator= (const DcmQueryRetrieveDatabaseStatus &org) |
| copy assignment operator | |
| void | deleteStatusDetail () |
| delete status detail, if any | |
| DcmDataset * | extractStatusDetail () |
| return pointer to status detail object, then set status detail to NULL | |
| Uint16 | status () const |
| return status value | |
| void | setStatus (Uint16 s) |
| set new status value | |
Private Attributes | |
| Uint16 | status_ |
| the status flag as defined for the various DIMSE services | |
| DcmDataset * | statusDetail_ |
| an optional DICOM dataset with status detail, may be NULL. | |
An object of this class comprises a status field along with an optional dataset containing status detail information.
Definition at line 48 of file dcmqrdbs.h.
|
|
default constructor
|
|
|
return pointer to status detail object, then set status detail to NULL
|
|
|
set new status value
Definition at line 79 of file dcmqrdbs.h. References status_. |