X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvUtils.h;h=9a8046265a7810f506d734b2a12a4c7ce9034544;hb=8b0f32e46083e5fbc2efe128c9eae002f129cbd8;hp=416af5644c601028c74e55db138d843ec4c226de;hpb=4eb6f95e59a7602564b15f9d0715650dc91442a2;p=clitk.git diff --git a/vv/vvUtils.h b/vv/vvUtils.h index 416af56..9a80462 100644 --- a/vv/vvUtils.h +++ b/vv/vvUtils.h @@ -51,5 +51,8 @@ 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