Package com.pixelmed.database
Class DicomDictionaryForMinimalPatientStudySeriesInstanceModel
- java.lang.Object
-
- com.pixelmed.dicom.DicomDictionaryBase
-
- com.pixelmed.dicom.DicomDictionary
-
- com.pixelmed.database.DicomDictionaryForMinimalPatientStudySeriesInstanceModel
-
public class DicomDictionaryForMinimalPatientStudySeriesInstanceModel extends DicomDictionary
The
DicomDictionaryForMinimalPatientStudySeriesInstanceModelclass supports a simple DICOM Patient/Study/Series/Concatenation/Instance model.The subset of the DICOM standard dictionary elements that is included in this dictionary (and hence in the database underlying any
DatabaseInformationModelthat uses this dictionary) consists of the following:- TransferSyntaxUID
- SourceApplicationEntityTitle
- SpecificCharacterSet
- ImageType
- SOPClassUID
- SOPInstanceUID
- Manufacturer
- PatientName
- PatientID
- PatientBirthDate
- PatientSex
- StudyInstanceUID
- SeriesInstanceUID
- StudyID
- SeriesNumber
- SeriesDescription
- Modality
- InstanceNumber
- InstanceCreatorUID
-
-
Field Summary
-
Fields inherited from class com.pixelmed.dicom.DicomDictionary
StandardDictionary, xmlDicomDictionaryIEResourceName, xmlDicomDictionaryResourceName
-
Fields inherited from class com.pixelmed.dicom.DicomDictionaryBase
fullNameByTag, informationEntityByTag, nameByTag, tagByName, tagList, valueRepresentationsByTag
-
-
Constructor Summary
Constructors Constructor Description DicomDictionaryForMinimalPatientStudySeriesInstanceModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcreateTagList()Concrete sub-classes implement this method to create a list of all tags in the dictionary.-
Methods inherited from class com.pixelmed.dicom.DicomDictionary
createFullNameByTag, createInformationEntityByTag, createNameByTag, createTagByName, createValueRepresentationsByTag
-
Methods inherited from class com.pixelmed.dicom.DicomDictionaryBase
getFullNameFromTag, getInformationEntityFromTag, getNameFromTag, getTagFromName, getTagIterator, getValueRepresentationFromTag, main
-
-
-
-
Method Detail
-
createTagList
protected void createTagList()
Description copied from class:DicomDictionaryBaseConcrete sub-classes implement this method to create a list of all tags in the dictionary.
- Overrides:
createTagListin classDicomDictionary
-
-