org.dcm4che2.iod.value
Class ImageLaterality

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

public class ImageLaterality
extends java.lang.Object

Author:
Antonio Magni

Field Summary
static java.lang.String BOTH
           
static java.lang.String LEFT
           
static java.lang.String RIGHT
           
static java.lang.String UNPAIRED
           
 
Constructor Summary
ImageLaterality()
           
 
Method Summary
static boolean isValid(java.lang.String ss)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LEFT

public static java.lang.String LEFT

RIGHT

public static java.lang.String RIGHT

BOTH

public static java.lang.String BOTH

UNPAIRED

public static java.lang.String UNPAIRED
Constructor Detail

ImageLaterality

public ImageLaterality()
Method Detail

isValid

public static boolean isValid(java.lang.String ss)


Copyright © 2011 dcm4che. All Rights Reserved.