Back to Aws Doc Sdk Examples

Import HealthImaging Image Sets and Download Image Frames using AWS SDKs

scenarios/features/healthimaging_image_sets/README.md

latest2.0 KB
Original Source

Import HealthImaging Image Sets and Download Image Frames using AWS SDKs

Overview

This scenario shows how to use the AWS SDKs to import DICOM files into an AWS HealthImaging data store. It then shows how to download, decode and verify the image frames created by the DICOM import.

Digital Imaging and Communications in Medicine (DICOM) is a technical standard for the digital storage and transmission of medical images and related information.

This scenario runs as a command-line application prompting for user input.

  1. All the necessary resources are created from an AWS CloudFormation template.
    1. A HealthImaging data store.
    2. An Amazon Simple Storage Service (Amazon S3) input bucket for a DICOM import job.
    3. An Amazon S3 output bucket for a DICOM import job.
    4. An AWS Identity and Access Management (IAM) role with the appropriate permissions for a DICOM import job.

  1. The user chooses a DICOM study to copy from the National Cancer Institute Imaging Data Commons (IDC) Collections' public S3 bucket.
  2. The chosen study is copied to the user's input S3 bucket.

  1. A HealthImaging DICOM import job is run.

  1. The scenario retrieves the IDs for the HealthImaging image frames created by the DICOM import job.

  1. The HealthImaging image frames are downloaded, decoded to a bitmap format, and verified using a CRC32 checksum.
  2. The created resources can then be deleted, if the user chooses.

Additional resources


Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.

SPDX-License-Identifier: Apache-2.0