Uses of Class
software.amazon.awssdk.services.medicalimaging.model.SearchByAttributeValue
-
Packages that use SearchByAttributeValue Package Description software.amazon.awssdk.services.medicalimaging.model -
-
Uses of SearchByAttributeValue in software.amazon.awssdk.services.medicalimaging.model
Methods in software.amazon.awssdk.services.medicalimaging.model that return SearchByAttributeValue Modifier and Type Method Description static SearchByAttributeValueSearchByAttributeValue. fromCreatedAt(Instant createdAt)Create an instance of this class withcreatedAt()initialized to the given value.static SearchByAttributeValueSearchByAttributeValue. fromDicomAccessionNumber(String dicomAccessionNumber)Create an instance of this class withdicomAccessionNumber()initialized to the given value.static SearchByAttributeValueSearchByAttributeValue. fromDicomPatientId(String dicomPatientId)Create an instance of this class withdicomPatientId()initialized to the given value.static SearchByAttributeValueSearchByAttributeValue. fromDicomStudyDateAndTime(Consumer<DICOMStudyDateAndTime.Builder> dicomStudyDateAndTime)Create an instance of this class withdicomStudyDateAndTime()initialized to the given value.static SearchByAttributeValueSearchByAttributeValue. fromDicomStudyDateAndTime(DICOMStudyDateAndTime dicomStudyDateAndTime)Create an instance of this class withdicomStudyDateAndTime()initialized to the given value.static SearchByAttributeValueSearchByAttributeValue. fromDicomStudyId(String dicomStudyId)Create an instance of this class withdicomStudyId()initialized to the given value.static SearchByAttributeValueSearchByAttributeValue. fromDicomStudyInstanceUID(String dicomStudyInstanceUID)Create an instance of this class withdicomStudyInstanceUID()initialized to the given value.Methods in software.amazon.awssdk.services.medicalimaging.model that return types with arguments of type SearchByAttributeValue Modifier and Type Method Description List<SearchByAttributeValue>SearchFilter. values()The search filter values.Methods in software.amazon.awssdk.services.medicalimaging.model with parameters of type SearchByAttributeValue Modifier and Type Method Description SearchFilter.BuilderSearchFilter.Builder. values(SearchByAttributeValue... values)The search filter values.Method parameters in software.amazon.awssdk.services.medicalimaging.model with type arguments of type SearchByAttributeValue Modifier and Type Method Description SearchFilter.BuilderSearchFilter.Builder. values(Collection<SearchByAttributeValue> values)The search filter values.
-