@aws-sdk/client-medical-imaging 3.431.0 → 3.433.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +44 -43
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-types/MedicalImaging.d.ts +44 -43
- package/dist-types/MedicalImagingClient.d.ts +44 -43
- package/dist-types/commands/CopyImageSetCommand.d.ts +1 -1
- package/dist-types/commands/CreateDatastoreCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDatastoreCommand.d.ts +1 -1
- package/dist-types/commands/DeleteImageSetCommand.d.ts +1 -1
- package/dist-types/commands/GetDICOMImportJobCommand.d.ts +1 -1
- package/dist-types/commands/GetDatastoreCommand.d.ts +1 -1
- package/dist-types/commands/GetImageFrameCommand.d.ts +1 -1
- package/dist-types/commands/GetImageSetCommand.d.ts +1 -1
- package/dist-types/commands/GetImageSetMetadataCommand.d.ts +1 -1
- package/dist-types/commands/ListDICOMImportJobsCommand.d.ts +2 -2
- package/dist-types/commands/ListDatastoresCommand.d.ts +2 -2
- package/dist-types/commands/ListImageSetVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/SearchImageSetsCommand.d.ts +10 -1
- package/dist-types/commands/StartDICOMImportJobCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateImageSetMetadataCommand.d.ts +1 -1
- package/dist-types/index.d.ts +44 -43
- package/dist-types/models/models_0.d.ts +5 -5
- package/package.json +32 -32
package/README.md
CHANGED
|
@@ -6,47 +6,48 @@
|
|
|
6
6
|
|
|
7
7
|
AWS SDK for JavaScript MedicalImaging Client for Node.js, Browser and React Native.
|
|
8
8
|
|
|
9
|
-
<p>This is the <i>AWS HealthImaging API Reference</i>. AWS HealthImaging is
|
|
10
|
-
and
|
|
9
|
+
<p>This is the <i>AWS HealthImaging API Reference</i>. AWS HealthImaging is a HIPAA-eligible service that helps health
|
|
10
|
+
care providers and their medical imaging ISV partners store, transform, and apply machine learning to medical images. For
|
|
11
|
+
an introduction to the service, see the <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/what-is.html">
|
|
11
12
|
<i>AWS HealthImaging Developer Guide</i>
|
|
12
13
|
</a>.</p>
|
|
13
14
|
<note>
|
|
14
15
|
<p>We recommend using one of the AWS Software Development Kits (SDKs) for your programming language, as
|
|
15
16
|
they take care of request authentication, serialization, and connection management. For more information,
|
|
16
17
|
see <a href="http://aws.amazon.com/developer/tools">Tools to build on AWS</a>.</p>
|
|
17
|
-
<p>For information about using
|
|
18
|
+
<p>For information about using HealthImaging API actions in one of the language-specific AWS SDKs, refer to the
|
|
18
19
|
<i>See Also</i> link at the end of each section that describes an API action or data type.</p>
|
|
19
20
|
</note>
|
|
20
21
|
<p>The following sections list AWS HealthImaging API actions categorized according to functionality. Links are
|
|
21
22
|
provided to actions within this Reference, along with links back to corresponding sections in the
|
|
22
|
-
<i>AWS HealthImaging Developer Guide</i>
|
|
23
|
+
<i>AWS HealthImaging Developer Guide</i> where you can view console procedures and CLI/SDK code examples.</p>
|
|
23
24
|
<p class="title">
|
|
24
25
|
<b>Data store actions</b>
|
|
25
26
|
</p>
|
|
26
27
|
<ul>
|
|
27
28
|
<li>
|
|
28
29
|
<p>
|
|
29
|
-
<a href="https://docs.aws.amazon.com/
|
|
30
|
+
<a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_CreateDatastore.html">CreateDatastore</a>
|
|
30
31
|
– See
|
|
31
|
-
<a href="https://docs.aws.amazon.com/
|
|
32
|
+
<a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/create-data-store.html">Creating a data store</a>.</p>
|
|
32
33
|
</li>
|
|
33
34
|
<li>
|
|
34
35
|
<p>
|
|
35
|
-
<a href="https://docs.aws.amazon.com/
|
|
36
|
+
<a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_GetDatastore.html">GetDatastore</a>
|
|
36
37
|
– See
|
|
37
|
-
<a href="https://docs.aws.amazon.com/
|
|
38
|
+
<a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/get-data-store.html">Getting data store properties</a>.</p>
|
|
38
39
|
</li>
|
|
39
40
|
<li>
|
|
40
41
|
<p>
|
|
41
|
-
<a href="https://docs.aws.amazon.com/
|
|
42
|
+
<a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_ListDatastores.html">ListDatastores</a>
|
|
42
43
|
– See
|
|
43
|
-
<a href="https://docs.aws.amazon.com/
|
|
44
|
+
<a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/list-data-stores.html">Listing data stores</a>.</p>
|
|
44
45
|
</li>
|
|
45
46
|
<li>
|
|
46
47
|
<p>
|
|
47
|
-
<a href="https://docs.aws.amazon.com/
|
|
48
|
+
<a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_DeleteDatastore.html">DeleteDatastore</a>
|
|
48
49
|
– See
|
|
49
|
-
<a href="https://docs.aws.amazon.com/
|
|
50
|
+
<a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/delete-data-store.html">Deleting a data store</a>.</p>
|
|
50
51
|
</li>
|
|
51
52
|
</ul>
|
|
52
53
|
<p class="title">
|
|
@@ -55,21 +56,21 @@ provided to actions within this Reference, along with links back to correspondin
|
|
|
55
56
|
<ul>
|
|
56
57
|
<li>
|
|
57
58
|
<p>
|
|
58
|
-
<a href="https://docs.aws.amazon.com/
|
|
59
|
+
<a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_StartDICOMImportJob.html">StartDICOMImportJob</a>
|
|
59
60
|
– See
|
|
60
|
-
<a href="https://docs.aws.amazon.com/
|
|
61
|
+
<a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/start-dicom-import-job.html">Starting an import job</a>.</p>
|
|
61
62
|
</li>
|
|
62
63
|
<li>
|
|
63
64
|
<p>
|
|
64
|
-
<a href="https://docs.aws.amazon.com/
|
|
65
|
+
<a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_GetDICOMImportJob.html">GetDICOMImportJob</a>
|
|
65
66
|
– See
|
|
66
|
-
<a href="https://docs.aws.amazon.com/
|
|
67
|
+
<a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/get-dicom-import-job.html">Getting import job properties</a>.</p>
|
|
67
68
|
</li>
|
|
68
69
|
<li>
|
|
69
70
|
<p>
|
|
70
|
-
<a href="https://docs.aws.amazon.com/
|
|
71
|
+
<a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_ListDICOMImportJobs.html">ListDICOMImportJobs</a>
|
|
71
72
|
– See
|
|
72
|
-
<a href="https://docs.aws.amazon.com/
|
|
73
|
+
<a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/list-dicom-import-jobs.html">Listing import jobs</a>.</p>
|
|
73
74
|
</li>
|
|
74
75
|
</ul>
|
|
75
76
|
<p class="title">
|
|
@@ -78,27 +79,27 @@ provided to actions within this Reference, along with links back to correspondin
|
|
|
78
79
|
<ul>
|
|
79
80
|
<li>
|
|
80
81
|
<p>
|
|
81
|
-
<a href="https://docs.aws.amazon.com/
|
|
82
|
+
<a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_SearchImageSets.html">SearchImageSets</a>
|
|
82
83
|
– See
|
|
83
|
-
<a href="https://docs.aws.amazon.com/
|
|
84
|
+
<a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/search-image-sets.html">Searching image sets</a>.</p>
|
|
84
85
|
</li>
|
|
85
86
|
<li>
|
|
86
87
|
<p>
|
|
87
|
-
<a href="https://docs.aws.amazon.com/
|
|
88
|
+
<a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_GetImageSet.html">GetImageSet</a>
|
|
88
89
|
– See
|
|
89
|
-
<a href="https://docs.aws.amazon.com/
|
|
90
|
+
<a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/get-image-set-properties.html">Getting image set properties</a>.</p>
|
|
90
91
|
</li>
|
|
91
92
|
<li>
|
|
92
93
|
<p>
|
|
93
|
-
<a href="https://docs.aws.amazon.com/
|
|
94
|
+
<a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_GetImageSetMetadata.html">GetImageSetMetadata</a>
|
|
94
95
|
– See
|
|
95
|
-
<a href="https://docs.aws.amazon.com/
|
|
96
|
+
<a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/get-image-set-metadata.html">Getting image set metadata</a>.</p>
|
|
96
97
|
</li>
|
|
97
98
|
<li>
|
|
98
99
|
<p>
|
|
99
|
-
<a href="https://docs.aws.amazon.com/
|
|
100
|
+
<a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_GetImageFrame.html">GetImageFrame</a>
|
|
100
101
|
– See
|
|
101
|
-
<a href="https://docs.aws.amazon.com/
|
|
102
|
+
<a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/get-image-frame.html">Getting image set pixel data</a>.</p>
|
|
102
103
|
</li>
|
|
103
104
|
</ul>
|
|
104
105
|
<p class="title">
|
|
@@ -107,27 +108,27 @@ provided to actions within this Reference, along with links back to correspondin
|
|
|
107
108
|
<ul>
|
|
108
109
|
<li>
|
|
109
110
|
<p>
|
|
110
|
-
<a href="https://docs.aws.amazon.com/
|
|
111
|
+
<a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_ListImageSetVersions.html">ListImageSetVersions</a>
|
|
111
112
|
– See
|
|
112
|
-
<a href="https://docs.aws.amazon.com/
|
|
113
|
+
<a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/list-image-set-versions.html">Listing image set versions</a>.</p>
|
|
113
114
|
</li>
|
|
114
115
|
<li>
|
|
115
116
|
<p>
|
|
116
|
-
<a href="https://docs.aws.amazon.com/
|
|
117
|
+
<a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_UpdateImageSetMetadata.html">UpdateImageSetMetadata</a>
|
|
117
118
|
– See
|
|
118
|
-
<a href="https://docs.aws.amazon.com/
|
|
119
|
+
<a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/update-image-set-metadata.html">Updating image set metadata</a>.</p>
|
|
119
120
|
</li>
|
|
120
121
|
<li>
|
|
121
122
|
<p>
|
|
122
|
-
<a href="https://docs.aws.amazon.com/
|
|
123
|
+
<a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_CopyImageSet.html">CopyImageSet</a>
|
|
123
124
|
– See
|
|
124
|
-
<a href="https://docs.aws.amazon.com/
|
|
125
|
+
<a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/copy-image-set.html">Copying an image set</a>.</p>
|
|
125
126
|
</li>
|
|
126
127
|
<li>
|
|
127
128
|
<p>
|
|
128
|
-
<a href="https://docs.aws.amazon.com/
|
|
129
|
+
<a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_DeleteImageSet.html">DeleteImageSet</a>
|
|
129
130
|
– See
|
|
130
|
-
<a href="https://docs.aws.amazon.com/
|
|
131
|
+
<a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/delete-image-set.html">Deleting an image set</a>.</p>
|
|
131
132
|
</li>
|
|
132
133
|
</ul>
|
|
133
134
|
<p class="title">
|
|
@@ -136,24 +137,24 @@ provided to actions within this Reference, along with links back to correspondin
|
|
|
136
137
|
<ul>
|
|
137
138
|
<li>
|
|
138
139
|
<p>
|
|
139
|
-
<a href="https://docs.aws.amazon.com/
|
|
140
|
+
<a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_TagResource.html">TagResource</a>
|
|
140
141
|
– See
|
|
141
|
-
<a href="https://docs.aws.amazon.com/
|
|
142
|
-
<a href="https://docs.aws.amazon.com/
|
|
142
|
+
<a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/tag-list-untag-data-store.html">Tagging a data store</a> and
|
|
143
|
+
<a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/tag-list-untag-image-set.html">Tagging an image set</a>.</p>
|
|
143
144
|
</li>
|
|
144
145
|
<li>
|
|
145
146
|
<p>
|
|
146
|
-
<a href="https://docs.aws.amazon.com/
|
|
147
|
+
<a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_ListTagsForResource.html">ListTagsForResource</a>
|
|
147
148
|
– See
|
|
148
|
-
<a href="https://docs.aws.amazon.com/
|
|
149
|
-
<a href="https://docs.aws.amazon.com/
|
|
149
|
+
<a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/tag-list-untag-data-store.html">Tagging a data store</a> and
|
|
150
|
+
<a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/tag-list-untag-image-set.html">Tagging an image set</a>.</p>
|
|
150
151
|
</li>
|
|
151
152
|
<li>
|
|
152
153
|
<p>
|
|
153
|
-
<a href="https://docs.aws.amazon.com/
|
|
154
|
+
<a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_UntagResource.html">UntagResource</a>
|
|
154
155
|
– See
|
|
155
|
-
<a href="https://docs.aws.amazon.com/
|
|
156
|
-
<a href="https://docs.aws.amazon.com/
|
|
156
|
+
<a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/tag-list-untag-data-store.html">Tagging a data store</a> and
|
|
157
|
+
<a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/tag-list-untag-image-set.html">Tagging an image set</a>.</p>
|
|
157
158
|
</li>
|
|
158
159
|
</ul>
|
|
159
160
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ruleSet = void 0;
|
|
4
|
-
const
|
|
5
|
-
const a = "isSet",
|
|
6
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
4
|
+
const s = "required", t = "fn", u = "argv", v = "ref";
|
|
5
|
+
const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = { [s]: false, "type": "String" }, i = { [s]: true, "default": false, "type": "Boolean" }, j = { [v]: "Endpoint" }, k = { [t]: c, [u]: [{ [v]: "UseFIPS" }, true] }, l = { [t]: c, [u]: [{ [v]: "UseDualStack" }, true] }, m = {}, n = { [t]: "getAttr", [u]: [{ [v]: g }, "supportsFIPS"] }, o = { [t]: c, [u]: [true, { [t]: "getAttr", [u]: [{ [v]: g }, "supportsDualStack"] }] }, p = [k], q = [l], r = [{ [v]: "Region" }];
|
|
6
|
+
const _data = { version: "1.0", parameters: { Region: h, UseDualStack: i, UseFIPS: i, Endpoint: h }, rules: [{ conditions: [{ [t]: b, [u]: [j] }], rules: [{ conditions: p, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d }, { rules: [{ conditions: q, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d }, { endpoint: { url: j, properties: m, headers: m }, type: e }], type: f }], type: f }, { rules: [{ conditions: [{ [t]: b, [u]: r }], rules: [{ conditions: [{ [t]: "aws.partition", [u]: r, assign: g }], rules: [{ conditions: [k, l], rules: [{ conditions: [{ [t]: c, [u]: [a, n] }, o], rules: [{ rules: [{ endpoint: { url: "https://medical-imaging-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: e }], type: f }], type: f }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d }], type: f }, { conditions: p, rules: [{ conditions: [{ [t]: c, [u]: [n, a] }], rules: [{ rules: [{ endpoint: { url: "https://medical-imaging-fips.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: e }], type: f }], type: f }, { error: "FIPS is enabled but this partition does not support FIPS", type: d }], type: f }, { conditions: q, rules: [{ conditions: [o], rules: [{ rules: [{ endpoint: { url: "https://medical-imaging.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: e }], type: f }], type: f }, { error: "DualStack is enabled but this partition does not support DualStack", type: d }], type: f }, { rules: [{ endpoint: { url: "https://medical-imaging.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: e }], type: f }], type: f }], type: f }, { error: "Invalid Configuration: Missing Region", type: d }], type: f }] };
|
|
7
7
|
exports.ruleSet = _data;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
2
|
-
const a = "isSet",
|
|
3
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
1
|
+
const s = "required", t = "fn", u = "argv", v = "ref";
|
|
2
|
+
const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = { [s]: false, "type": "String" }, i = { [s]: true, "default": false, "type": "Boolean" }, j = { [v]: "Endpoint" }, k = { [t]: c, [u]: [{ [v]: "UseFIPS" }, true] }, l = { [t]: c, [u]: [{ [v]: "UseDualStack" }, true] }, m = {}, n = { [t]: "getAttr", [u]: [{ [v]: g }, "supportsFIPS"] }, o = { [t]: c, [u]: [true, { [t]: "getAttr", [u]: [{ [v]: g }, "supportsDualStack"] }] }, p = [k], q = [l], r = [{ [v]: "Region" }];
|
|
3
|
+
const _data = { version: "1.0", parameters: { Region: h, UseDualStack: i, UseFIPS: i, Endpoint: h }, rules: [{ conditions: [{ [t]: b, [u]: [j] }], rules: [{ conditions: p, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d }, { rules: [{ conditions: q, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d }, { endpoint: { url: j, properties: m, headers: m }, type: e }], type: f }], type: f }, { rules: [{ conditions: [{ [t]: b, [u]: r }], rules: [{ conditions: [{ [t]: "aws.partition", [u]: r, assign: g }], rules: [{ conditions: [k, l], rules: [{ conditions: [{ [t]: c, [u]: [a, n] }, o], rules: [{ rules: [{ endpoint: { url: "https://medical-imaging-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: e }], type: f }], type: f }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d }], type: f }, { conditions: p, rules: [{ conditions: [{ [t]: c, [u]: [n, a] }], rules: [{ rules: [{ endpoint: { url: "https://medical-imaging-fips.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: e }], type: f }], type: f }, { error: "FIPS is enabled but this partition does not support FIPS", type: d }], type: f }, { conditions: q, rules: [{ conditions: [o], rules: [{ rules: [{ endpoint: { url: "https://medical-imaging.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: e }], type: f }], type: f }, { error: "DualStack is enabled but this partition does not support DualStack", type: d }], type: f }, { rules: [{ endpoint: { url: "https://medical-imaging.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: e }], type: f }], type: f }], type: f }, { error: "Invalid Configuration: Missing Region", type: d }], type: f }] };
|
|
4
4
|
export const ruleSet = _data;
|
|
@@ -130,47 +130,48 @@ export interface MedicalImaging {
|
|
|
130
130
|
}
|
|
131
131
|
/**
|
|
132
132
|
* @public
|
|
133
|
-
* <p>This is the <i>AWS HealthImaging API Reference</i>. AWS HealthImaging is
|
|
134
|
-
* and
|
|
133
|
+
* <p>This is the <i>AWS HealthImaging API Reference</i>. AWS HealthImaging is a HIPAA-eligible service that helps health
|
|
134
|
+
* care providers and their medical imaging ISV partners store, transform, and apply machine learning to medical images. For
|
|
135
|
+
* an introduction to the service, see the <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/what-is.html">
|
|
135
136
|
* <i>AWS HealthImaging Developer Guide</i>
|
|
136
137
|
* </a>.</p>
|
|
137
138
|
* <note>
|
|
138
139
|
* <p>We recommend using one of the AWS Software Development Kits (SDKs) for your programming language, as
|
|
139
140
|
* they take care of request authentication, serialization, and connection management. For more information,
|
|
140
141
|
* see <a href="http://aws.amazon.com/developer/tools">Tools to build on AWS</a>.</p>
|
|
141
|
-
* <p>For information about using
|
|
142
|
+
* <p>For information about using HealthImaging API actions in one of the language-specific AWS SDKs, refer to the
|
|
142
143
|
* <i>See Also</i> link at the end of each section that describes an API action or data type.</p>
|
|
143
144
|
* </note>
|
|
144
145
|
* <p>The following sections list AWS HealthImaging API actions categorized according to functionality. Links are
|
|
145
146
|
* provided to actions within this Reference, along with links back to corresponding sections in the
|
|
146
|
-
* <i>AWS HealthImaging Developer Guide</i>
|
|
147
|
+
* <i>AWS HealthImaging Developer Guide</i> where you can view console procedures and CLI/SDK code examples.</p>
|
|
147
148
|
* <p class="title">
|
|
148
149
|
* <b>Data store actions</b>
|
|
149
150
|
* </p>
|
|
150
151
|
* <ul>
|
|
151
152
|
* <li>
|
|
152
153
|
* <p>
|
|
153
|
-
* <a href="https://docs.aws.amazon.com/
|
|
154
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_CreateDatastore.html">CreateDatastore</a>
|
|
154
155
|
* – See
|
|
155
|
-
* <a href="https://docs.aws.amazon.com/
|
|
156
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/create-data-store.html">Creating a data store</a>.</p>
|
|
156
157
|
* </li>
|
|
157
158
|
* <li>
|
|
158
159
|
* <p>
|
|
159
|
-
* <a href="https://docs.aws.amazon.com/
|
|
160
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_GetDatastore.html">GetDatastore</a>
|
|
160
161
|
* – See
|
|
161
|
-
* <a href="https://docs.aws.amazon.com/
|
|
162
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/get-data-store.html">Getting data store properties</a>.</p>
|
|
162
163
|
* </li>
|
|
163
164
|
* <li>
|
|
164
165
|
* <p>
|
|
165
|
-
* <a href="https://docs.aws.amazon.com/
|
|
166
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_ListDatastores.html">ListDatastores</a>
|
|
166
167
|
* – See
|
|
167
|
-
* <a href="https://docs.aws.amazon.com/
|
|
168
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/list-data-stores.html">Listing data stores</a>.</p>
|
|
168
169
|
* </li>
|
|
169
170
|
* <li>
|
|
170
171
|
* <p>
|
|
171
|
-
* <a href="https://docs.aws.amazon.com/
|
|
172
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_DeleteDatastore.html">DeleteDatastore</a>
|
|
172
173
|
* – See
|
|
173
|
-
* <a href="https://docs.aws.amazon.com/
|
|
174
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/delete-data-store.html">Deleting a data store</a>.</p>
|
|
174
175
|
* </li>
|
|
175
176
|
* </ul>
|
|
176
177
|
* <p class="title">
|
|
@@ -179,21 +180,21 @@ export interface MedicalImaging {
|
|
|
179
180
|
* <ul>
|
|
180
181
|
* <li>
|
|
181
182
|
* <p>
|
|
182
|
-
* <a href="https://docs.aws.amazon.com/
|
|
183
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_StartDICOMImportJob.html">StartDICOMImportJob</a>
|
|
183
184
|
* – See
|
|
184
|
-
* <a href="https://docs.aws.amazon.com/
|
|
185
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/start-dicom-import-job.html">Starting an import job</a>.</p>
|
|
185
186
|
* </li>
|
|
186
187
|
* <li>
|
|
187
188
|
* <p>
|
|
188
|
-
* <a href="https://docs.aws.amazon.com/
|
|
189
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_GetDICOMImportJob.html">GetDICOMImportJob</a>
|
|
189
190
|
* – See
|
|
190
|
-
* <a href="https://docs.aws.amazon.com/
|
|
191
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/get-dicom-import-job.html">Getting import job properties</a>.</p>
|
|
191
192
|
* </li>
|
|
192
193
|
* <li>
|
|
193
194
|
* <p>
|
|
194
|
-
* <a href="https://docs.aws.amazon.com/
|
|
195
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_ListDICOMImportJobs.html">ListDICOMImportJobs</a>
|
|
195
196
|
* – See
|
|
196
|
-
* <a href="https://docs.aws.amazon.com/
|
|
197
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/list-dicom-import-jobs.html">Listing import jobs</a>.</p>
|
|
197
198
|
* </li>
|
|
198
199
|
* </ul>
|
|
199
200
|
* <p class="title">
|
|
@@ -202,27 +203,27 @@ export interface MedicalImaging {
|
|
|
202
203
|
* <ul>
|
|
203
204
|
* <li>
|
|
204
205
|
* <p>
|
|
205
|
-
* <a href="https://docs.aws.amazon.com/
|
|
206
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_SearchImageSets.html">SearchImageSets</a>
|
|
206
207
|
* – See
|
|
207
|
-
* <a href="https://docs.aws.amazon.com/
|
|
208
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/search-image-sets.html">Searching image sets</a>.</p>
|
|
208
209
|
* </li>
|
|
209
210
|
* <li>
|
|
210
211
|
* <p>
|
|
211
|
-
* <a href="https://docs.aws.amazon.com/
|
|
212
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_GetImageSet.html">GetImageSet</a>
|
|
212
213
|
* – See
|
|
213
|
-
* <a href="https://docs.aws.amazon.com/
|
|
214
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/get-image-set-properties.html">Getting image set properties</a>.</p>
|
|
214
215
|
* </li>
|
|
215
216
|
* <li>
|
|
216
217
|
* <p>
|
|
217
|
-
* <a href="https://docs.aws.amazon.com/
|
|
218
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_GetImageSetMetadata.html">GetImageSetMetadata</a>
|
|
218
219
|
* – See
|
|
219
|
-
* <a href="https://docs.aws.amazon.com/
|
|
220
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/get-image-set-metadata.html">Getting image set metadata</a>.</p>
|
|
220
221
|
* </li>
|
|
221
222
|
* <li>
|
|
222
223
|
* <p>
|
|
223
|
-
* <a href="https://docs.aws.amazon.com/
|
|
224
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_GetImageFrame.html">GetImageFrame</a>
|
|
224
225
|
* – See
|
|
225
|
-
* <a href="https://docs.aws.amazon.com/
|
|
226
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/get-image-frame.html">Getting image set pixel data</a>.</p>
|
|
226
227
|
* </li>
|
|
227
228
|
* </ul>
|
|
228
229
|
* <p class="title">
|
|
@@ -231,27 +232,27 @@ export interface MedicalImaging {
|
|
|
231
232
|
* <ul>
|
|
232
233
|
* <li>
|
|
233
234
|
* <p>
|
|
234
|
-
* <a href="https://docs.aws.amazon.com/
|
|
235
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_ListImageSetVersions.html">ListImageSetVersions</a>
|
|
235
236
|
* – See
|
|
236
|
-
* <a href="https://docs.aws.amazon.com/
|
|
237
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/list-image-set-versions.html">Listing image set versions</a>.</p>
|
|
237
238
|
* </li>
|
|
238
239
|
* <li>
|
|
239
240
|
* <p>
|
|
240
|
-
* <a href="https://docs.aws.amazon.com/
|
|
241
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_UpdateImageSetMetadata.html">UpdateImageSetMetadata</a>
|
|
241
242
|
* – See
|
|
242
|
-
* <a href="https://docs.aws.amazon.com/
|
|
243
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/update-image-set-metadata.html">Updating image set metadata</a>.</p>
|
|
243
244
|
* </li>
|
|
244
245
|
* <li>
|
|
245
246
|
* <p>
|
|
246
|
-
* <a href="https://docs.aws.amazon.com/
|
|
247
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_CopyImageSet.html">CopyImageSet</a>
|
|
247
248
|
* – See
|
|
248
|
-
* <a href="https://docs.aws.amazon.com/
|
|
249
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/copy-image-set.html">Copying an image set</a>.</p>
|
|
249
250
|
* </li>
|
|
250
251
|
* <li>
|
|
251
252
|
* <p>
|
|
252
|
-
* <a href="https://docs.aws.amazon.com/
|
|
253
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_DeleteImageSet.html">DeleteImageSet</a>
|
|
253
254
|
* – See
|
|
254
|
-
* <a href="https://docs.aws.amazon.com/
|
|
255
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/delete-image-set.html">Deleting an image set</a>.</p>
|
|
255
256
|
* </li>
|
|
256
257
|
* </ul>
|
|
257
258
|
* <p class="title">
|
|
@@ -260,24 +261,24 @@ export interface MedicalImaging {
|
|
|
260
261
|
* <ul>
|
|
261
262
|
* <li>
|
|
262
263
|
* <p>
|
|
263
|
-
* <a href="https://docs.aws.amazon.com/
|
|
264
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_TagResource.html">TagResource</a>
|
|
264
265
|
* – See
|
|
265
|
-
* <a href="https://docs.aws.amazon.com/
|
|
266
|
-
* <a href="https://docs.aws.amazon.com/
|
|
266
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/tag-list-untag-data-store.html">Tagging a data store</a> and
|
|
267
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/tag-list-untag-image-set.html">Tagging an image set</a>.</p>
|
|
267
268
|
* </li>
|
|
268
269
|
* <li>
|
|
269
270
|
* <p>
|
|
270
|
-
* <a href="https://docs.aws.amazon.com/
|
|
271
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_ListTagsForResource.html">ListTagsForResource</a>
|
|
271
272
|
* – See
|
|
272
|
-
* <a href="https://docs.aws.amazon.com/
|
|
273
|
-
* <a href="https://docs.aws.amazon.com/
|
|
273
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/tag-list-untag-data-store.html">Tagging a data store</a> and
|
|
274
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/tag-list-untag-image-set.html">Tagging an image set</a>.</p>
|
|
274
275
|
* </li>
|
|
275
276
|
* <li>
|
|
276
277
|
* <p>
|
|
277
|
-
* <a href="https://docs.aws.amazon.com/
|
|
278
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_UntagResource.html">UntagResource</a>
|
|
278
279
|
* – See
|
|
279
|
-
* <a href="https://docs.aws.amazon.com/
|
|
280
|
-
* <a href="https://docs.aws.amazon.com/
|
|
280
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/tag-list-untag-data-store.html">Tagging a data store</a> and
|
|
281
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/tag-list-untag-image-set.html">Tagging an image set</a>.</p>
|
|
281
282
|
* </li>
|
|
282
283
|
* </ul>
|
|
283
284
|
*/
|