Uses of Class
software.amazon.awssdk.services.medicalimaging.model.DICOMStudyDateAndTime
-
Packages that use DICOMStudyDateAndTime Package Description software.amazon.awssdk.services.medicalimaging.model -
-
Uses of DICOMStudyDateAndTime in software.amazon.awssdk.services.medicalimaging.model
Methods in software.amazon.awssdk.services.medicalimaging.model that return DICOMStudyDateAndTime Modifier and Type Method Description DICOMStudyDateAndTimeSearchByAttributeValue. dicomStudyDateAndTime()The aggregated structure containing DICOM study date and study time for search.Methods in software.amazon.awssdk.services.medicalimaging.model with parameters of type DICOMStudyDateAndTime Modifier and Type Method Description SearchByAttributeValue.BuilderSearchByAttributeValue.Builder. dicomStudyDateAndTime(DICOMStudyDateAndTime dicomStudyDateAndTime)The aggregated structure containing DICOM study date and study time for search.static SearchByAttributeValueSearchByAttributeValue. fromDicomStudyDateAndTime(DICOMStudyDateAndTime dicomStudyDateAndTime)Create an instance of this class withSearchByAttributeValue.dicomStudyDateAndTime()initialized to the given value.
-