From: jpr Date: Thu, 6 Jan 2005 15:41:28 +0000 (+0000) Subject: Doxygenation X-Git-Tag: Version1.0.bp~470 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=17f558a37c559463d2a47c728f8554b1c953421f;p=gdcm.git Doxygenation --- diff --git a/src/gdcmDicomDir.cxx b/src/gdcmDicomDir.cxx index 45839d9f..57401965 100644 --- a/src/gdcmDicomDir.cxx +++ b/src/gdcmDicomDir.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomDir.cxx,v $ Language: C++ - Date: $Date: 2004/12/16 13:46:36 $ - Version: $Revision: 1.90 $ + Date: $Date: 2005/01/06 15:41:28 $ + Version: $Revision: 1.91 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -819,7 +819,7 @@ bool DicomDir::AddDicomDirMeta() /** * \ingroup DicomDir * \brief AddDicomDirPatientToEnd - * @param s SQ Item to enqueue to the DicomPatient chained List + * @param dd SQ Item to enqueue to the DicomPatient chained List */ bool DicomDir::AddDicomDirPatientToEnd(DicomDirPatient *dd) { @@ -830,7 +830,7 @@ bool DicomDir::AddDicomDirPatientToEnd(DicomDirPatient *dd) /** * \ingroup DicomDir * \brief AddDicomDirStudyToEnd - * @param s SQ Item to enqueue to the DicomDirStudy chained List + * @param dd SQ Item to enqueue to the DicomDirStudy chained List */ bool DicomDir::AddDicomDirStudyToEnd(DicomDirStudy *dd) { @@ -847,7 +847,7 @@ bool DicomDir::AddDicomDirStudyToEnd(DicomDirStudy *dd) /** * \ingroup DicomDir * \brief AddDicomDirSerieToEnd - * @param s SQ Item to enqueue to the DicomDirSerie chained List + * @param dd SQ Item to enqueue to the DicomDirSerie chained List */ bool DicomDir::AddDicomDirSerieToEnd(DicomDirSerie *dd) { @@ -871,7 +871,7 @@ bool DicomDir::AddDicomDirSerieToEnd(DicomDirSerie *dd) /** * \ingroup DicomDir * \brief AddDicomDirImageToEnd - * @param s SQ Item to enqueue to the DicomDirImage chained List + * @param dd SQ Item to enqueue to the DicomDirImage chained List */ bool DicomDir::AddDicomDirImageToEnd(DicomDirImage *dd) { diff --git a/src/gdcmDicomDirImage.cxx b/src/gdcmDicomDirImage.cxx index 5a12172e..036dc715 100644 --- a/src/gdcmDicomDirImage.cxx +++ b/src/gdcmDicomDirImage.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomDirImage.cxx,v $ Language: C++ - Date: $Date: 2004/12/03 17:13:18 $ - Version: $Revision: 1.14 $ + Date: $Date: 2005/01/06 15:43:18 $ + Version: $Revision: 1.15 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -26,8 +26,6 @@ namespace gdcm /** * \ingroup DicomDirImage * \brief Constructor - * @param ptagHT pointer to the HTable (DicomDirObject needs it - * to build the DocEntries) */ DicomDirImage::DicomDirImage(): DicomDirObject() diff --git a/src/gdcmTS.cxx b/src/gdcmTS.cxx index 26c672df..d489f6f1 100644 --- a/src/gdcmTS.cxx +++ b/src/gdcmTS.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmTS.cxx,v $ Language: C++ - Date: $Date: 2004/11/03 18:08:56 $ - Version: $Revision: 1.28 $ + Date: $Date: 2005/01/06 15:41:28 $ + Version: $Revision: 1.29 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -25,6 +25,12 @@ #include #include +// TODO +// a lot of troubles expected with TS : 1.2.840.113619.5.2 +// Implicit VR - Big Endian +// see : http://www.gemedicalsystemseurope.com/euen/it_solutions/pdf/lsqxi_rev2.pdf +// + namespace gdcm { void FillDefaultTSDict(TSHT & ts);