Values.UpdateImageSetMetadataRequestSourceUpdate image set metadata attributes.
type nonrec t = {datastoreId : DatastoreId.t;The data store identifier.
*)imageSetId : ImageSetId.t;The image set identifier.
*)latestVersionId : ImageSetExternalVersionId.t;The latest image set version identifier.
*)force : Boolean.t option;Setting this flag will force the UpdateImageSetMetadata operation for the following attributes: Tag.StudyInstanceUID, Tag.SeriesInstanceUID, Tag.SOPInstanceUID, and Tag.StudyID Adding, removing, or updating private tags for an individual SOP Instance
*)includeStudyImageSets : Boolean.t option;Flag to apply the metadata updates to all image sets in the same Study as the requested image set ID.
*)updateImageSetMetadataUpdates : MetadataUpdates.t;Update image set metadata updates.
*)}val make :
?force:??? ->
?includeStudyImageSets:??? ->
datastoreId:DatastoreId.t ->
imageSetId:ImageSetId.t ->
latestVersionId:ImageSetExternalVersionId.t ->
updateImageSetMetadataUpdates:MetadataUpdates.t ->
unit ->
tval of_header_and_body :
((string, DatastoreId.t) Awso.Import.List.Assoc.t * MetadataUpdates.t) ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of DatastoreId.t
| `Structure of
(string
* [> `String of ImageSetExternalVersionId.t
| `Structure of (string * [> `Blob of DICOMAttribute.t ]) list ])
list ])
list ]