org.dcm4che2.iod.value
Class ImageOrientationPatient

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

public class ImageOrientationPatient
extends java.lang.Object

A Class to represent Image Orientation (0020,0037) values.

Image Orientation (0020,0037) specifies the direction cosines of the first row and the first column with respect to the patient. These Attributes shall be provide as a pair. Row value for the x, y, and z axes respectively followed by the Column value for the x, y, and z axes respectively.

The fields are named after the orientation of the patient, as in PatientOrientation.

Author:
Antonio Magni
See Also:
PatientOrientation

Field Summary
static float[] AF
           
static float[] FP
           
static float[] LF
           
static float[] PF
           
static float[] RF
           
 
Constructor Summary
ImageOrientationPatient()
           
 
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 float[] AF

PF

public static final float[] PF

LF

public static final float[] LF

RF

public static final float[] RF

FP

public static final float[] FP
Constructor Detail

ImageOrientationPatient

public ImageOrientationPatient()


Copyright © 2011 dcm4che. All Rights Reserved.