Public Member Functions | |
| int | init (const char *ConfigurationFile) |
| int | peerForAETitle (const char *AETitle, const char **HostName, int *PortNumber) const |
| int | checkForSameVendor (const char *AETitle1, const char *AETitle2) const |
| const char * | getStorageArea (const char *AETitle) const |
| int | getMaxStudies (const char *AETitle) const |
| long | getMaxBytesPerStudy (const char *AETitle) const |
| int | getMaxAssociations () const |
| int | getNetworkTCPPort () const |
| OFCmdUnsignedInt | getMaxPDUSize () const |
| int | peerInAETitle (const char *calledAETitle, const char *callingAETitle, const char *HostName) const |
| const char * | getAccess (const char *AETitle) const |
| OFBool | writableStorageArea (const char *aeTitle) const |
| int | aeTitlesForPeer (const char *hostName, const char ***aeTitleList) const |
| int | ctnTitles (const char ***ctnTitleList) const |
| int | HostNamesForVendor (const char *Vendor, const char ***HostNameArray) const |
| int | aeTitlesForSymbolicName (const char *symbolicName, const char ***aeTitleList) const |
| void | printConfig () |
| const char * | getUserName () const |
| const char * | getGroupName () const |
Private Member Functions | |
| const char * | getApplicationTitle () const |
| const char * | getApplicationContext () const |
| const char * | getImplementationClass () const |
| const char * | getImplementationVersion () const |
| const char * | getNetworkType () const |
| const char * | vendorForPeerAETitle (const char *peerAETitle) const |
| int | countCtnTitles () const |
| void | initConfigStruct () |
| int | readConfigLines (FILE *cnffp) |
| int | readHostTable (FILE *cnffp, int *lineno) |
| int | readVendorTable (FILE *cnffp, int *lineno) |
| int | readAETable (FILE *cnffp, int *lineno) |
| DcmQueryRetrieveConfigPeer * | parsePeers (char **valuehandle, int *peers) |
| DcmQueryRetrieveConfigPeer * | readPeerList (char **valuehandle, int *peers) |
Static Private Member Functions | |
| static DcmQueryRetrieveConfigQuota * | parseQuota (char **valuehandle) |
| static int | isgap (char gap) |
| static int | isquote (char quote) |
| static void | panic (const char *fmt,...) |
| static long | quota (const char *value) |
| static char * | skipmnemonic (char *rcline) |
| static char * | parsevalues (char **valuehandle) |
Private Attributes | |
| OFString | applicationTitle_ |
| OFString | applicationContext_ |
| OFString | implementationClass_ |
| OFString | implementationVersion_ |
| OFString | networkType_ |
| OFString | UserName_ |
| OFString | GroupName_ |
| int | networkTCPPort_ |
| Uint32 | maxPDUSize_ |
| int | maxAssociations_ |
| DcmQueryRetrieveConfigConfiguration | CNF_Config |
| DcmQueryRetrieveConfigHostTable | CNF_HETable |
| DcmQueryRetrieveConfigHostTable | CNF_VendorTable |
Definition at line 128 of file dcmqrcnf.h.