Class DICOMTags

    • Method Detail

      • dicomPatientId

        public final String dicomPatientId()

        The unique identifier for a patient in a DICOM Study.

        Returns:
        The unique identifier for a patient in a DICOM Study.
      • dicomPatientName

        public final String dicomPatientName()

        The patient name.

        Returns:
        The patient name.
      • dicomPatientBirthDate

        public final String dicomPatientBirthDate()

        The patient birth date.

        Returns:
        The patient birth date.
      • dicomPatientSex

        public final String dicomPatientSex()

        The patient sex.

        Returns:
        The patient sex.
      • dicomStudyInstanceUID

        public final String dicomStudyInstanceUID()

        The DICOM provided identifier for studyInstanceUid.>

        Returns:
        The DICOM provided identifier for studyInstanceUid.>
      • dicomStudyId

        public final String dicomStudyId()

        The DICOM provided studyId.

        Returns:
        The DICOM provided studyId.
      • dicomStudyDescription

        public final String dicomStudyDescription()

        The description of the study.

        Returns:
        The description of the study.
      • dicomNumberOfStudyRelatedSeries

        public final Integer dicomNumberOfStudyRelatedSeries()

        The total number of series in the DICOM study.

        Returns:
        The total number of series in the DICOM study.
      • dicomNumberOfStudyRelatedInstances

        public final Integer dicomNumberOfStudyRelatedInstances()

        The total number of instances in the DICOM study.

        Returns:
        The total number of instances in the DICOM study.
      • dicomAccessionNumber

        public final String dicomAccessionNumber()

        The accession number for the DICOM study.

        Returns:
        The accession number for the DICOM study.
      • dicomStudyDate

        public final String dicomStudyDate()

        The study date.

        Returns:
        The study date.
      • dicomStudyTime

        public final String dicomStudyTime()

        The study time.

        Returns:
        The study time.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)