|
|||||||||
| 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
com.pixelmed.database.DicomDictionaryForStudySeriesInstanceModel
public class DicomDictionaryForStudySeriesInstanceModel
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,
InformationEntity| Field Summary |
|---|
| Fields inherited from class com.pixelmed.dicom.DicomDictionaryBase |
|---|
fullNameByTag, informationEntityByTag, nameByTag, tagByName, tagList, valueRepresentationsByTag |
| Constructor Summary | |
|---|---|
DicomDictionaryForStudySeriesInstanceModel()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class com.pixelmed.dicom.DicomDictionary |
|---|
createFullNameByTag, createInformationEntityByTag, createNameByTag, createTagByName, createValueRepresentationsByTag |
| Methods inherited from class com.pixelmed.dicom.DicomDictionaryBase |
|---|
getFullNameFromTag, 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 DicomDictionaryForStudySeriesInstanceModel()
| Method Detail |
|---|
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 -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||