ULConnectionManager 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).
More...
#include <gdcmULConnectionManager.h>
|
| ULConnectionManager () |
|
| ~ULConnectionManager () |
|
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 More...
|
|
std::vector< DataSet > | SendStore (const File &file) |
|
void | SendStore (const File &file, ULConnectionCallback *inCallback) |
| callback based API More...
|
|
| Subject () |
|
| ~Subject () |
|
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) |
|
| Object () |
|
| Object (const Object &) |
| Special requirement for copy/cstor, assigment operator. More...
|
|
virtual | ~Object () |
|
void | operator= (const Object &) |
|
virtual void | Print (std::ostream &) const |
|
ULConnectionManager 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.
gdcm::network::ULConnectionManager::ULConnectionManager |
( |
| ) |
|
gdcm::network::ULConnectionManager::~ULConnectionManager |
( |
| ) |
|
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
std::vector<DataSet> gdcm::network::ULConnectionManager::SendFind |
( |
const BaseRootQuery * |
inRootQuery | ) |
|
std::vector<DataSet> gdcm::network::ULConnectionManager::SendMove |
( |
const BaseRootQuery * |
inRootQuery | ) |
|
std::vector<DataSet> gdcm::network::ULConnectionManager::SendStore |
( |
const File & |
file | ) |
|
The documentation for this class was generated from the following file: