Module Values.SearchCriteriaSource

The search criteria.

Sourcetype nonrec t = {
  1. filters : SearchCriteriaFiltersList.t option;
    (*

    The filters for the search criteria.

    *)
  2. sort : Sort.t option;
    (*

    The sort input for search criteria.

    *)
}
Sourceval make : ?filters:??? -> ?sort:??? -> unit -> t
Sourceval to_value : 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t