Values.SearchByAttributeValueSourceThe search input attribute value.
type nonrec t = {dICOMPatientId : DICOMPatientId.t option;The patient ID input for search.
*)dICOMAccessionNumber : DICOMAccessionNumber.t option;The DICOM accession number for search.
*)dICOMStudyId : DICOMStudyId.t option;The DICOM study ID for search.
*)dICOMStudyInstanceUID : DICOMStudyInstanceUID.t option;The DICOM study instance UID for search.
*)dICOMSeriesInstanceUID : DICOMSeriesInstanceUID.t option;The Series Instance UID input for search.
*)createdAt : Date.t option;The created at time of the image set provided for search.
*)updatedAt : Date.t option;The timestamp input for search.
*)dICOMStudyDateAndTime : DICOMStudyDateAndTime.t option;The aggregated structure containing DICOM study date and study time for search.
*)isPrimary : Boolean.t option;The primary image set flag provided for search.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of DICOMPatientId.t
| `Structure of (string * [> `String of DICOMStudyDate.t ]) list
| `Timestamp of Date.t ])
list ]