X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvUtils.h;h=83d857bba6f8a75438a76b176885105a11b20b85;hb=769d159c09a35005afb6934fae83843f0b116d36;hp=416af5644c601028c74e55db138d843ec4c226de;hpb=299afce0c4c4cc3524dccecf4ecffd46d7a66328;p=clitk.git diff --git a/vv/vvUtils.h b/vv/vvUtils.h index 416af56..83d857b 100644 --- a/vv/vvUtils.h +++ b/vv/vvUtils.h @@ -51,5 +51,14 @@ std::string getDicomClientAETitle(); // get VV-PORT-SCU for c-move parameters. int getDicomClientPort(); +// get interpolation option for vv +int getInterpolationFavoriteStatus(); + +// set VV-settings at first use +void setVVSettings(); + +// get the directory where the dicom files will be stored during c-move action. +std::string getCMoveDirectory(); + std::map getDicomServer(QString nickname); #endif