org.dcm4che2.hp
Class ImagePlane

java.lang.Object
  extended by org.dcm4che2.hp.ImagePlane

public class ImagePlane
extends java.lang.Object

Since:
Oct 24, 2005
Version:
$Revision: 567 $ $Date: 2006-05-15 12:16:32 +0200 (Mon, 15 May 2006) $
Author:
gunter zeilinger(gunterze@gmail.com)

Field Summary
static ImagePlane CORONAL
           
static ImagePlane OBLIQUE
           
static ImagePlane SAGITTAL
           
static ImagePlane TRANSVERSE
           
 
Method Summary
 java.lang.String getCodeString()
           
static ImagePlane valueOf(java.lang.String codeString)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TRANSVERSE

public static final ImagePlane TRANSVERSE

SAGITTAL

public static final ImagePlane SAGITTAL

CORONAL

public static final ImagePlane CORONAL

OBLIQUE

public static final ImagePlane OBLIQUE
Method Detail

getCodeString

public final java.lang.String getCodeString()

valueOf

public static ImagePlane valueOf(java.lang.String codeString)


Copyright © 2011 dcm4che. All Rights Reserved.