python/example_code/medical-imaging/README.md
Shows how to use the AWS SDK for Python (Boto3) to work with AWS HealthImaging.
<!--custom.overview.start--> <!--custom.overview.end-->HealthImaging is a HIPAA-eligible service that helps health care providers and their medical imaging ISV partners store, transform, and apply machine learning to medical images.
For prerequisites, see the README in the python folder.
Install the packages required by these examples by running the following in a virtual environment:
python -m pip install -r requirements.txt
ListDatastores)Code excerpts that show you how to call individual service functions.
Code examples that show you how to accomplish a specific task by calling multiple functions within the same service.
<!--custom.examples.start--> <!--custom.examples.end-->This example shows you how to get started using HealthImaging.
python imaging_set_and_frames_workflow/hello.py
This example shows you how to import DICOM files and download image frames in HealthImaging.</para> <para>The implementation is structured as a command-line application.
Start the example by running the following at a command prompt:
python imaging_set_and_frames_workflow/imaging_set_and_frames.py
This example shows you how to tag a HealthImaging data store.
<!--custom.scenario_prereqs.medical-imaging_Scenario_TaggingDataStores.start--> <!--custom.scenario_prereqs.medical-imaging_Scenario_TaggingDataStores.end-->Start the example by running the following at a command prompt:
python tagging_data_stores.py
This example shows you how to tag a HealthImaging image set.
<!--custom.scenario_prereqs.medical-imaging_Scenario_TaggingImageSets.start--> <!--custom.scenario_prereqs.medical-imaging_Scenario_TaggingImageSets.end-->Start the example by running the following at a command prompt:
python tagging_image_sets.py
⚠ Running tests might result in charges to your AWS account.
To find instructions for running these tests, see the README
in the python folder.
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0