|
PACS System 0.1.0
PACS DICOM system library
|
Helper for establishing test associations. More...
#include <test_fixtures.h>

Static Public Member Functions | |
| static network::Result< network::association > | connect (const std::string &host, uint16_t port, const std::string &called_ae, const std::string &calling_ae=test_scu_ae_title, const std::vector< std::string > &sop_classes={"1.2.840.10008.1.1"}) |
| Connect to a test server. | |
Helper for establishing test associations.
Definition at line 727 of file test_fixtures.h.
|
inlinestatic |
Connect to a test server.
| host | Server host |
| port | Server port |
| called_ae | Called AE title |
| calling_ae | Calling AE title |
| sop_classes | SOP classes to propose |
Definition at line 738 of file test_fixtures.h.
Referenced by TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), and TEST_CASE().
