Inheritance diagram for DcmQueryRetrieveIndexDatabaseHandleFactory:
Public Member Functions | |
DcmQueryRetrieveIndexDatabaseHandleFactory (const DcmQueryRetrieveConfig *config) | |
constructor | |
virtual | ~DcmQueryRetrieveIndexDatabaseHandleFactory () |
destructor | |
virtual DcmQueryRetrieveDatabaseHandle * | createDBHandle (const char *callingAETitle, const char *calledAETitle, OFCondition &result) const |
this method creates a new database handle instance on the heap and returns a pointer to it, along with a result that indicates if the instance was successfully initialized, i.e. | |
Private Attributes | |
const DcmQueryRetrieveConfig * | config_ |
pointer to system configuration |
Instances of this class are able to create database handles for a given called application entity title.
Definition at line 396 of file dcmqrdbi.h.
DcmQueryRetrieveIndexDatabaseHandleFactory::DcmQueryRetrieveIndexDatabaseHandleFactory | ( | const DcmQueryRetrieveConfig * | config | ) |
constructor
config | system configuration object, must not be NULL. |
virtual DcmQueryRetrieveDatabaseHandle* DcmQueryRetrieveIndexDatabaseHandleFactory::createDBHandle | ( | const char * | callingAETitle, | |
const char * | calledAETitle, | |||
OFCondition & | result | |||
) | const [virtual] |
this method creates a new database handle instance on the heap and returns a pointer to it, along with a result that indicates if the instance was successfully initialized, i.e.
connected to the database
callingAETitle | calling aetitle | |
calledAETitle | called aetitle | |
result | result returned in this variable |
Implements DcmQueryRetrieveDatabaseHandleFactory.