X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvQPacsConnection.h;h=c95088e2fba1105eefc3b05a0537d614df5b883d;hb=809c25ce37d81796cb7363afd3f8d042bcbb92a9;hp=f94818d384188e8821442baf4e3caeaa905dd14c;hpb=99053cb10db94edb40026024221af91ac6864df0;p=clitk.git diff --git a/vv/vvQPacsConnection.h b/vv/vvQPacsConnection.h index f94818d..c95088e 100644 --- a/vv/vvQPacsConnection.h +++ b/vv/vvQPacsConnection.h @@ -21,8 +21,8 @@ vvQPacsConnection(QWidget *parent=0); ~vvQPacsConnection(){} - ///Queries the PACS - //void OnQueryPACS(wxCommandEvent& event); + void refreshNetworks(); + public slots: void selectStudies(const QModelIndex &index); void selectSeries(const QModelIndex &index); @@ -30,9 +30,9 @@ public slots: private slots: void on_scanButton_clicked(); void on_clearButton_clicked(); - void on_importButton_clicked(); + void on_optionsButton_clicked(); void on_check_ModAll_clicked(bool state); - + void connectServer(int index); private : Ui::vvPacsConnection ui; @@ -43,6 +43,7 @@ public slots: std::vector< std::pair > getImageKeys(const std::string i_val); void manageStudiesFilter(bool i_enable); void createTreeView(); + void setNewPacs(); QStandardItemModel *Patientmodel; QStandardItemModel *Studymodel; QStandardItemModel *Seriesmodel; @@ -53,11 +54,11 @@ public slots: std::string m_study; std::string m_series; - std::string m_ip; + std::string m_port; std::string m_aetitle; std::string m_adress; - std::string m_name; - //wxDialog* dialog; + std::string m_nickname; + }; // class vvQPacsConnection //=====================================================================