]> Creatis software - gdcm.git/commitdiff
Better description of A.P.I. breaking modifications between v0.6 and v1.0
authorjpr <jpr>
Wed, 9 Mar 2005 17:16:59 +0000 (17:16 +0000)
committerjpr <jpr>
Wed, 9 Mar 2005 17:16:59 +0000 (17:16 +0000)
CVS : ----------------------------------------------------------------------

Doc/Website/News.html

index 4d6596e06400f9dd8f15e5bafd1c9ab30d31e62a..5c61e98a3f0c7569864a612924e56e6adec2eddb 100644 (file)
@@ -152,9 +152,27 @@ Any contribution is welcome.
         </UL>
       <LI> a <TT>gdcm::SeqEntry</TT> 
       </UL>
-   <LI> Removal of useless accessors <TT>GetXxxByname</TT>, <TT>SetXxxByname</TT> 
-   <LI> Removal of accessors <TT>GetXxxByNumber</TT>, <TT>SetXxxByNumber</TT>, 
-        renamed as <TT>GetXxx</TT>, <TT>SetXxx</TT>
+      <LI> Removal of useless accessors <TT>GetXxxByname</TT>, <TT>SetXxxByname</TT> 
+      <LI> Renaming of accessors <TT>GetXxxByNumber</TT>, <TT>SetXxxByNumber</TT> 
+as follow :
+      <UL>
+         <LI> <TT>GetEntryByNumber 
+                  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+                                 --> GetEntryValue<TT>
+         <LI> <TT>GetEntryLengthByNumber  --> GetEntryLength<TT>
+         <LI> <TT>GetEntryOffsetByNumber  --> GetEntryOffset<TT>
+         <LI> <TT>GetEntryVRByNumber 
+                  &nbsp;&nbsp;&nbsp;      --> GetEntryVR<TT>
+         <LI>
+         <LI> <TT>GetDocEntryByNumber     
+                  &nbsp;&nbsp;            --> GetDocEntry<TT>
+         <LI> <TT>GetValEntryByNumber     
+                  &nbsp;&nbsp;            --> GetValEntry<TT>
+         <LI> <TT>GetBinEntryByNumber     
+                  &nbsp;&nbsp;            --> GetBinEntry<TT>
+         <LI> <TT>GetSeqEntryByNumber     
+                  &nbsp;&nbsp;            --> GetSeqEntry<TT>
+       </UL>
    </UL>
 </UL>