Class DicomDictionaryForStudySeriesInstanceModel

java.lang.Object
com.pixelmed.dicom.DicomDictionaryBase
com.pixelmed.dicom.DicomDictionary
com.pixelmed.database.DicomDictionaryForStudySeriesInstanceModel

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:

  • SOPClassUID
  • SOPInstanceUID
  • StudyDate
  • SeriesDate
  • ContentDate
  • AcquisitionDate
  • StudyTime
  • SeriesTime
  • ContentTime
  • AcquisitionTime
  • AcquisitionDateTime
  • AccessionNumber
  • Modality
  • Manufacturer
  • InstitutionName
  • StudyDescription
  • SeriesDescription
  • PatientName
  • PatientID
  • PatientBirthDate
  • PatientSex
  • PatientAge
  • PatientComments
  • StudyInstanceUID
  • SeriesInstanceUID
  • StudyID
  • SeriesNumber
  • AcquisitionNumber
  • InstanceNumber
  • DerivationDescription
  • LossyImageCompression
  • LossyImageCompressionRatio
  • LossyImageCompressionMethod
  • ClinicalTrialProtocolID
  • ClinicalTrialSiteID
  • ClinicalTrialSubjectID
  • ClinicalTrialTimePointID
  • ClinicalTrialTimePointDescription
  • TransferSyntaxUID
  • SourceApplicationEntityTitle
See Also:
  • Constructor Details

    • DicomDictionaryForStudySeriesInstanceModel

      public DicomDictionaryForStudySeriesInstanceModel()
  • Method Details