+2005-02-02 Jean-Pierre Roux <jpr@creatis.univ-lyon1.fr>
+ *FIX SQItem::AddEntry inserts now *in the right place* any Entry
+ (Dicom Element) into the Sequence Item
+
2005-01-31 Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
* src/*.cxx : first parss to normalize file organisation
2005-01-31 Mathieu Malaterre <Mathieu.Malaterre@creatis.insa-lyon.fr>
* Finish cleaning up my JPEG mess. Should be ok now.
* Getting toward a RLE very similar to JPEG. Every RLE stuff is now self
- contained within the RLE* class(doh!)
+ contained within the RLE* class(doh!)
2005-01-30 Jean-Pierre Roux <jpr@creatis.univ-lyon1.fr>
* SerieHeader::SetDirectory() allow recursive exploration of the Directory
* Naming conventions:
- Generalities:
- In general, names are constructued by using case change to indicate
+ In general, names are constructed by using case change to indicate
separate words, as in ImageDataSize (standing for "image data size").
- Underscores are not used. Variable names are chosen carefully with the
+ Underscores are not used. Variable names are choosen carefully with the
intention to convey the meaning behind the code. Names are generally
spelled out; use of abbreviations is discouraged.
[Note: abbreviation are allowable when in common use, and should be in