org.dcm4che2.code
Class PatientOrientation

java.lang.Object
  extended by org.dcm4che2.code.PatientOrientation

public class PatientOrientation
extends java.lang.Object

CID 19 Patient Orientation.

Since:
Jun 2, 2010
Version:
$Rev: 13502 $ $Date:: 2010-06-09#$
Author:
Gunter Zeilinger

Field Summary
static java.lang.String Erect
          (F-10440, SRT, "erect")
static java.lang.String Recumbent
          (F-10450, SRT, "recumbent")
static java.lang.String SemiErect
          (F-10460, SRT, "semi-erect")
 
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

Erect

public static final java.lang.String Erect
(F-10440, SRT, "erect")

See Also:
Constant Field Values

Recumbent

public static final java.lang.String Recumbent
(F-10450, SRT, "recumbent")

See Also:
Constant Field Values

SemiErect

public static final java.lang.String SemiErect
(F-10460, SRT, "semi-erect")

See Also:
Constant Field Values
Constructor Detail

PatientOrientation

public PatientOrientation()


Copyright © 2011 dcm4che. All Rights Reserved.