18 #ifndef GDCMULCONNECTIONINFO_H
19 #define GDCMULCONNECTIONINFO_H
41 std::string mCalledAETitle;
42 std::string mCallingAETitle;
44 unsigned long mCalledIPAddress;
46 std::string mCalledComputerName;
48 unsigned long mMaxPDULength;
56 const char *inCalledAETitle,
const char *inCallingAETitle,
57 unsigned long inCalledIPAddress,
int inCalledIPPort,
58 std::string inCalledComputerName);
76 #endif //GDCMULCONNECTIONINFO_H
unsigned long GetMaxPDULength() const
unsigned long GetCalledIPAddress() const
bool Initialize(UserInformation const &inUserInformation, const char *inCalledAETitle, const char *inCallingAETitle, unsigned long inCalledIPAddress, int inCalledIPPort, std::string inCalledComputerName)
void SetMaxPDULength(unsigned long inMaxPDULength)
const char * GetCalledAETitle() const
const char * GetCallingAETitle() const
ULConnectionInfo this class contains all the information about a particular connection as established...
Definition: gdcmULConnectionInfo.h:38
int GetCalledIPPort() const
std::string GetCalledComputerName() const