AWS Security ChangesHomeSearch

AWS healthimaging documentation change

Service: healthimaging · 2026-05-22 · Documentation low

File: healthimaging/latest/devguide/start-dicom-import-job.md

Summary

Updated StartDICOMImportJob description to include JSON metadata enhancement capability and added configuration details for DicomMetadataMapping

Security assessment

The change expands functionality to allow JSON metadata enhancements and clarifies configuration parameters. No security vulnerabilities, patches, or security features are mentioned or implied in the modification.

Diff

diff --git a/healthimaging/latest/devguide/start-dicom-import-job.md b/healthimaging/latest/devguide/start-dicom-import-job.md
index 873c5ddff..ffd38d51c 100644
--- a//healthimaging/latest/devguide/start-dicom-import-job.md
+++ b//healthimaging/latest/devguide/start-dicom-import-job.md
@@ -9 +9 @@
-Use the `StartDICOMImportJob` action to start a [pixel data verification check](./pixel-data-verification.html) and bulk data import into an AWS HealthImaging [data store](./getting-started-concepts.html#concept-data-store). The import job imports DICOM P10 files located in the Amazon S3 input bucket specified by the `inputS3Uri` parameter. The import job processing results are stored in the Amazon S3 output bucket specified by the `outputS3Uri` parameter.
+Use the `StartDICOMImportJob` action to start a [pixel data verification check](./pixel-data-verification.html) and bulk data import into an AWS HealthImaging [data store](./getting-started-concepts.html#concept-data-store). The import job imports DICOM P10 files or enhances existing DICOM files with JSON metadata. The `inputS3Uri` parameter specifies the Amazon S3 input bucket containing the source files. The import job processing results are stored in the Amazon S3 output bucket specified by the `outputS3Uri` parameter.
@@ -20,0 +21,2 @@ Keep the following points in mind before starting an import job:
+  * To import DICOM files with JSON metadata overrides, provide the `importConfiguration` parameter with a `DicomMetadataMapping` that maps DICOM files to their corresponding JSON metadata files. For more information, see [`StartDICOMImportJob`](https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_StartDICOMImportJob.html) in the _AWS HealthImaging API Reference_.
+