| DCMTK Version 3.6.9
    OFFIS DICOM Toolkit | 
A SCP object should follow this concept to be used in DcmSCPPool. More...
| Functions | |
| DefaultConstructor () | |
| The SCP must be default constructible. | |
| OFCondition | setConfig (const DcmSCPConfig &config) | 
| The SCP must be configurable by setting it's configuration with this method. | |
| OFBool | isConnected () | 
| Returns OFTrue if SCP currently runs an association. | |
| OFCondition | run (T_ASC_Association *assoc) | 
| Take over incoming association that is in the state that the underlying TCP/IP connection is already accepted, while the ACSE negotiation is not already done but must be implemented by this method. | |
A SCP object should follow this concept to be used in DcmSCPPool.
The easiest and recommended way to follow this concept is to derive your class from DcmThreadSCP.
| OFBool isConnected | ( | ) | 
Returns OFTrue if SCP currently runs an association.
| OFCondition run | ( | T_ASC_Association * | assoc | ) | 
Take over incoming association that is in the state that the underlying TCP/IP connection is already accepted, while the ACSE negotiation is not already done but must be implemented by this method.
| assoc | The association to run. | 
| OFCondition setConfig | ( | const DcmSCPConfig & | config | ) | 
The SCP must be configurable by setting it's configuration with this method.
| config | the configuration to be used by the SCP. |