DcmQueryRetrieveOptions Class Reference

this class encapsulates all the various options that affect the operation of the SCP, in addition to those defined in the config file More...

List of all members.

Public Member Functions

 DcmQueryRetrieveOptions ()
 default constructor
 ~DcmQueryRetrieveOptions ()
 destructor

Public Attributes

OFBool allowShutdown_
 enable negotiation of private shutdown SOP class
OFBool bitPreserving_
 bit preserving mode for incoming storage requests.
OFBool correctUIDPadding_
 silently correct space-padded UIDs
OFBool disableGetSupport_
 enable/disable C-GET support
OFCmdUnsignedInt filepad_
 block size for file padding, pad DICOM files to multiple of this value
E_GrpLenEncoding groupLength_
 group length encoding when writing DICOM files
OFBool ignoreStoreData_
 ignore incoming data, receive but do not store (for debugging)
OFCmdUnsignedInt itempad_
 block size for item padding, pad DICOM files to multiple of this value
int maxAssociations_
 maximum number of parallel associations accepted
OFCmdUnsignedInt maxPDU_
 maximum PDU size
T_ASC_Networknet_
 pointer to network structure used for requesting C-STORE sub-associations
E_TransferSyntax networkTransferSyntax_
 preferred transfer syntax for incoming associations
E_TransferSyntax networkTransferSyntaxOut_
 preferred transfer syntax for outgoing associations
E_PaddingEncoding paddingType_
 padding algorithm for writing DICOM files
OFBool refuseMultipleStorageAssociations_
OFBool refuse_
 refuse all incoming associations
OFBool rejectWhenNoImplementationClassUID_
 reject associations if implementatino class UID is missing
OFBool requireFindForMove_
 refuse MOVE context if no corresponding FIND context is present
OFBool restrictMoveToSameAE_
 restrict MOVE operations to same Application Entity
OFBool restrictMoveToSameHost_
 restrict MOVE operations to same host
OFBool restrictMoveToSameVendor_
 restrict MOVE operations to same vendor according to vendor table
E_EncodingType sequenceType_
 sequence encoding when writing DICOM files
OFBool singleProcess_
 single process mode
OFBool supportPatientRoot_
 support for patient root q/r model
OFBool supportPatientStudyOnly_
 support for patient/study only q/r model
OFBool supportStudyRoot_
 support for study root q/r model
OFBool useMetaheader_
 write DICOM files with DICOM metaheader
OFBool keepDBHandleDuringAssociation_
 keep DB handle open for the complete lifetime of an association.
E_TransferSyntax writeTransferSyntax_
 transfer syntax for writing
T_DIMSE_BlockingMode blockMode_
 blocking mode for DIMSE operations
int dimse_timeout_
 timeout for DIMSE operations
int acse_timeout_
 timeout for ACSE operations


Detailed Description

this class encapsulates all the various options that affect the operation of the SCP, in addition to those defined in the config file

Definition at line 48 of file dcmqropt.h.


Member Data Documentation

OFBool DcmQueryRetrieveOptions::keepDBHandleDuringAssociation_

keep DB handle open for the complete lifetime of an association.

If false, the DB handle is created and released for each incoming DIMSE message that is processed.

Definition at line 148 of file dcmqropt.h.


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


Generated on 6 Jan 2011 for OFFIS DCMTK Version 3.6.0 by Doxygen 1.5.1