X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmPatient.h;h=662bca15a3a0bc40df85be8c8dab24dfa11b480f;hb=3dc2328d98ad8d9e9f2b8516f8b04053e9cb9ccf;hp=6640a5f835e11eaf370606f55154e28acd9303c1;hpb=b0ab0e6b1085cf01026671066bcfe47a886cc752;p=gdcm.git diff --git a/src/gdcmPatient.h b/src/gdcmPatient.h index 6640a5f8..662bca15 100644 --- a/src/gdcmPatient.h +++ b/src/gdcmPatient.h @@ -8,7 +8,7 @@ //----------------------------------------------------------------------------- -typedef std::list lStudy; +typedef std::list lStudy; //----------------------------------------------------------------------------- @@ -18,14 +18,11 @@ public: gdcmPatient(); ~gdcmPatient(); - std::string GetEntryByNumber(guint16 group, guint16 element); - std::string GetEntryByName(TagName name); - - inline lStudy GetStudies() {return studies;}; - + inline lStudy &GetStudies() {return studies;}; + + lStudy studies; private: - lStudy studies; };