Class DicomDictionaryForMinimalPatientStudySeriesInstanceModel


  • public class DicomDictionaryForMinimalPatientStudySeriesInstanceModel
    extends DicomDictionary

    The DicomDictionaryForMinimalPatientStudySeriesInstanceModel class 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 DatabaseInformationModel that 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
    See Also:
    MinimalPatientStudySeriesInstanceModel, InformationEntity
    • Constructor Detail

      • DicomDictionaryForMinimalPatientStudySeriesInstanceModel

        public DicomDictionaryForMinimalPatientStudySeriesInstanceModel()
    • Method Detail

      • createTagList

        protected void createTagList()
        Description copied from class: DicomDictionaryBase

        Concrete sub-classes implement this method to create a list of all tags in the dictionary.

        Overrides:
        createTagList in class DicomDictionary