]> Creatis software - gdcm.git/commitdiff
Doxygenation
authorjpr <jpr>
Thu, 6 Jan 2005 15:41:28 +0000 (15:41 +0000)
committerjpr <jpr>
Thu, 6 Jan 2005 15:41:28 +0000 (15:41 +0000)
src/gdcmDicomDir.cxx
src/gdcmDicomDirImage.cxx
src/gdcmTS.cxx

index 45839d9f766f322b9fc652f75e18bd981b8f8dc9..57401965e5d54f2820062f0b95c6556e3464b35f 100644 (file)
@@ -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)
 {
index 5a12172ec205491405edcca6737a78b2b94e2da9..036dc71576b90998c9976a9678fa9a3658084236 100644 (file)
@@ -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()
index 26c672df9f9107b02e145d1c724742415cd56218..d489f6f1753041edb12d05726465cb0c6f915035 100644 (file)
@@ -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
 #include <string>
 #include <iostream>
 
+// 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);