|
GDCM 3.0.24
|
#include <gdcmULConnectionManager.h>
Public Member Functions | |
| ULConnectionManager () | |
| ~ULConnectionManager () override | |
| bool | BreakConnection (const double &inTimeout) |
| void | BreakConnectionNow () |
| bool | EstablishConnection (const std::string &inAETitle, const std::string &inConnectAETitle, const std::string &inComputerName, long inIPAddress, uint16_t inConnectPort, double inTimeout, std::vector< PresentationContext > const &pcVector) |
| bool | EstablishConnectionMove (const std::string &inAETitle, const std::string &inConnectAETitle, const std::string &inComputerName, long inIPAddress, uint16_t inConnectPort, double inTimeout, uint16_t inReturnPort, std::vector< PresentationContext > const &pcVector) |
| std::vector< PresentationDataValue > | SendEcho () |
| std::vector< DataSet > | SendFind (const BaseRootQuery *inRootQuery) |
| void | SendFind (const BaseRootQuery *inRootQuery, ULConnectionCallback *inCallback) |
| std::vector< DataSet > | SendMove (const BaseRootQuery *inRootQuery) |
| bool | SendMove (const BaseRootQuery *inRootQuery, ULConnectionCallback *inCallback) |
| return false upon error | |
| std::vector< DataSet > | SendNAction (const BaseQuery *inQuery) |
| void | SendNAction (const BaseQuery *inQuery, ULConnectionCallback *inCallback) |
| std::vector< DataSet > | SendNCreate (const BaseQuery *inQuery) |
| void | SendNCreate (const BaseQuery *inQuery, ULConnectionCallback *inCallback) |
| std::vector< DataSet > | SendNDelete (const BaseQuery *inQuery) |
| void | SendNDelete (const BaseQuery *inQuery, ULConnectionCallback *inCallback) |
| std::vector< DataSet > | SendNEventReport (const BaseQuery *inQuery) |
| void | SendNEventReport (const BaseQuery *inQuery, ULConnectionCallback *inCallback) |
| std::vector< DataSet > | SendNGet (const BaseQuery *inQuery) |
| void | SendNGet (const BaseQuery *inQuery, ULConnectionCallback *inCallback) |
| std::vector< DataSet > | SendNSet (const BaseQuery *inQuery) |
| void | SendNSet (const BaseQuery *inQuery, ULConnectionCallback *inCallback) |
| std::vector< DataSet > | SendStore (const File &file, std::istream *pStream=nullptr, std::streampos dataSetOffset=0) |
| void | SendStore (const File &file, ULConnectionCallback *inCallback, std::istream *pStream=nullptr, std::streampos dataSetOffset=0) |
| callback based API | |
Public Member Functions inherited from gdcm::Subject | |
| Subject () | |
| ~Subject () override | |
| unsigned long | AddObserver (const Event &event, Command *) |
| unsigned long | AddObserver (const Event &event, Command *) const |
| Command * | GetCommand (unsigned long tag) |
| bool | HasObserver (const Event &event) const |
| void | InvokeEvent (const Event &) |
| void | InvokeEvent (const Event &) const |
| void | RemoveAllObservers () |
| void | RemoveObserver (unsigned long tag) |
Public Member Functions inherited from gdcm::Object | |
| Object () | |
| Object (const Object &) | |
| Special requirement for copy/cstor, assignment operator. | |
| virtual | ~Object () |
| void | operator= (const Object &) |
| virtual void | Print (std::ostream &) const |
Protected Member Functions | |
| ULConnectionManager (const ULConnectionManager &inCM) | |
| EStateID | RunEventLoop (ULEvent &inEvent, ULConnection *inWhichConnection, ULConnectionCallback *inCallback, const bool &startWaiting) |
| EStateID | RunMoveEventLoop (ULEvent &inEvent, ULConnectionCallback *inCallback) |
Protected Member Functions inherited from gdcm::Object | |
| void | Register () |
| void | UnRegister () |
Protected Attributes | |
| ULConnection * | mConnection |
| ULConnection * | mSecondaryConnection |
| ULTransitionTable | mTransitions |
The ULConnectionManager performs actions on the ULConnection given inputs from the user and from the state of what's going on around the connection (ie, timeouts of the ARTIM timer, responses from the peer across the connection, etc).
Its inputs are ULEvents, and it performs ULActions.
|
protected |
| gdcm::network::ULConnectionManager::ULConnectionManager | ( | ) |
|
override |
| bool gdcm::network::ULConnectionManager::BreakConnection | ( | const double & | inTimeout | ) |
| void gdcm::network::ULConnectionManager::BreakConnectionNow | ( | ) |
| bool gdcm::network::ULConnectionManager::EstablishConnection | ( | const std::string & | inAETitle, |
| const std::string & | inConnectAETitle, | ||
| const std::string & | inComputerName, | ||
| long | inIPAddress, | ||
| uint16_t | inConnectPort, | ||
| double | inTimeout, | ||
| std::vector< PresentationContext > const & | pcVector | ||
| ) |
returns true if a connection of the given AETitle (ie, 'this' program) is able to connect to the given AETitle and Port in a certain amount of time providing the connection type will establish the proper exchange syntax with a server; if a different functionality is required, a different connection should be established. returns false if the connection type is 'move'– have to give a return port for move to work as specified.
| bool gdcm::network::ULConnectionManager::EstablishConnectionMove | ( | const std::string & | inAETitle, |
| const std::string & | inConnectAETitle, | ||
| const std::string & | inComputerName, | ||
| long | inIPAddress, | ||
| uint16_t | inConnectPort, | ||
| double | inTimeout, | ||
| uint16_t | inReturnPort, | ||
| std::vector< PresentationContext > const & | pcVector | ||
| ) |
returns true for above reasons, but contains the special 'move' port
|
protected |
|
protected |
| std::vector< PresentationDataValue > gdcm::network::ULConnectionManager::SendEcho | ( | ) |
| std::vector< DataSet > gdcm::network::ULConnectionManager::SendFind | ( | const BaseRootQuery * | inRootQuery | ) |
| void gdcm::network::ULConnectionManager::SendFind | ( | const BaseRootQuery * | inRootQuery, |
| ULConnectionCallback * | inCallback | ||
| ) |
| std::vector< DataSet > gdcm::network::ULConnectionManager::SendMove | ( | const BaseRootQuery * | inRootQuery | ) |
| bool gdcm::network::ULConnectionManager::SendMove | ( | const BaseRootQuery * | inRootQuery, |
| ULConnectionCallback * | inCallback | ||
| ) |
return false upon error
| void gdcm::network::ULConnectionManager::SendNAction | ( | const BaseQuery * | inQuery, |
| ULConnectionCallback * | inCallback | ||
| ) |
| void gdcm::network::ULConnectionManager::SendNCreate | ( | const BaseQuery * | inQuery, |
| ULConnectionCallback * | inCallback | ||
| ) |
| void gdcm::network::ULConnectionManager::SendNDelete | ( | const BaseQuery * | inQuery, |
| ULConnectionCallback * | inCallback | ||
| ) |
| std::vector< DataSet > gdcm::network::ULConnectionManager::SendNEventReport | ( | const BaseQuery * | inQuery | ) |
| void gdcm::network::ULConnectionManager::SendNEventReport | ( | const BaseQuery * | inQuery, |
| ULConnectionCallback * | inCallback | ||
| ) |
| void gdcm::network::ULConnectionManager::SendNGet | ( | const BaseQuery * | inQuery, |
| ULConnectionCallback * | inCallback | ||
| ) |
| void gdcm::network::ULConnectionManager::SendNSet | ( | const BaseQuery * | inQuery, |
| ULConnectionCallback * | inCallback | ||
| ) |
| std::vector< DataSet > gdcm::network::ULConnectionManager::SendStore | ( | const File & | file, |
| std::istream * | pStream = nullptr, |
||
| std::streampos | dataSetOffset = 0 |
||
| ) |
| void gdcm::network::ULConnectionManager::SendStore | ( | const File & | file, |
| ULConnectionCallback * | inCallback, | ||
| std::istream * | pStream = nullptr, |
||
| std::streampos | dataSetOffset = 0 |
||
| ) |
callback based API
|
protected |
|
protected |
|
protected |