From: jpr Date: Tue, 10 Feb 2004 10:11:52 +0000 (+0000) Subject: comments added X-Git-Tag: Version0.5.bp~318 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=59f82f69b2058add41553637396b880a92ca999b;p=gdcm.git comments added --- diff --git a/src/Makefile.am b/src/Makefile.am index fc59601e..da2a8224 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -&SUBDIRS = jpeg +SUBDIRS = jpeg LTVERSION = 0:1:0 diff --git a/src/gdcmDicomDir.cxx b/src/gdcmDicomDir.cxx index 3592304d..edda84f7 100644 --- a/src/gdcmDicomDir.cxx +++ b/src/gdcmDicomDir.cxx @@ -12,7 +12,9 @@ #include #include - +//----------------------------------------------------------------------------- +// For full DICOMDIR description, see: +// PS 3.3-2003, pages 731-750 //----------------------------------------------------------------------------- // Constructor / Destructor /* diff --git a/src/gdcmParser.cxx b/src/gdcmParser.cxx index 74848428..70c859fd 100644 --- a/src/gdcmParser.cxx +++ b/src/gdcmParser.cxx @@ -64,6 +64,19 @@ // 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;