Package com.pixelmed.anatproc
Class ProjectionXRayAnatomy
java.lang.Object
com.pixelmed.anatproc.ProjectionXRayAnatomy
This class encapsulates information pertaining to anatomy of projection x-ray 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[]
protected static String[]
protected static String[]
protected static DisplayableLateralityConcept[]
protected static DictionaryOfConcepts
protected static DisplayableViewConcept[]
protected static DictionaryOfConcepts
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DisplayableConcept
findAmongstGeneralAttributes
(AttributeList list, DictionaryOfConcepts concepts, String[] badPhraseTriggers) static DisplayableAnatomicConcept
static DisplayableLateralityConcept
findLaterality
(AttributeList list, DisplayableAnatomicConcept anatomy) static DisplayableViewConcept
findView
(AttributeList list) static DictionaryOfConcepts
static DictionaryOfConcepts
static void
Read the DICOM input file and extract anatomical information.protected static String[]
newStringArray
(String... values)
-
Field Details
-
badLateralityOrViewOrAnatomyPhraseTriggers
-
badLateralityWords
-
lateralityConceptEntries
-
lateralityConcepts
-
badViewWords
-
viewPositionConceptEntries
-
viewPositionConcepts
-
badAnatomyWords
-
anatomicConceptEntries
-
anatomyConcepts
-
-
Constructor Details
-
ProjectionXRayAnatomy
public ProjectionXRayAnatomy()
-
-
Method Details
-
newStringArray
-
getLateralityConcepts
-
getAnatomyConcepts
-
findAnatomicConcept
-
findView
-
findLaterality
public static DisplayableLateralityConcept findLaterality(AttributeList list, DisplayableAnatomicConcept anatomy) -
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
-