You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .doc_gen/metadata/services.yaml
+15
Original file line number
Diff line number
Diff line change
@@ -670,6 +670,21 @@ mediapackage:
670
670
tags:
671
671
product_categories: {'Media Services'}
672
672
version: mediapackage-2017-10-12
673
+
medical-imaging:
674
+
long: '&AHIlong;'
675
+
short: '&AHI;'
676
+
sort: HealthImaging
677
+
expanded:
678
+
long: AWS HealthImaging
679
+
short: HealthImaging
680
+
blurb: 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.
<!--Generated by WRITEME on 2023-08-11 15:51:03.699447 (UTC)-->
2
+
# HealthImaging code examples for the Command Line Interface with Bash script
3
+
4
+
## Overview
5
+
6
+
Shows how to use the AWS Command Line Interface with Bash script to work with AWS HealthImaging.
7
+
8
+
<!--custom.overview.start-->
9
+
<!--custom.overview.end-->
10
+
11
+
*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.*
12
+
13
+
## ⚠ Important
14
+
15
+
* Running this code might result in charges to your AWS account.
16
+
* Running the tests might result in charges to your AWS account.
17
+
* We recommend that you grant your code least privilege. At most, grant only the minimum permissions required to perform the task. For more information, see [Grant least privilege](https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html#grant-least-privilege).
18
+
* This code is not tested in every AWS Region. For more information, see [AWS Regional Services](https://aws.amazon.com/about-aws/global-infrastructure/regional-product-services).
19
+
20
+
<!--custom.important.start-->
21
+
<!--custom.important.end-->
22
+
23
+
## Code examples
24
+
25
+
### Prerequisites
26
+
27
+
For prerequisites, see the [README](../../README.md#Prerequisites) in the `aws-cli` folder.
28
+
29
+
30
+
<!--custom.prerequisites.start-->
31
+
<!--custom.prerequisites.end-->
32
+
33
+
### Single actions
34
+
35
+
Code excerpts that show you how to call individual service functions.
36
+
37
+
*[Create a data store](medical_imaging_operations.sh#L22) (`CreateDatastore`)
38
+
*[Delete a data store](medical_imaging_operations.sh#L267) (`DeleteDatastore`)
39
+
*[Get data store properties](medical_imaging_operations.sh#L196) (`GetDatastore`)
40
+
*[List data stores](medical_imaging_operations.sh#L91) (`ListDatastores`)
41
+
42
+
## Run the examples
43
+
44
+
### Instructions
45
+
46
+
47
+
<!--custom.instructions.start-->
48
+
<!--custom.instructions.end-->
49
+
50
+
51
+
52
+
### Tests
53
+
54
+
⚠ Running tests might result in charges to your AWS account.
55
+
56
+
57
+
To find instructions for running these tests, see the [README](../../README.md#Tests)
58
+
in the `aws-cli` folder.
59
+
60
+
61
+
62
+
<!--custom.tests.start-->
63
+
<!--custom.tests.end-->
64
+
65
+
## Additional resources
66
+
67
+
*[HealthImaging User Guide](https://docs.aws.amazon.com/healthimaging/latest/devguide/what-is.html)
68
+
*[HealthImaging API Reference](https://docs.aws.amazon.com/healthimaging/latest/APIReference/Welcome.html)
69
+
*[Command Line Interface with Bash script HealthImaging reference](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/medical-imaging/index.html)
70
+
71
+
<!--custom.resources.start-->
72
+
<!--custom.resources.end-->
73
+
74
+
---
75
+
76
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
0 commit comments