| Package | Description |
|---|---|
| software.amazon.awssdk.services.medicalimaging.model |
| Modifier and Type | Method and Description |
|---|---|
static SearchByAttributeValue |
SearchByAttributeValue.fromCreatedAt(Instant createdAt)
Create an instance of this class with
createdAt() initialized to the given value. |
static SearchByAttributeValue |
SearchByAttributeValue.fromDicomAccessionNumber(String dicomAccessionNumber)
Create an instance of this class with
dicomAccessionNumber() initialized to the given value. |
static SearchByAttributeValue |
SearchByAttributeValue.fromDicomPatientId(String dicomPatientId)
Create an instance of this class with
dicomPatientId() initialized to the given value. |
static SearchByAttributeValue |
SearchByAttributeValue.fromDicomStudyDateAndTime(Consumer<DICOMStudyDateAndTime.Builder> dicomStudyDateAndTime)
Create an instance of this class with
dicomStudyDateAndTime() initialized to the given value. |
static SearchByAttributeValue |
SearchByAttributeValue.fromDicomStudyDateAndTime(DICOMStudyDateAndTime dicomStudyDateAndTime)
Create an instance of this class with
dicomStudyDateAndTime() initialized to the given value. |
static SearchByAttributeValue |
SearchByAttributeValue.fromDicomStudyId(String dicomStudyId)
Create an instance of this class with
dicomStudyId() initialized to the given value. |
static SearchByAttributeValue |
SearchByAttributeValue.fromDicomStudyInstanceUID(String dicomStudyInstanceUID)
Create an instance of this class with
dicomStudyInstanceUID() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
List<SearchByAttributeValue> |
SearchFilter.values()
The search filter values.
|
| Modifier and Type | Method and Description |
|---|---|
SearchFilter.Builder |
SearchFilter.Builder.values(SearchByAttributeValue... values)
The search filter values.
|
| Modifier and Type | Method and Description |
|---|---|
SearchFilter.Builder |
SearchFilter.Builder.values(Collection<SearchByAttributeValue> values)
The search filter values.
|
Copyright © 2023. All rights reserved.