18 #ifndef GDCMCOMPOSITENETWORKFUNCTIONS_H
19 #define GDCMCOMPOSITENETWORKFUNCTIONS_H
57 static bool CEcho(
const char *remote, uint16_t portno,
const char *aetitle = NULL,
58 const char *call = NULL );
70 const DataSet& queryds,
bool inMove =
false );
74 const KeyValuePairArrayType& keys,
bool inMove =
false );
91 static bool CMove(
const char *remote, uint16_t portno,
const BaseRootQuery* query,
92 uint16_t portscp,
const char *aetitle = NULL,
93 const char *call = NULL,
const char *outputdir = NULL);
104 static bool CFind(
const char *remote, uint16_t portno,
106 std::vector<DataSet> &retDataSets,
107 const char *aetitle = NULL,
108 const char *call = NULL );
117 static bool CStore(
const char *remote, uint16_t portno,
119 const char *aetitle = NULL,
const char *call = NULL);
124 #endif // GDCMCOMPOSITENETWORKFUNCTIONS_H
BaseRootQuery contains: a baseclass which will produce a dataset for c-find and c-move with patient/s...
Definition: gdcmBaseRootQuery.h:65
Class to represent a Data Set (which contains Data Elements) A Data Set represents an instance of a r...
Definition: gdcmDataSet.h:55
Composite Network Functions These functions provide a generic API to the DICOM functions implemented ...
Definition: gdcmCompositeNetworkFunctions.h:48
#define GDCM_EXPORT
Definition: gdcmWin32.h:34
std::vector< KeyValuePairType > KeyValuePairArrayType
Definition: gdcmCompositeNetworkFunctions.h:61
std::vector< FilenameType > FilenamesType
Definition: gdcmDirectory.h:49
std::pair< Tag, std::string > KeyValuePairType
Definition: gdcmCompositeNetworkFunctions.h:60
ERootType
Definition: gdcmQueryBase.h:28
EQueryLevel
Definition: gdcmBaseRootQuery.h:34
Definition: gdcmASN1.h:20