Skip to content

Commit b28be5c

Browse files
author
awstools
committed
feat(client-medical-imaging): Added new fields to support the concept of primary image sets within the storage hierarchy.
1 parent cb27085 commit b28be5c

14 files changed

+136
-657
lines changed

clients/client-medical-imaging/README.md

Lines changed: 1 addition & 144 deletions
Original file line numberDiff line numberDiff line change
@@ -6,150 +6,7 @@
66

77
AWS SDK for JavaScript MedicalImaging Client for Node.js, Browser and React Native.
88

9-
<p>This is the <i>AWS HealthImaging API Reference</i>. AWS HealthImaging is a HIPAA eligible service
10-
that empowers healthcare providers, life science organizations, and their software partners to store,
11-
analyze, and share medical images in the cloud at petabyte scale. For an introduction to the service, see the
12-
<a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/what-is.html">
13-
<i>AWS HealthImaging Developer Guide</i>
14-
</a>.</p>
15-
<note>
16-
<p>We recommend using one of the AWS Software Development Kits (SDKs) for your programming language, as
17-
they take care of request authentication, serialization, and connection management. For more information,
18-
see <a href="http://aws.amazon.com/developer/tools">Tools to build on AWS</a>.</p>
19-
</note>
20-
<p>The following sections list AWS HealthImaging API actions categorized according to functionality. Links are
21-
provided to actions within this Reference, along with links back to corresponding sections in the
22-
<i>AWS HealthImaging Developer Guide</i> where you can view tested code examples.</p>
23-
<p class="title">
24-
<b>Data store actions</b>
25-
</p>
26-
<ul>
27-
<li>
28-
<p>
29-
<a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_CreateDatastore.html">CreateDatastore</a>
30-
– See
31-
<a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/create-data-store.html">Creating a data store</a>.</p>
32-
</li>
33-
<li>
34-
<p>
35-
<a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_GetDatastore.html">GetDatastore</a>
36-
– See
37-
<a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/get-data-store.html">Getting data store properties</a>.</p>
38-
</li>
39-
<li>
40-
<p>
41-
<a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_ListDatastores.html">ListDatastores</a>
42-
– See
43-
<a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/list-data-stores.html">Listing data stores</a>.</p>
44-
</li>
45-
<li>
46-
<p>
47-
<a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_DeleteDatastore.html">DeleteDatastore</a>
48-
– See
49-
<a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/delete-data-store.html">Deleting a data store</a>.</p>
50-
</li>
51-
</ul>
52-
<p class="title">
53-
<b>Import job actions</b>
54-
</p>
55-
<ul>
56-
<li>
57-
<p>
58-
<a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_StartDICOMImportJob.html">StartDICOMImportJob</a>
59-
– See
60-
<a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/start-dicom-import-job.html">Starting an import job</a>.</p>
61-
</li>
62-
<li>
63-
<p>
64-
<a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_GetDICOMImportJob.html">GetDICOMImportJob</a>
65-
– See
66-
<a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/get-dicom-import-job.html">Getting import job properties</a>.</p>
67-
</li>
68-
<li>
69-
<p>
70-
<a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_ListDICOMImportJobs.html">ListDICOMImportJobs</a>
71-
– See
72-
<a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/list-dicom-import-jobs.html">Listing import jobs</a>.</p>
73-
</li>
74-
</ul>
75-
<p class="title">
76-
<b>Image set access actions</b>
77-
</p>
78-
<ul>
79-
<li>
80-
<p>
81-
<a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_SearchImageSets.html">SearchImageSets</a>
82-
– See
83-
<a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/search-image-sets.html">Searching image sets</a>.</p>
84-
</li>
85-
<li>
86-
<p>
87-
<a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_GetImageSet.html">GetImageSet</a>
88-
– See
89-
<a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/get-image-set-properties.html">Getting image set properties</a>.</p>
90-
</li>
91-
<li>
92-
<p>
93-
<a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_GetImageSetMetadata.html">GetImageSetMetadata</a>
94-
– See
95-
<a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/get-image-set-metadata.html">Getting image set metadata</a>.</p>
96-
</li>
97-
<li>
98-
<p>
99-
<a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_GetImageFrame.html">GetImageFrame</a>
100-
– See
101-
<a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/get-image-frame.html">Getting image set pixel data</a>.</p>
102-
</li>
103-
</ul>
104-
<p class="title">
105-
<b>Image set modification actions</b>
106-
</p>
107-
<ul>
108-
<li>
109-
<p>
110-
<a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_ListImageSetVersions.html">ListImageSetVersions</a>
111-
– See
112-
<a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/list-image-set-versions.html">Listing image set versions</a>.</p>
113-
</li>
114-
<li>
115-
<p>
116-
<a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_UpdateImageSetMetadata.html">UpdateImageSetMetadata</a>
117-
– See
118-
<a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/update-image-set-metadata.html">Updating image set metadata</a>.</p>
119-
</li>
120-
<li>
121-
<p>
122-
<a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_CopyImageSet.html">CopyImageSet</a>
123-
– See
124-
<a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/copy-image-set.html">Copying an image set</a>.</p>
125-
</li>
126-
<li>
127-
<p>
128-
<a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_DeleteImageSet.html">DeleteImageSet</a>
129-
– See
130-
<a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/delete-image-set.html">Deleting an image set</a>.</p>
131-
</li>
132-
</ul>
133-
<p class="title">
134-
<b>Tagging actions</b>
135-
</p>
136-
<ul>
137-
<li>
138-
<p>
139-
<a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_TagResource.html">TagResource</a>
140-
– See <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/tag-resource.html">Tagging a resource</a>.</p>
141-
</li>
142-
<li>
143-
<p>
144-
<a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_ListTagsForResource.html">ListTagsForResource</a>
145-
– See <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/list-tag-resource.html">Listing tags for a resource</a>.</p>
146-
</li>
147-
<li>
148-
<p>
149-
<a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_UntagResource.html">UntagResource</a>
150-
– See <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/untag-resource.html">Untagging a resource</a>.</p>
151-
</li>
152-
</ul>
9+
<p>This is the <i>AWS HealthImaging API Reference</i>. For an introduction to the service, see <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/what-is.html">What is AWS HealthImaging?</a> in the <i>AWS HealthImaging Developer Guide</i>.</p>
15310

15411
## Installing
15512

clients/client-medical-imaging/src/MedicalImaging.ts

Lines changed: 1 addition & 144 deletions
Original file line numberDiff line numberDiff line change
@@ -366,150 +366,7 @@ export interface MedicalImaging {
366366
}
367367

368368
/**
369-
* <p>This is the <i>AWS HealthImaging API Reference</i>. AWS HealthImaging is a HIPAA eligible service
370-
* that empowers healthcare providers, life science organizations, and their software partners to store,
371-
* analyze, and share medical images in the cloud at petabyte scale. For an introduction to the service, see the
372-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/what-is.html">
373-
* <i>AWS HealthImaging Developer Guide</i>
374-
* </a>.</p>
375-
* <note>
376-
* <p>We recommend using one of the AWS Software Development Kits (SDKs) for your programming language, as
377-
* they take care of request authentication, serialization, and connection management. For more information,
378-
* see <a href="http://aws.amazon.com/developer/tools">Tools to build on AWS</a>.</p>
379-
* </note>
380-
* <p>The following sections list AWS HealthImaging API actions categorized according to functionality. Links are
381-
* provided to actions within this Reference, along with links back to corresponding sections in the
382-
* <i>AWS HealthImaging Developer Guide</i> where you can view tested code examples.</p>
383-
* <p class="title">
384-
* <b>Data store actions</b>
385-
* </p>
386-
* <ul>
387-
* <li>
388-
* <p>
389-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_CreateDatastore.html">CreateDatastore</a>
390-
* – See
391-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/create-data-store.html">Creating a data store</a>.</p>
392-
* </li>
393-
* <li>
394-
* <p>
395-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_GetDatastore.html">GetDatastore</a>
396-
* – See
397-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/get-data-store.html">Getting data store properties</a>.</p>
398-
* </li>
399-
* <li>
400-
* <p>
401-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_ListDatastores.html">ListDatastores</a>
402-
* – See
403-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/list-data-stores.html">Listing data stores</a>.</p>
404-
* </li>
405-
* <li>
406-
* <p>
407-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_DeleteDatastore.html">DeleteDatastore</a>
408-
* – See
409-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/delete-data-store.html">Deleting a data store</a>.</p>
410-
* </li>
411-
* </ul>
412-
* <p class="title">
413-
* <b>Import job actions</b>
414-
* </p>
415-
* <ul>
416-
* <li>
417-
* <p>
418-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_StartDICOMImportJob.html">StartDICOMImportJob</a>
419-
* – See
420-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/start-dicom-import-job.html">Starting an import job</a>.</p>
421-
* </li>
422-
* <li>
423-
* <p>
424-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_GetDICOMImportJob.html">GetDICOMImportJob</a>
425-
* – See
426-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/get-dicom-import-job.html">Getting import job properties</a>.</p>
427-
* </li>
428-
* <li>
429-
* <p>
430-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_ListDICOMImportJobs.html">ListDICOMImportJobs</a>
431-
* – See
432-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/list-dicom-import-jobs.html">Listing import jobs</a>.</p>
433-
* </li>
434-
* </ul>
435-
* <p class="title">
436-
* <b>Image set access actions</b>
437-
* </p>
438-
* <ul>
439-
* <li>
440-
* <p>
441-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_SearchImageSets.html">SearchImageSets</a>
442-
* – See
443-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/search-image-sets.html">Searching image sets</a>.</p>
444-
* </li>
445-
* <li>
446-
* <p>
447-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_GetImageSet.html">GetImageSet</a>
448-
* – See
449-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/get-image-set-properties.html">Getting image set properties</a>.</p>
450-
* </li>
451-
* <li>
452-
* <p>
453-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_GetImageSetMetadata.html">GetImageSetMetadata</a>
454-
* – See
455-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/get-image-set-metadata.html">Getting image set metadata</a>.</p>
456-
* </li>
457-
* <li>
458-
* <p>
459-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_GetImageFrame.html">GetImageFrame</a>
460-
* – See
461-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/get-image-frame.html">Getting image set pixel data</a>.</p>
462-
* </li>
463-
* </ul>
464-
* <p class="title">
465-
* <b>Image set modification actions</b>
466-
* </p>
467-
* <ul>
468-
* <li>
469-
* <p>
470-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_ListImageSetVersions.html">ListImageSetVersions</a>
471-
* – See
472-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/list-image-set-versions.html">Listing image set versions</a>.</p>
473-
* </li>
474-
* <li>
475-
* <p>
476-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_UpdateImageSetMetadata.html">UpdateImageSetMetadata</a>
477-
* – See
478-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/update-image-set-metadata.html">Updating image set metadata</a>.</p>
479-
* </li>
480-
* <li>
481-
* <p>
482-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_CopyImageSet.html">CopyImageSet</a>
483-
* – See
484-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/copy-image-set.html">Copying an image set</a>.</p>
485-
* </li>
486-
* <li>
487-
* <p>
488-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_DeleteImageSet.html">DeleteImageSet</a>
489-
* – See
490-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/delete-image-set.html">Deleting an image set</a>.</p>
491-
* </li>
492-
* </ul>
493-
* <p class="title">
494-
* <b>Tagging actions</b>
495-
* </p>
496-
* <ul>
497-
* <li>
498-
* <p>
499-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_TagResource.html">TagResource</a>
500-
* – See <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/tag-resource.html">Tagging a resource</a>.</p>
501-
* </li>
502-
* <li>
503-
* <p>
504-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_ListTagsForResource.html">ListTagsForResource</a>
505-
* – See <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/list-tag-resource.html">Listing tags for a resource</a>.</p>
506-
* </li>
507-
* <li>
508-
* <p>
509-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_UntagResource.html">UntagResource</a>
510-
* – See <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/untag-resource.html">Untagging a resource</a>.</p>
511-
* </li>
512-
* </ul>
369+
* <p>This is the <i>AWS HealthImaging API Reference</i>. For an introduction to the service, see <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/what-is.html">What is AWS HealthImaging?</a> in the <i>AWS HealthImaging Developer Guide</i>.</p>
513370
* @public
514371
*/
515372
export class MedicalImaging extends MedicalImagingClient implements MedicalImaging {}

0 commit comments

Comments
 (0)