org.dcm4che2.iod.value
Class PatientOrientation

java.lang.Object
  extended by org.dcm4che2.iod.value.PatientOrientation

public class PatientOrientation
extends java.lang.Object

A Class to represent possible Patient Orientation (0020,0020) values.

The Patient Orientation relative to the image plane shall be specified by two values that designate the anatomical direction of the positive row axis (left to right) and the positive column axis (top to bottom). The first entry is the direction of the rows, given by the direction of the last pixel in the first row from the first pixel in that row. The second entry is the direction of the columns, given by the direction of the last pixel in the first column from the first pixel in that column.

Anatomical direction shall be designated by the capital letters: A (anterior), P (posterior), R (right), L (left), H (head), F (foot). Each value of the orientation attribute shall contain at least one of these characters. If refinements in the orientation descriptions are to be specified, then they shall be designated by one or two additional letters in each value. Within each value, the letters shall be ordered with the principal orientation designated in the first character.

Author:
Antonio Magni

Field Summary
static java.lang.String[] AF
           
static java.lang.String[] AH
           
static java.lang.String[] AL
           
static java.lang.String[] AR
           
static java.lang.String[] FA
           
static java.lang.String[] FL
           
static java.lang.String[] FP
           
static java.lang.String[] FR
           
static java.lang.String[] HA
           
static java.lang.String[] HL
           
static java.lang.String[] HP
           
static java.lang.String[] HR
           
static java.lang.String[] LA
           
static java.lang.String[] LF
           
static java.lang.String[] LH
           
static java.lang.String[] LP
           
static java.lang.String[] PF
           
static java.lang.String[] PH
           
static java.lang.String[] PL
           
static java.lang.String[] PR
           
static java.lang.String[] RA
           
static java.lang.String[] RF
           
static java.lang.String[] RH
           
static java.lang.String[] RP
           
 
Constructor Summary
PatientOrientation()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AF

public static final java.lang.String[] AF

PF

public static final java.lang.String[] PF

LF

public static final java.lang.String[] LF

RF

public static final java.lang.String[] RF

AH

public static final java.lang.String[] AH

PH

public static final java.lang.String[] PH

LH

public static final java.lang.String[] LH

RH

public static final java.lang.String[] RH

FA

public static final java.lang.String[] FA

HA

public static final java.lang.String[] HA

LA

public static final java.lang.String[] LA

RA

public static final java.lang.String[] RA

FP

public static final java.lang.String[] FP

HP

public static final java.lang.String[] HP

LP

public static final java.lang.String[] LP

RP

public static final java.lang.String[] RP

AL

public static final java.lang.String[] AL

PL

public static final java.lang.String[] PL

FL

public static final java.lang.String[] FL

HL

public static final java.lang.String[] HL

AR

public static final java.lang.String[] AR

PR

public static final java.lang.String[] PR

FR

public static final java.lang.String[] FR

HR

public static final java.lang.String[] HR
Constructor Detail

PatientOrientation

public PatientOrientation()


Copyright © 2011 dcm4che. All Rights Reserved.