DCMTK  Version 3.6.1 20170228
OFFIS DICOM Toolkit
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Private Attributes | List of all members
DcmQueryRetrieveDatabaseStatus Class Reference

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. More...

Public Member Functions

 DcmQueryRetrieveDatabaseStatus (Uint16 s=0)
 default constructor More...
 
 DcmQueryRetrieveDatabaseStatus (const DcmQueryRetrieveDatabaseStatus &org)
 copy constructor
 
 ~DcmQueryRetrieveDatabaseStatus ()
 destructor
 
DcmQueryRetrieveDatabaseStatusoperator= (const DcmQueryRetrieveDatabaseStatus &org)
 copy assignment operator
 
void deleteStatusDetail ()
 delete status detail, if any
 
DcmDatasetextractStatusDetail ()
 return pointer to status detail object, then set status detail to NULL More...
 
Uint16 status () const
 return status value
 
void setStatus (Uint16 s)
 set new status value More...
 

Private Attributes

Uint16 status_
 the status flag as defined for the various DIMSE services
 
DcmDatasetstatusDetail_
 an optional DICOM dataset with status detail, may be NULL.
 

Detailed Description

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.

An object of this class comprises a status field along with an optional dataset containing status detail information.

Constructor & Destructor Documentation

DcmQueryRetrieveDatabaseStatus::DcmQueryRetrieveDatabaseStatus ( Uint16  s = 0)

default constructor

Parameters
sinitial DIMSE status, default is 0 (success).

Member Function Documentation

DcmDataset* DcmQueryRetrieveDatabaseStatus::extractStatusDetail ( )

return pointer to status detail object, then set status detail to NULL

Returns
status detail, may be NULL
void DcmQueryRetrieveDatabaseStatus::setStatus ( Uint16  s)
inline

set new status value

Parameters
snew status

The documentation for this class was generated from the following file:


Generated on Tue Feb 28 2017 for DCMTK Version 3.6.1 20170228 by Doxygen 1.8.8