aws.medical_imaging.get_dicom_import_job
Example SQL Queries
SELECT * FROMaws.medical_imaging.get_dicom_import_jobWHERE"datastore_id" = 'VALUE'AND "job_id" = 'VALUE';Description
Get the import job properties to learn more about the job or job progress.
The jobStatus refers to the execution of the import job. Therefore, an import job can return a jobStatus as COMPLETED even if validation issues are discovered during the import process. If a jobStatus returns as COMPLETED, we still recommend you review the output manifests written to S3, as they provide details on the success or failure of individual P10 object imports.
Table Definition
| Column Name | Column Data Type |
|---|---|
| datastore_id Required Input Column The data store identifier. | VARCHAR |
| job_id Required Input Column The import job identifier. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| job_properties The properties of the import job. | STRUCT( |
Show child fields
| |