Values.CopyImageSetRequestSourceCopy an image set.
type nonrec t = {datastoreId : DatastoreId.t;The data store identifier.
*)sourceImageSetId : ImageSetId.t;The source image set identifier.
*)copyImageSetInformation : CopyImageSetInformation.t;Copy image set information.
*)force : Boolean.t option;Providing this parameter will force completion of the CopyImageSet operation, even if there are inconsistent Patient, Study, and/or Series level metadata elements between the sourceImageSet and destinationImageSet.
*)promoteToPrimary : Boolean.t option;Providing this parameter will configure the CopyImageSet operation to promote the given image set to the primary DICOM hierarchy. If successful, a new primary image set ID will be returned as the destination image set.
*)}val make :
?force:??? ->
?promoteToPrimary:??? ->
datastoreId:DatastoreId.t ->
sourceImageSetId:ImageSetId.t ->
copyImageSetInformation:CopyImageSetInformation.t ->
unit ->
tval of_header_and_body :
((string, DatastoreId.t) Awso.Import.List.Assoc.t * CopyImageSetInformation.t) ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of DatastoreId.t
| `Structure of
(string
* [> `Structure of
(string
* [> `String of ImageSetExternalVersionId.t
| `Structure of
(string * [> `String of CopiableAttributes.t ]) list ])
list ])
list ])
list ]