com.pixelmed.dose
Class CTPhantomType

java.lang.Object
  extended by com.pixelmed.dose.CTPhantomType
All Implemented Interfaces:
Comparable

public class CTPhantomType
extends Object
implements Comparable


Field Summary
static CTPhantomType BODY32
           
static CTPhantomType HEAD16
           
static CTPhantomType MIXED
           
 
Method Summary
 int compareTo(Object o)
           
 CodedSequenceItem getCodedSequenceItem()
           
static CodedSequenceItem getCodedSequenceItem(CTPhantomType phantomType)
           
static CTPhantomType selectFromCode(CodedSequenceItem csi)
           
static CTPhantomType selectFromDescription(String description)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

HEAD16

public static final CTPhantomType HEAD16

BODY32

public static final CTPhantomType BODY32

MIXED

public static final CTPhantomType MIXED
Method Detail

toString

public String toString()
Overrides:
toString in class Object

compareTo

public int compareTo(Object o)
Specified by:
compareTo in interface Comparable

selectFromDescription

public static CTPhantomType selectFromDescription(String description)

selectFromCode

public static CTPhantomType selectFromCode(CodedSequenceItem csi)

getCodedSequenceItem

public static CodedSequenceItem getCodedSequenceItem(CTPhantomType phantomType)
                                              throws DicomException
Throws:
DicomException

getCodedSequenceItem

public CodedSequenceItem getCodedSequenceItem()
                                       throws DicomException
Throws:
DicomException