Amazon HealthImaging · Arazzo Workflow
Amazon HealthImaging Import DICOM and Search
Version 1.0.0
Start a DICOM import job, poll until COMPLETED, then search the imported image sets.
Provider
Workflows
import-dicom-and-search
Run a DICOM import job to completion and search the resulting image sets.
Starts a DICOM import job from an S3 input prefix, waits for the job to finish, and then searches the data store for image sets so the caller can locate what was imported.
1
startImportJob
StartDICOMImportJob
Start the DICOM import job. The response returns the job identifier and an initial job status (typically SUBMITTED).
2
pollImportJob
GetDICOMImportJob
Read the import job properties and check progress. Repeats while the job is still SUBMITTED or IN_PROGRESS.
3
searchImageSets
SearchImageSets
Search the data store for image sets after the import completed, returning the first page of metadata summaries.