Package com.pixelmed.anatproc
Class CTAnatomy
java.lang.Object
com.pixelmed.anatproc.CTAnatomy
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.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static DisplayableAnatomicConcept[]
protected static DictionaryOfConcepts
protected static String[]
protected static String[]
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DisplayableConcept
findAmongstGeneralAttributes
(AttributeList list, DictionaryOfConcepts concepts, String[] badPhraseTriggers) static DisplayableAnatomicConcept
static DictionaryOfConcepts
static void
Read the DICOM input file and extract anatomical information.protected static String[]
newStringArray
(String... values)
-
Field Details
-
badLateralityOrViewOrAnatomyPhraseTriggers
-
badAnatomyWords
-
anatomicConceptEntries
-
anatomyConcepts
-
-
Constructor Details
-
CTAnatomy
public CTAnatomy()
-
-
Method Details
-
newStringArray
-
getAnatomyConcepts
-
findAnatomicConcept
-
findAmongstGeneralAttributes
public static DisplayableConcept findAmongstGeneralAttributes(AttributeList list, DictionaryOfConcepts concepts, String[] badPhraseTriggers) -
main
Read the DICOM input file and extract anatomical information.
- Parameters:
arg
- array of one string, the filename to read
-