X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FcreaImageIODicomDatabaseStructure.h;h=e1eaca7dffcdcb9bb3c427955bc35d2d02193f0d;hb=59bddb046c6a76fd6ce1158edf86ad2d1b214ce5;hp=68c23c8c797a97edf0e81e3a31fa3c6bdfdbece8;hpb=684add23b4f64cb3c6e39e12a4af20d2c2500df6;p=creaImageIO.git diff --git a/src/creaImageIODicomDatabaseStructure.h b/src/creaImageIODicomDatabaseStructure.h index 68c23c8..e1eaca7 100644 --- a/src/creaImageIODicomDatabaseStructure.h +++ b/src/creaImageIODicomDatabaseStructure.h @@ -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);