Amazon HealthImaging · Arazzo Workflow
Amazon HealthImaging Onboard Data Store and Import
Version 1.0.0
Create a data store, wait until ACTIVE, then start a DICOM import and poll to completion.
Provider
Workflows
onboard-datastore-and-import
Provision a data store and run its first DICOM import to completion.
Creates a data store and waits for ACTIVE, then starts a DICOM import job into it and waits for the job to finish, chaining provisioning and ingestion into a single onboarding flow.
1
createDatastore
CreateDatastore
Create the data store that will receive the imported DICOM data.
2
pollDatastore
GetDatastore
Read the data store properties and check whether provisioning finished. Repeats while the data store is still CREATING.
3
startImportJob
StartDICOMImportJob
Start the DICOM import job into the newly active data store.
4
pollImportJob
GetDICOMImportJob
Read the import job properties and check progress. Repeats while the job is still SUBMITTED or IN_PROGRESS.