Values.MetadataUpdatesSourceContains DICOMUpdates.
type nonrec t = {dICOMUpdates : DICOMUpdates.t option;The object containing removableAttributes and updatableAttributes.
*)revertToVersionId : ImageSetExternalVersionId.t option;Specifies the previous image set version ID to revert the current image set back to. You must provide either revertToVersionId or DICOMUpdates in your request. A ValidationException error is thrown if both parameters are provided at the same time.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ImageSetExternalVersionId.t
| `Structure of (string * [> `Blob of DICOMAttribute.t ]) list ])
list ]