public class CTPhantomType
extends java.lang.Object
implements java.lang.Comparable
| Modifier and Type | Field and Description |
|---|---|
static CTPhantomType |
BODY32 |
static CTPhantomType |
HEAD16 |
static CTPhantomType |
MIXED |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(java.lang.Object o) |
CodedSequenceItem |
getCodedSequenceItem() |
static CodedSequenceItem |
getCodedSequenceItem(CTPhantomType phantomType) |
static CTPhantomType |
selectFromCode(CodedSequenceItem csi) |
static CTPhantomType |
selectFromDescription(java.lang.String description) |
java.lang.String |
toString() |
public static final CTPhantomType HEAD16
public static final CTPhantomType BODY32
public static final CTPhantomType MIXED
public java.lang.String toString()
toString in class java.lang.Objectpublic int compareTo(java.lang.Object o)
compareTo in interface java.lang.Comparablepublic static CTPhantomType selectFromDescription(java.lang.String description)
public static CTPhantomType selectFromCode(CodedSequenceItem csi)
public static CodedSequenceItem getCodedSequenceItem(CTPhantomType phantomType) throws DicomException
DicomExceptionpublic CodedSequenceItem getCodedSequenceItem() throws DicomException
DicomException