Interface SearchByAttributeValue.Builder

    • Method Detail

      • dicomPatientId

        SearchByAttributeValue.Builder dicomPatientId​(String dicomPatientId)

        The patient ID input for search.

        Parameters:
        dicomPatientId - The patient ID input for search.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dicomAccessionNumber

        SearchByAttributeValue.Builder dicomAccessionNumber​(String dicomAccessionNumber)

        The DICOM accession number for search.

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

        SearchByAttributeValue.Builder dicomStudyId​(String dicomStudyId)

        The DICOM study ID for search.

        Parameters:
        dicomStudyId - The DICOM study ID for search.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dicomStudyInstanceUID

        SearchByAttributeValue.Builder dicomStudyInstanceUID​(String dicomStudyInstanceUID)

        The DICOM study instance UID for search.

        Parameters:
        dicomStudyInstanceUID - The DICOM study instance UID for search.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        SearchByAttributeValue.Builder createdAt​(Instant createdAt)

        The created at time of the image set provided for search.

        Parameters:
        createdAt - The created at time of the image set provided for search.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dicomStudyDateAndTime

        SearchByAttributeValue.Builder dicomStudyDateAndTime​(DICOMStudyDateAndTime dicomStudyDateAndTime)

        The aggregated structure containing DICOM study date and study time for search.

        Parameters:
        dicomStudyDateAndTime - The aggregated structure containing DICOM study date and study time for search.
        Returns:
        Returns a reference to this object so that method calls can be chained together.