searchImageSets
inline suspend fun MedicalImagingClient.searchImageSets(crossinline block: SearchImageSetsRequest.Builder.() -> Unit): SearchImageSetsResponse
Search image sets based on defined input attributes.
SearchImageSets
accepts a single search query parameter and returns a paginated response of all image sets that have the matching criteria. All range queries must be input as (lowerBound, upperBound)
.
SearchImageSets
uses the updatedAt
field for sorting in decreasing order from latest to oldest.