Values.DicomMetadataMappingSourceMaps DCM files to their metadata.
type nonrec t = {studyInstanceUID : DICOMStudyInstanceUID.t;The Study Instance UID that identifies the study.
*)seriesInstanceUID : DICOMSeriesInstanceUID.t option;The Series Instance UID that identifies the series. This parameter is optional because the mapping might be at the study level.
*)metadataFilePath : MetadataFilePath.t;The path to the JSON metadata file relative to inputS3Uri.
*)}val make :
?seriesInstanceUID:??? ->
studyInstanceUID:DICOMStudyInstanceUID.t ->
metadataFilePath:MetadataFilePath.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of DICOMStudyInstanceUID.t ]) list ]