| Package | Description |
|---|---|
| com.amazonaws.services.medicalimaging.model |
| Modifier and Type | Method and Description |
|---|---|
SearchByAttributeValue |
SearchByAttributeValue.clone() |
SearchByAttributeValue |
SearchByAttributeValue.withCreatedAt(Date createdAt)
The created at time of the image set provided for search.
|
SearchByAttributeValue |
SearchByAttributeValue.withDICOMAccessionNumber(String dICOMAccessionNumber)
The DICOM accession number for search.
|
SearchByAttributeValue |
SearchByAttributeValue.withDICOMPatientId(String dICOMPatientId)
The patient ID input for search.
|
SearchByAttributeValue |
SearchByAttributeValue.withDICOMStudyDateAndTime(DICOMStudyDateAndTime dICOMStudyDateAndTime)
The aggregated structure containing DICOM study date and study time for search.
|
SearchByAttributeValue |
SearchByAttributeValue.withDICOMStudyId(String dICOMStudyId)
The DICOM study ID for search.
|
SearchByAttributeValue |
SearchByAttributeValue.withDICOMStudyInstanceUID(String dICOMStudyInstanceUID)
The DICOM study instance UID for search.
|
| Modifier and Type | Method and Description |
|---|---|
List<SearchByAttributeValue> |
SearchFilter.getValues()
The search filter values.
|
| Modifier and Type | Method and Description |
|---|---|
SearchFilter |
SearchFilter.withValues(SearchByAttributeValue... values)
The search filter values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchFilter.setValues(Collection<SearchByAttributeValue> values)
The search filter values.
|
SearchFilter |
SearchFilter.withValues(Collection<SearchByAttributeValue> values)
The search filter values.
|
Copyright © 2024. All rights reserved.