X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmDicomDirPatient.h;h=dd3a4dc10eb2de16f6c339557ae6f221349f5bdb;hb=56ad78cdf3b5de32f0a94a38cd32ddc9f403ffc3;hp=a33e98053e3950a934f2ed2309876fac4c8bcfc5;hpb=4ec737aa29e1414e6f0553b581f50e96d2110912;p=gdcm.git diff --git a/src/gdcmDicomDirPatient.h b/src/gdcmDicomDirPatient.h index a33e9805..dd3a4dc1 100644 --- a/src/gdcmDicomDirPatient.h +++ b/src/gdcmDicomDirPatient.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomDirPatient.h,v $ Language: C++ - Date: $Date: 2007/08/20 13:24:04 $ - Version: $Revision: 1.33 $ + Date: $Date: 2007/08/29 15:30:48 $ + Version: $Revision: 1.35 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -16,8 +16,8 @@ =========================================================================*/ -#ifndef GDCMPATIENT_H -#define GDCMPATIENT_H +#ifndef _GDCMPATIENT_H_ +#define _GDCMPATIENT_H_ #include "gdcmDicomDirObject.h" @@ -42,7 +42,7 @@ public: static DicomDirPatient *New(bool empty=false) {return new DicomDirPatient(empty);} void Print(std::ostream &os = std::cout, std::string const &indent = "" ); - void WriteContent(std::ofstream *fp, FileType t, bool insideMetaElements); + void WriteContent(std::ofstream *fp, FileType t, bool insideMetaElements, bool insideSequence ); // Patient methods /// \brief Adds a new gdcm::DicomDirStudy to the Patient