org.dcm4che2.code
Class Laterality

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

public class Laterality
extends java.lang.Object

CID 244 Laterality.

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

Field Summary
static java.lang.String Left
          (G-A101, SRT, "Left")
static java.lang.String Right
          (G-A100, SRT, "Right")
static java.lang.String RightAndLeft
          (G-A102, SRT, "Right and left")
static java.lang.String Unilateral
          (G-A103, SRT, "Unilateral")
 
Constructor Summary
Laterality()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Left

public static final java.lang.String Left
(G-A101, SRT, "Left")

See Also:
Constant Field Values

Right

public static final java.lang.String Right
(G-A100, SRT, "Right")

See Also:
Constant Field Values

RightAndLeft

public static final java.lang.String RightAndLeft
(G-A102, SRT, "Right and left")

See Also:
Constant Field Values

Unilateral

public static final java.lang.String Unilateral
(G-A103, SRT, "Unilateral")

See Also:
Constant Field Values
Constructor Detail

Laterality

public Laterality()


Copyright © 2011 dcm4che. All Rights Reserved.