From 59f82f69b2058add41553637396b880a92ca999b Mon Sep 17 00:00:00 2001 From: jpr Date: Tue, 10 Feb 2004 10:11:52 +0000 Subject: [PATCH] comments added --- src/Makefile.am | 2 +- src/gdcmDicomDir.cxx | 4 +++- src/gdcmParser.cxx | 13 +++++++++++++ 3 files changed, 17 insertions(+), 2 deletions(-) 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; -- 2.45.1