]> Creatis software - gdcm.git/blobdiff - src/gdcmSQItem.h
FIX: icc could not build otherwise
[gdcm.git] / src / gdcmSQItem.h
index 540e2538303b10435e803d2323c3571644bbd5b2..946581b4a6f10723f2d9bba10035df2b342dd028 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmSQItem.h,v $
   Language:  C++
-  Date:      $Date: 2004/08/01 00:59:22 $
-  Version:   $Revision: 1.13 $
+  Date:      $Date: 2004/08/31 15:39:48 $
+  Version:   $Revision: 1.14 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -55,8 +55,9 @@ public:
     
    virtual std::string GetEntryByNumber(uint16_t group, uint16_t element);
 
+   /// \brief   returns the ordinal position of a given SQItem
    int GetSQItemNumber() { return SQItemNumber; };
-
+   /// \brief   Sets the ordinal position of a given SQItem
    void SetSQItemNumber(int itemNumber) { SQItemNumber = itemNumber; };
 
 protected: