]> Creatis software - clitk.git/blobdiff - vv/vvUtils.h
Debug RTStruct conversion with empty struc
[clitk.git] / vv / vvUtils.h
index 6aabdbeae647a73d1bef044fd0da5d86f55d1e55..83d857bba6f8a75438a76b176885105a11b20b85 100644 (file)
@@ -42,5 +42,23 @@ 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 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 <std::string,std::string > getDicomServer(QString nickname);
 #endif