X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvUtils.h;h=416af5644c601028c74e55db138d843ec4c226de;hb=f45412cabff9aab013b0259377ab9f80e4987c02;hp=3d57f6860881a638b64e98ed362460bd3f04691d;hpb=809c25ce37d81796cb7363afd3f8d042bcbb92a9;p=clitk.git diff --git a/vv/vvUtils.h b/vv/vvUtils.h index 3d57f68..416af56 100644 --- a/vv/vvUtils.h +++ b/vv/vvUtils.h @@ -36,8 +36,20 @@ QSettings::Format getSettingsOptionFormat(); /// Add a Dicom Server to settings void AddDicomServer(std::string nickname, std::string aetitle, std::string adress, std::string port); +/// Remove a Dicom Server to settings +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