public class ProjectionXRayAnatomy extends Anatomy
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.
| Modifier and Type | Field and Description |
|---|---|
protected static String[] |
badLateralityWords |
protected static String[] |
badViewWords |
protected static DisplayableLateralityConcept[] |
lateralityConceptEntries |
protected static DictionaryOfConcepts |
lateralityConcepts |
protected static DisplayableViewConcept[] |
viewPositionConceptEntries |
protected static DictionaryOfConcepts |
viewPositionConcepts |
anatomicConceptEntries, anatomyConcepts, badAnatomyWords, badLateralityOrViewOrAnatomyPhraseTriggers| Constructor and Description |
|---|
ProjectionXRayAnatomy() |
| Modifier and Type | Method and Description |
|---|---|
static DisplayableLateralityConcept |
findLaterality(AttributeList list,
DisplayableAnatomicConcept anatomy) |
static DisplayableViewConcept |
findView(AttributeList list) |
static DictionaryOfConcepts |
getLateralityConcepts() |
static void |
main(String[] arg)
Read the DICOM input file and extract anatomical information.
|
protected static String[] |
newStringArray(String... values) |
findAmongstGeneralAttributes, findAnatomicConcept, getAnatomyConceptsprotected static String[] badLateralityWords
protected static String[] badViewWords
protected static DisplayableLateralityConcept[] lateralityConceptEntries
protected static DictionaryOfConcepts lateralityConcepts
protected static DisplayableViewConcept[] viewPositionConceptEntries
protected static DictionaryOfConcepts viewPositionConcepts
public static DisplayableLateralityConcept findLaterality(AttributeList list, DisplayableAnatomicConcept anatomy)
public static DisplayableViewConcept findView(AttributeList list)
public static DictionaryOfConcepts getLateralityConcepts()
public static void main(String[] arg)
Read the DICOM input file and extract anatomical information.
arg - array of one string, the filename to read