32 #include "dcmtk/config/osconfig.h" 33 #include "dcmtk/ofstd/oftypes.h" ~DcmQueryRetrieveDatabaseStatus()
destructor
void deleteStatusDetail()
delete status detail, if any
Uint16 status_
the status flag as defined for the various DIMSE services
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
a class handling the DICOM dataset format (files without meta header)
DcmQueryRetrieveDatabaseStatus(Uint16 s=0)
default constructor
DcmDataset * statusDetail_
an optional DICOM dataset with status detail, may be NULL.
DcmQueryRetrieveDatabaseStatus & operator=(const DcmQueryRetrieveDatabaseStatus &org)
copy assignment operator
this class describes the result of a database operation (for an incoming C-FIND, C-MOVE, C-GET or C-STORE request) in a format that can directly be communicated to the remote SCU in a DIMSE RSP message.