]> Creatis software - creaImageIO.git/blobdiff - src/creaImageIODicomDatabaseStructure.h
std::string vs wxString
[creaImageIO.git] / src / creaImageIODicomDatabaseStructure.h
index 68c23c8c797a97edf0e81e3a31fa3c6bdfdbece8..e1eaca7dffcdcb9bb3c427955bc35d2d02193f0d 100644 (file)
@@ -8,10 +8,12 @@ namespace creaImageIO
 
   struct DicomDatabaseStructure
   {
-
+    /// The minimum DicomNode::Type value. Used to iterate over tables
     static int TableBegin();
-    static int TableEnd();
-    static const char* Table(int);
+       /// The maximum DicomNode::Type value. Used to iterate over tables
+       static int TableEnd();
+    /// Returns the name of the SQL table associated to a certain DicomNode::Type 
+       static const char* Table(DicomNode::Type);
     
     static int NbMandatoryFields(DicomNode::Type);
     static const Field::Description& MandatoryField(DicomNode::Type,int);