|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.pixelmed.dicom.DicomDictionaryBase
com.pixelmed.dicom.DicomDictionary
public class DicomDictionary
The DicomDictionary class
is a complete standard dictionary of DICOM attributes and associated information.
The accessor methods that an application would normally use are defined in the
DicomDictionaryBase class.
| Field Summary |
|---|
| Fields inherited from class com.pixelmed.dicom.DicomDictionaryBase |
|---|
fullNameByTag, informationEntityByTag, nameByTag, tagByName, tagList, valueRepresentationsByTag |
| Constructor Summary | |
|---|---|
DicomDictionary()
|
|
| Method Summary | |
|---|---|
protected void |
createFullNameByTag()
Concrete sub-classes implement this method to create a map of attribute full names from tags for each tag in the dictionary. |
protected void |
createInformationEntityByTag()
Concrete sub-classes implement this method to create a map of information entities for each tag in the dictionary. |
protected void |
createNameByTag()
Concrete sub-classes implement this method to create a map of attribute names from tags for each tag in the dictionary. |
protected void |
createTagByName()
Concrete sub-classes implement this method to create a map of tags from attribute names for each tag in the dictionary. |
protected void |
createTagList()
Concrete sub-classes implement this method to create a list of all tags in the dictionary. |
protected void |
createValueRepresentationsByTag()
Concrete sub-classes implement this method to create a map of value representations for each tag in the dictionary. |
| Methods inherited from class com.pixelmed.dicom.DicomDictionaryBase |
|---|
getFullNameFromTag, getInformationEntityFromTag, getNameFromTag, getTagFromName, getTagIterator, getValueRepresentationFromTag, main |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DicomDictionary()
| Method Detail |
|---|
protected void createTagList()
DicomDictionaryBaseConcrete sub-classes implement this method to create a list of all tags in the dictionary.
createTagList in class DicomDictionaryBaseprotected void createValueRepresentationsByTag()
DicomDictionaryBaseConcrete sub-classes implement this method to create a map of value representations for each tag in the dictionary.
createValueRepresentationsByTag in class DicomDictionaryBaseprotected void createInformationEntityByTag()
DicomDictionaryBaseConcrete sub-classes implement this method to create a map of information entities for each tag in the dictionary.
createInformationEntityByTag in class DicomDictionaryBaseprotected void createTagByName()
DicomDictionaryBaseConcrete sub-classes implement this method to create a map of tags from attribute names for each tag in the dictionary.
createTagByName in class DicomDictionaryBaseprotected void createNameByTag()
DicomDictionaryBaseConcrete sub-classes implement this method to create a map of attribute names from tags for each tag in the dictionary.
createNameByTag in class DicomDictionaryBaseprotected void createFullNameByTag()
DicomDictionaryBaseConcrete sub-classes implement this method to create a map of attribute full names from tags for each tag in the dictionary.
createFullNameByTag in class DicomDictionaryBase
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||