public class CTAnatomy extends Object
This class encapsulates information pertaining to anatomy of CT images.
Utility methods provide for the detection of anatomy from various header attributes regardless of whether these are formal codes, code strings or free text comments.
Modifier and Type | Field and Description |
---|---|
protected static DisplayableAnatomicConcept[] |
anatomicConceptEntries |
protected static DictionaryOfConcepts |
anatomyConcepts |
protected static String[] |
badAnatomyWords |
protected static String[] |
badLateralityOrViewOrAnatomyPhraseTriggers |
protected static int |
debugLevel |
Constructor and Description |
---|
CTAnatomy() |
Modifier and Type | Method and Description |
---|---|
static DisplayableConcept |
findAmongstGeneralAttributes(AttributeList list,
DictionaryOfConcepts concepts,
String[] badPhraseTriggers) |
static DisplayableAnatomicConcept |
findAnatomicConcept(AttributeList list) |
static DictionaryOfConcepts |
getAnatomyConcepts() |
static void |
main(String[] arg)
Read the DICOM input file and extract anatomical information.
|
protected static String[] |
newStringArray(String... values) |
protected static int debugLevel
protected static String[] badLateralityOrViewOrAnatomyPhraseTriggers
protected static String[] badAnatomyWords
protected static DisplayableAnatomicConcept[] anatomicConceptEntries
protected static DictionaryOfConcepts anatomyConcepts
public static DictionaryOfConcepts getAnatomyConcepts()
public static DisplayableAnatomicConcept findAnatomicConcept(AttributeList list)
public static DisplayableConcept findAmongstGeneralAttributes(AttributeList list, DictionaryOfConcepts concepts, String[] badPhraseTriggers)
public static void main(String[] arg)
Read the DICOM input file and extract anatomical information.
arg
- array of one string, the filename to read