AWS Security ChangesHomeSearch

AWS healthimaging documentation change

Service: healthimaging · 2025-07-01 · Documentation low

File: healthimaging/latest/devguide/understanding-import-jobs.md

Summary

Added documentation about handling large binary values in DICOM tags using BulkDataURIs

Security assessment

Technical implementation detail without security implications

Diff

diff --git a/healthimaging/latest/devguide/understanding-import-jobs.md b/healthimaging/latest/devguide/understanding-import-jobs.md
index 702a10874..505a4d47f 100644
--- a//healthimaging/latest/devguide/understanding-import-jobs.md
+++ b//healthimaging/latest/devguide/understanding-import-jobs.md
@@ -23,0 +24,2 @@ You can update the instances in the primary with the steps described in [Updatin
+During import, binary values in private tags (with VR types OB, OD, OF, OL, OV, OW, UN) that exceed 1MB in size are stored separately from the metadata. When retrieving metadata for these instances using `GetDICOMInstanceMetadata` or `GetDICOMSeriesMetadata`, these large binary values are replaced with BulkDataURIs, and the actual binary data can be retrieved using the `GetDICOMBulkdata` API.
+