Values.SearchImageSetsRequestSourceSearch 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 date range queries must be input as (lowerBound, upperBound). By default, SearchImageSets uses the updatedAt field for sorting in descending order from newest to oldest.
type nonrec t = {datastoreId : DatastoreId.t;The identifier of the data store where the image sets reside.
*)searchCriteria : SearchCriteria.t option;The search criteria that filters by applying a maximum of 1 item to SearchByAttribute.
*)maxResults : SearchImageSetsRequestMaxResultsInteger.t option;The maximum number of results that can be returned in a search.
*)nextToken : NextToken.t option;The token used for pagination of results returned in the response. Use the token returned from the previous request to continue results where the previous request ended.
*)}val make :
?searchCriteria:??? ->
?maxResults:??? ->
?nextToken:??? ->
datastoreId:DatastoreId.t ->
unit ->
tval of_header_and_body :
((string, NextToken.t) Awso.Import.List.Assoc.t * SearchCriteria.t) ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of SearchImageSetsRequestMaxResultsInteger.t
| `String of DatastoreId.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of DICOMPatientId.t
| `Structure of
(string
* [> `String of DICOMStudyDate.t ])
list
| `Timestamp of Date.t ])
list ]
list ])
list ]
list
| `Structure of (string * [> `Enum of string ]) list ])
list ])
list ]