Values.ImageSetsMetadataSummarySourceSummary of the image set metadata.
type nonrec t = {imageSetId : ImageSetId.t option;The image set identifier.
*)version : Integer.t option;The image set version.
*)createdAt : Date.t option;The time an image set is created. Sample creation date is provided in 1985-04-12T23:20:50.52Z format.
*)updatedAt : Date.t option;The time an image set was last updated.
*)lastAccessedAt : Date.t option;When the image set was last accessed.
*)storageTier : StorageTier.t option;The image set's storage tier.
*)dICOMTags : DICOMTags.t option;The DICOM tags associated with the image set.
*)isPrimary : Boolean.t option;The flag to determine whether the image set is primary or not.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of Integer.t
| `String of ImageSetId.t
| `Structure of
(string
* [> `Integer of DICOMNumberOfStudyRelatedSeries.t
| `String of DICOMPatientId.t ])
list
| `Timestamp of Date.t ])
list ]