public class DicomDictionaryForStudySeriesInstanceModel extends DicomDictionary
The DicomDictionaryForStudySeriesInstanceModel class
supports a minimal DICOM Study/Series/Instance model.
Attributes of the DICOM Patient entity are included at the Study level.
Attributes of the DICOM Procedure Step entity are included at the Series level.
Attributes of the DICOM Concatenation entity are included at the Instance level.
The subset of the DICOM standard dictionary elements that is included in this dictionary
(and hence in the database underlying any DatabaseInformationModel
that uses this dictionary) consists of the following:
StudySeriesInstanceModel,
InformationEntityStandardDictionary, xmlDicomDictionaryIEResourceName, xmlDicomDictionaryResourceNamefullNameByTag, informationEntityByTag, nameByTag, tagByName, tagList, valueRepresentationsByTag| Constructor and Description |
|---|
DicomDictionaryForStudySeriesInstanceModel() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
createTagList()
Concrete sub-classes implement this method to create a list of all tags in the dictionary.
|
InformationEntity |
getInformationEntityFromTag(AttributeTag tag)
Get the information entity (patient, study, and so on) of an attribute.
|
createFullNameByTag, createInformationEntityByTag, createNameByTag, createTagByName, createValueRepresentationsByTaggetFullNameFromTag, getNameFromTag, getTagFromName, getTagIterator, getValueRepresentationFromTag, mainpublic DicomDictionaryForStudySeriesInstanceModel()
protected void createTagList()
DicomDictionaryBaseConcrete sub-classes implement this method to create a list of all tags in the dictionary.
createTagList in class DicomDictionarypublic InformationEntity getInformationEntityFromTag(AttributeTag tag)
DicomDictionaryBaseGet the information entity (patient, study, and so on) of an attribute.
getInformationEntityFromTag in class DicomDictionaryBasetag -