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 DictionaryOfConceptsprotected static String[]protected static String[]protected static String[]protected static String[]protected static DisplayableLateralityConcept[]protected static DictionaryOfConceptsprotected static DisplayableViewConcept[]protected static DictionaryOfConcepts -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DisplayableConceptfindAmongstGeneralAttributes(AttributeList list, DictionaryOfConcepts concepts, String[] badPhraseTriggers) static DisplayableAnatomicConceptstatic DisplayableLateralityConceptfindLaterality(AttributeList list, DisplayableAnatomicConcept anatomy) static DisplayableViewConceptfindView(AttributeList list) static DictionaryOfConceptsstatic DictionaryOfConceptsstatic voidRead 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
-