X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvQDicomSeriesSelector.h;h=aa905fcfead1932b43474dd4afd732dc1f74a729;hb=b99fac059ebc47ce7b243dc9d802b23d730e7100;hp=8b3aaac0deab00f0f8f3f5e3e8da3fcc28380a57;hpb=765020625fbc092d283e221e36c83e60a1844cb7;p=clitk.git diff --git a/vv/vvQDicomSeriesSelector.h b/vv/vvQDicomSeriesSelector.h index 8b3aaac..aa905fc 100644 --- a/vv/vvQDicomSeriesSelector.h +++ b/vv/vvQDicomSeriesSelector.h @@ -37,12 +37,14 @@ public: std::vector * GetFilenames() { return mFilenames; } + bool IsPatientCoordianteSystemChecked() { return mPatientCoordinateSystem; } protected slots: void BrowseButtonRelease(); void SearchButtonRelease(); void itemSelectionChanged(); void itemDetailsSelectionChanged(); + void itemMatrixSelectionChanged(int state); protected: QString mPreviousPath; @@ -68,6 +70,7 @@ private: std::map mDicomHeader; #endif std::map mDicomDetails; + bool mPatientCoordinateSystem; }; #endif // VVDICOMSERIESSELECTOR_H