public static interface SearchByAttributeValue.Builder extends SdkPojo, CopyableBuilder<SearchByAttributeValue.Builder,SearchByAttributeValue>
| Modifier and Type | Method and Description |
|---|---|
SearchByAttributeValue.Builder |
createdAt(Instant createdAt)
The created at time of the image set provided for search.
|
SearchByAttributeValue.Builder |
dicomAccessionNumber(String dicomAccessionNumber)
The DICOM accession number for search.
|
SearchByAttributeValue.Builder |
dicomPatientId(String dicomPatientId)
The patient ID input for search.
|
default SearchByAttributeValue.Builder |
dicomStudyDateAndTime(Consumer<DICOMStudyDateAndTime.Builder> dicomStudyDateAndTime)
The aggregated structure containing DICOM study date and study time for search.
|
SearchByAttributeValue.Builder |
dicomStudyDateAndTime(DICOMStudyDateAndTime dicomStudyDateAndTime)
The aggregated structure containing DICOM study date and study time for search.
|
SearchByAttributeValue.Builder |
dicomStudyId(String dicomStudyId)
The DICOM study ID for search.
|
SearchByAttributeValue.Builder |
dicomStudyInstanceUID(String dicomStudyInstanceUID)
The DICOM study instance UID for search.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchByAttributeValue.Builder dicomPatientId(String dicomPatientId)
The patient ID input for search.
dicomPatientId - The patient ID input for search.SearchByAttributeValue.Builder dicomAccessionNumber(String dicomAccessionNumber)
The DICOM accession number for search.
dicomAccessionNumber - The DICOM accession number for search.SearchByAttributeValue.Builder dicomStudyId(String dicomStudyId)
The DICOM study ID for search.
dicomStudyId - The DICOM study ID for search.SearchByAttributeValue.Builder dicomStudyInstanceUID(String dicomStudyInstanceUID)
The DICOM study instance UID for search.
dicomStudyInstanceUID - The DICOM study instance UID for search.SearchByAttributeValue.Builder createdAt(Instant createdAt)
The created at time of the image set provided for search.
createdAt - The created at time of the image set provided for search.SearchByAttributeValue.Builder dicomStudyDateAndTime(DICOMStudyDateAndTime dicomStudyDateAndTime)
The aggregated structure containing DICOM study date and study time for search.
dicomStudyDateAndTime - The aggregated structure containing DICOM study date and study time for search.default SearchByAttributeValue.Builder dicomStudyDateAndTime(Consumer<DICOMStudyDateAndTime.Builder> dicomStudyDateAndTime)
The aggregated structure containing DICOM study date and study time for search.
This is a convenience method that creates an instance of theDICOMStudyDateAndTime.Builder avoiding
the need to create one manually via DICOMStudyDateAndTime.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to dicomStudyDateAndTime(DICOMStudyDateAndTime).
dicomStudyDateAndTime - a consumer that will call methods on DICOMStudyDateAndTime.BuilderdicomStudyDateAndTime(DICOMStudyDateAndTime)Copyright © 2023. All rights reserved.