X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDirStudy.cxx;h=e817e7340c52133fbc21ea62658018bf9edbb626;hb=2018fa353e9f20fab96a5a552caf406e2fc1f98b;hp=1c940c7e4e6f26c870f9898c2609716aadcbe164;hpb=74e3bc05fade5a18f193e7d1122c74756c0e689e;p=gdcm.git diff --git a/src/gdcmDicomDirStudy.cxx b/src/gdcmDicomDirStudy.cxx index 1c940c7e..e817e734 100644 --- a/src/gdcmDicomDirStudy.cxx +++ b/src/gdcmDicomDirStudy.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomDirStudy.cxx,v $ Language: C++ - Date: $Date: 2005/01/06 16:05:06 $ - Version: $Revision: 1.21 $ + Date: $Date: 2005/01/06 20:03:27 $ + Version: $Revision: 1.22 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -53,7 +53,7 @@ DicomDirStudy::~DicomDirStudy() * @param os ostream to write to * @return */ -void DicomDirStudy::Print(std::ostream& os) +void DicomDirStudy::Print(std::ostream &os) { os << "STUDY" << std::endl; DicomDirObject::Print(os); @@ -76,7 +76,7 @@ void DicomDirStudy::Print(std::ostream& os) * @param t Type of the File (explicit VR, implicitVR, ...) * @return */ -void DicomDirStudy::WriteContent(std::ofstream* fp, FileType t) +void DicomDirStudy::WriteContent(std::ofstream *fp, FileType t) { DicomDirObject::WriteContent(fp, t); @@ -92,9 +92,9 @@ void DicomDirStudy::WriteContent(std::ofstream* fp, FileType t) * \brief adds a new Serie at the begining of the SerieList * of a partially created DICOMDIR */ -DicomDirSerie* DicomDirStudy::NewSerie() +DicomDirSerie *DicomDirStudy::NewSerie() { - ListDicomDirSerieElem const & elemList = + ListDicomDirSerieElem const &elemList = Global::GetDicomDirElements()->GetDicomDirSerieElements(); DicomDirSerie* st = new DicomDirSerie();