33 #include "dcmtk/config/osconfig.h"
34 #include "dcmtk/dcmdata/dctypes.h"
35 #include "dcmtk/ofstd/ofstring.h"
115 static const Uint32 OK;
116 static const Uint32 requestApplicationID;
117 static const Uint32 assignApplicationID;
118 static const Uint32 applicationTerminates;
119 static const Uint32 receivedUnencryptedDICOMConnection;
120 static const Uint32 receivedEncryptedDICOMConnection;
121 static const Uint32 connectionClosed;
122 static const Uint32 connectionAborted;
123 static const Uint32 requestedUnencryptedDICOMConnection;
124 static const Uint32 requestedEncryptedDICOMConnection;
125 static const Uint32 receivedDICOMObject;
126 static const Uint32 sentDICOMObject;
129 static const Uint32 statusOK;
130 static const Uint32 statusWarning;
131 static const Uint32 statusError;
134 static const Uint32 clientOther;
135 static const Uint32 clientStoreSCP;
136 static const Uint32 clientStoreSCU;
137 static const Uint32 clientPrintSCP;
138 static const Uint32 clientPrintSCU;
139 static const Uint32 clientQRSCP;
179 DVPSIPCClient(Uint32 clientType,
const char *txt,
int thePort, OFBool keepOpen);