Interface DICOMTags.Builder

    • Method Detail

      • dicomPatientId

        DICOMTags.Builder dicomPatientId​(String dicomPatientId)

        The unique identifier for a patient in a DICOM Study.

        Parameters:
        dicomPatientId - The unique identifier for a patient in a DICOM Study.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dicomPatientName

        DICOMTags.Builder dicomPatientName​(String dicomPatientName)

        The patient name.

        Parameters:
        dicomPatientName - The patient name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dicomPatientBirthDate

        DICOMTags.Builder dicomPatientBirthDate​(String dicomPatientBirthDate)

        The patient birth date.

        Parameters:
        dicomPatientBirthDate - The patient birth date.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dicomPatientSex

        DICOMTags.Builder dicomPatientSex​(String dicomPatientSex)

        The patient sex.

        Parameters:
        dicomPatientSex - The patient sex.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dicomStudyInstanceUID

        DICOMTags.Builder dicomStudyInstanceUID​(String dicomStudyInstanceUID)

        The DICOM provided identifier for studyInstanceUid.>

        Parameters:
        dicomStudyInstanceUID - The DICOM provided identifier for studyInstanceUid.>
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dicomStudyId

        DICOMTags.Builder dicomStudyId​(String dicomStudyId)

        The DICOM provided studyId.

        Parameters:
        dicomStudyId - The DICOM provided studyId.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dicomStudyDescription

        DICOMTags.Builder dicomStudyDescription​(String dicomStudyDescription)

        The description of the study.

        Parameters:
        dicomStudyDescription - The description of the study.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dicomNumberOfStudyRelatedSeries

        DICOMTags.Builder dicomNumberOfStudyRelatedSeries​(Integer dicomNumberOfStudyRelatedSeries)

        The total number of series in the DICOM study.

        Parameters:
        dicomNumberOfStudyRelatedSeries - The total number of series in the DICOM study.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dicomNumberOfStudyRelatedInstances

        DICOMTags.Builder dicomNumberOfStudyRelatedInstances​(Integer dicomNumberOfStudyRelatedInstances)

        The total number of instances in the DICOM study.

        Parameters:
        dicomNumberOfStudyRelatedInstances - The total number of instances in the DICOM study.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dicomAccessionNumber

        DICOMTags.Builder dicomAccessionNumber​(String dicomAccessionNumber)

        The accession number for the DICOM study.

        Parameters:
        dicomAccessionNumber - The accession number for the DICOM study.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dicomStudyDate

        DICOMTags.Builder dicomStudyDate​(String dicomStudyDate)

        The study date.

        Parameters:
        dicomStudyDate - The study date.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dicomStudyTime

        DICOMTags.Builder dicomStudyTime​(String dicomStudyTime)

        The study time.

        Parameters:
        dicomStudyTime - The study time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.