Package com.pixelmed.dose
Class CTPhantomType
- java.lang.Object
-
- com.pixelmed.dose.CTPhantomType
-
- All Implemented Interfaces:
java.lang.Comparable
public class CTPhantomType extends java.lang.Object implements java.lang.Comparable
-
-
Field Summary
Fields Modifier and Type Field Description static CTPhantomTypeBODY32static CTPhantomTypeHEAD16static CTPhantomTypeMIXED
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(java.lang.Object o)CodedSequenceItemgetCodedSequenceItem()static CodedSequenceItemgetCodedSequenceItem(CTPhantomType phantomType)static CTPhantomTypeselectFromCode(CodedSequenceItem csi)static CTPhantomTypeselectFromDescription(java.lang.String description)java.lang.StringtoString()
-
-
-
Field Detail
-
HEAD16
public static final CTPhantomType HEAD16
-
BODY32
public static final CTPhantomType BODY32
-
MIXED
public static final CTPhantomType MIXED
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
compareTo
public int compareTo(java.lang.Object o)
- Specified by:
compareToin interfacejava.lang.Comparable
-
selectFromDescription
public static CTPhantomType selectFromDescription(java.lang.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
-
-