AWS healthimaging documentation change
Summary
Added information about warning handling during non-conformant DICOM imports and reference to warning codes documentation
Security assessment
The change documents improved error handling for data non-conformances during imports. It describes operational behavior rather than addressing security vulnerabilities or introducing security features.
Diff
diff --git a/healthimaging/latest/devguide/understanding-import-jobs.md b/healthimaging/latest/devguide/understanding-import-jobs.md index 9118346ca..cfa6327af 100644 --- a//healthimaging/latest/devguide/understanding-import-jobs.md +++ b//healthimaging/latest/devguide/understanding-import-jobs.md @@ -27,0 +28,2 @@ During import, binary values in private tags (with VR types OB, OD, OF, OL, OV, +HealthImaging attempts to import all your medical imaging data. If data non-conformances or unrecognized data elements are encountered during imports, HealthImaging adds warnings to the `warning.ndjson` file for DICOM instances that could still be imported. For a complete list of warning codes, see [HealthImaging Warning Codes](./reference-warning-codes.html). +