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