Module Values.MetadataUpdatesSource

Contains DICOMUpdates.

Sourcetype nonrec t = {
  1. dICOMUpdates : DICOMUpdates.t option;
    (*

    The object containing removableAttributes and updatableAttributes.

    *)
  2. 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.

    *)
}
Sourceval make : ?dICOMUpdates:??? -> ?revertToVersionId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ImageSetExternalVersionId.t | `Structure of (string * [> `Blob of DICOMAttribute.t ]) 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