X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvUtils.h;h=9a8046265a7810f506d734b2a12a4c7ce9034544;hb=f2abd66846f46f61e6f16e339da46515525826b1;hp=6aabdbeae647a73d1bef044fd0da5d86f55d1e55;hpb=1bebf5dcaeaef53f13b21e8d4ea33055114e3ea4;p=clitk.git diff --git a/vv/vvUtils.h b/vv/vvUtils.h index 6aabdbe..9a80462 100644 --- a/vv/vvUtils.h +++ b/vv/vvUtils.h @@ -42,5 +42,17 @@ void removeDicomServer(std::string nickname); // get List of Dicom Servers QStringList getDicomServers(); +// Set parameters for VV (AETITLE, port-scu) to allow c-move. +void setDicomClient(); + +// get VV-AETITLE for c-move parameters. +std::string getDicomClientAETitle(); + +// get VV-PORT-SCU for c-move parameters. +int getDicomClientPort(); + +// get the directory where the dicom files will be stored during c-move action. +std::string getCMoveDirectory(); + std::map getDicomServer(QString nickname); #endif