/* * Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions * and limitations under the License. */ /** *
* 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 . *
** 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 *
** CreateDatastore – * See Creating a data * store. *
** GetDatastore – * See Getting data store * properties. *
** ListDatastores * – See Listing data * stores. *
** DeleteDatastore – * See Deleting a data * store. *
** Import job actions *
** * StartDICOMImportJob – See Starting an import * job. *
** GetDICOMImportJob * – See Getting * import job properties. *
** * ListDICOMImportJobs – See Listing import * jobs. *
** Image set access actions *
** SearchImageSets – * See Searching image * sets. *
** GetImageSet – See * Getting image set * properties. *
** * GetImageSetMetadata – See Getting image set * metadata. *
** GetImageFrame – * See Getting image set * pixel data. *
** Image set modification actions *
** * ListImageSetVersions – See Listing image set * versions. *
** * UpdateImageSetMetadata – See Updating image set * metadata. *
** CopyImageSet – * See Copying an image * set. *
** DeleteImageSet * – See Deleting 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. *
*