From 9886f353508c0874d5c0283c1c55561a4a001b0f Mon Sep 17 00:00:00 2001 From: jpr Date: Tue, 19 Jul 2005 15:25:53 +0000 Subject: [PATCH] Add some comments on the 'Patient Position' --- src/gdcmFile.cxx | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/src/gdcmFile.cxx b/src/gdcmFile.cxx index 085a381c..e9e789ed 100644 --- a/src/gdcmFile.cxx +++ b/src/gdcmFile.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmFile.cxx,v $ Language: C++ - Date: $Date: 2005/07/19 15:19:26 $ - Version: $Revision: 1.251 $ + Date: $Date: 2005/07/19 15:25:53 $ + Version: $Revision: 1.252 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -26,6 +26,27 @@ // as the Z coordinate, // 0. for all the coordinates if nothing is found // +// Image Position (Patient) (0020,0032) What is it used for? +// --> +// The attribute Patient Orientation (0020,0020) from the General Image Module +// is of type 2C and has the condition Required if image does not require +// Image Orientation (0020,0037) and Image Position (0020,0032). +// However, if the image does require the attributes Image Orientation (0020,0037) +// and Image Position (0020,0032) then attribute Patient Orientation (0020,0020) +// should not be present in the images. +// +// Remember also : +// Patient Position (0018,5100) values : HFP = Head First-Prone +// HFS = Head First-Supine +// HFDR = Head First-Decubitus Right +// HFDL = Head First-Decubitus Left +// FFDR = Feet First-Decubitus Right +// FFDL = Feet First-Decubitus Left +// FFP = Feet First-Prone +// FFS = Feet First-Supine +// CS 2 Patient Orientation (0020 0020) +// When the coordinates of the image +// are always present, this field is almost never used // --------------------------------------------------------------- // #include "gdcmFile.h" -- 2.48.1