Module Values.OverridesSource

Specifies the overrides used in image set modification calls to CopyImageSet and UpdateImageSetMetadata.

Sourcetype nonrec t = {
  1. forced : Boolean.t option;
    (*

    Providing this parameter will force completion of the CopyImageSet and UpdateImageSetMetadata actions, even if metadata is inconsistent at the Patient, Study, and/or Series levels.

    *)
}
Sourceval make : ?forced:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t ]) 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