X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvUtils.h;h=416af5644c601028c74e55db138d843ec4c226de;hb=f45412cabff9aab013b0259377ab9f80e4987c02;hp=6aabdbeae647a73d1bef044fd0da5d86f55d1e55;hpb=1bebf5dcaeaef53f13b21e8d4ea33055114e3ea4;p=clitk.git diff --git a/vv/vvUtils.h b/vv/vvUtils.h index 6aabdbe..416af56 100644 --- a/vv/vvUtils.h +++ b/vv/vvUtils.h @@ -42,5 +42,14 @@ 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(); + std::map getDicomServer(QString nickname); #endif