]> Creatis software - gdcm.git/commitdiff
comments added
authorjpr <jpr>
Tue, 10 Feb 2004 10:11:52 +0000 (10:11 +0000)
committerjpr <jpr>
Tue, 10 Feb 2004 10:11:52 +0000 (10:11 +0000)
src/Makefile.am
src/gdcmDicomDir.cxx
src/gdcmParser.cxx

index fc59601e4755b8fb984b7d61e77b1a9f58b4b5db..da2a82241c7fd20d5a788798dee1a1975166728a 100644 (file)
@@ -1,4 +1,4 @@
-&SUBDIRS = jpeg
+SUBDIRS = jpeg
 
 LTVERSION = 0:1:0
 
index 3592304d18afef30f1d13df0f2723c2d0d9a685a..edda84f75da3e456d54322b4a16d68daa8d48526 100644 (file)
@@ -12,7 +12,9 @@
 
 #include <sys/types.h>
 #include <errno.h>
-
+//-----------------------------------------------------------------------------
+//  For full DICOMDIR description, see:
+//  PS 3.3-2003, pages 731-750
 //-----------------------------------------------------------------------------
 // Constructor / Destructor
 /*
index 74848428bd33b5060881559273b3aaed7a1605ee..70c859fdf0f018b68d9640a99e7a75e8f6789052 100644 (file)
    // DL       Delimiters
    //
 
+   // Other usefull abreviations :
+   //Radiographic view associated with Patient Position (0018,5100).
+   //  Defined Terms:
+   // 
+   //  AP = Anterior/Posterior 
+   //  PA = Posterior/Anterior 
+   //  LL = Left Lateral 
+   //  RL = Right Lateral 
+   //  RLD = Right Lateral Decubitus 
+   //  LLD  = Left Lateral Decubitus 
+   //  RLO = Right Lateral Oblique 
+   //  LLO = Left Lateral Oblique  
+
 //-----------------------------------------------------------------------------
 // Refer to gdcmParser::CheckSwap()
 const unsigned int gdcmParser::HEADER_LENGTH_TO_READ = 256;