HealthImaging#
Client#
- class HealthImaging.Client#
A low-level client representing AWS Health Imaging
This is the AWS HealthImaging API Reference. AWS HealthImaging is an AWS service for storing, accessing, and analyzing medical images. For an introduction to the service, see the AWS HealthImaging Developer Guide.
Note
We recommend using one of the AWS Software Development Kits (SDKs) for your programming language, as they take care of request authentication, serialization, and connection management. For more information, see Tools to build on AWS.
For information about using AWS HealthImaging API actions in one of the language-specific AWS SDKs, refer to the See Also link at the end of each section that describes an API action or data type.
The following sections list AWS HealthImaging API actions categorized according to functionality. Links are provided to actions within this Reference, along with links back to corresponding sections in the AWS HealthImaging Developer Guide so you can view console procedures and CLI/SDK code examples.
Data store actions
Import job actions
Image set access actions
Image set modification actions
CopyImageSet – See Copying an image set.
Tagging actions
TagResource – See Tagging a data store and Tagging an image set.
ListTagsForResource – See Tagging a data store and Tagging an image set.
UntagResource – See Tagging a data store and Tagging an image set.
import boto3 client = boto3.client('medical-imaging')
These are the available methods:
- can_paginate
- close
- copy_image_set
- create_datastore
- delete_datastore
- delete_image_set
- get_datastore
- get_dicom_import_job
- get_image_frame
- get_image_set
- get_image_set_metadata
- get_paginator
- get_waiter
- list_datastores
- list_dicom_import_jobs
- list_image_set_versions
- list_tags_for_resource
- search_image_sets
- start_dicom_import_job
- tag_resource
- untag_resource
- update_image_set_metadata
Paginators#
Paginators are available on a client instance via the get_paginator
method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are: