X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDirPatient.h;h=cbd99e4a5774dbeb6ca42567f796d1c1fe396700;hb=45a9005ae5c1975bbe932e43c8080a83c9daf29e;hp=3569e5055a7a131210b7e83a866feb4a9aec4c52;hpb=55d77e0913ff360d639af1841c70d14dc8687584;p=gdcm.git diff --git a/src/gdcmDicomDirPatient.h b/src/gdcmDicomDirPatient.h index 3569e505..cbd99e4a 100644 --- a/src/gdcmDicomDirPatient.h +++ b/src/gdcmDicomDirPatient.h @@ -1,11 +1,27 @@ -// gdcmDicomDirPatient.h -//----------------------------------------------------------------------------- +/*========================================================================= + + Program: gdcm + Module: $RCSfile: gdcmDicomDirPatient.h,v $ + Language: C++ + Date: $Date: 2004/06/20 18:08:47 $ + Version: $Revision: 1.4 $ + + Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de + l'Image). All rights reserved. See Doc/License.txt or + http://www.creatis.insa-lyon.fr/Public/Gdcm/License.htm for details. + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. + +=========================================================================*/ + #ifndef GDCMPATIENT_H #define GDCMPATIENT_H #include "gdcmObject.h" #include "gdcmDicomDirStudy.h" - +#include "gdcmSQItem.h" //----------------------------------------------------------------------------- typedef std::list ListDicomDirStudy; @@ -13,8 +29,9 @@ typedef std::list ListDicomDirStudy; class GDCM_EXPORT gdcmDicomDirPatient : public gdcmObject { public: - gdcmDicomDirPatient(ListTag::iterator begin,ListTag::iterator end, - TagHeaderEntryHT *ptagHT, ListTag *plistEntries); + gdcmDicomDirPatient(gdcmSQItem *s, TagDocEntryHT *ptagHT); + gdcmDicomDirPatient(TagDocEntryHT *ptagHT); + ~gdcmDicomDirPatient(void); virtual void Print(std::ostream &os = std::cout);