X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDir.h;h=07b099eabb2f2c1b3e05e36a7e5e36f54891b6a5;hb=6578460d701eb48ccdac0a8ca316360fc6dd3944;hp=572d6f97c6e0ef9248684b57d5d4cc75c8fee829;hpb=5603c3d2b4ba248da2ec05555c5f076055041792;p=gdcm.git diff --git a/src/gdcmDicomDir.h b/src/gdcmDicomDir.h index 572d6f97..07b099ea 100644 --- a/src/gdcmDicomDir.h +++ b/src/gdcmDicomDir.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomDir.h,v $ Language: C++ - Date: $Date: 2005/01/06 20:33:55 $ - Version: $Revision: 1.44 $ + Date: $Date: 2005/01/11 15:15:38 $ + Version: $Revision: 1.45 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -42,7 +42,9 @@ typedef std::vector VectDocument; /** * \ingroup DicomDir - * \brief DicomDir defines an object representing a DICOMDIR in memory. + * \brief DicomDir defines an object representing a DICOMDIR in memory + * as a tree-like structure DicomDirPatient -> DicomDirStudy -> DicomDirSerie + * -> DicomDirImage * */ class GDCM_EXPORT DicomDir: public Document