]> Creatis software - gdcm.git/blobdiff - src/gdcmPatient.cxx
in ordrer to display the *stored* length when xxx.Print()
[gdcm.git] / src / gdcmPatient.cxx
index 4e952e4045f414b5275bf1558acf7d2e4344aef1..45781881b3fe81ea9e2e5cf681c3b3c77fed3c32 100644 (file)
@@ -8,17 +8,10 @@ gdcmPatient::gdcmPatient() {
 
 
 gdcmPatient::~gdcmPatient() {
-
-}
-
-
-
-std::string gdcmPatient::GetEntryByNumber(guint16 group, guint16 element) {
-    return "";
-}
-
-
-std::string gdcmPatient::GetEntryByName(TagName name) {
-    return "";
+   lStudy::iterator cc = GetStudies().begin();
+   while  (cc != GetStudies().end() ) {
+      delete *cc;
+      ++cc;
+   }
 }