Skip to content

ConnectHealth  >  Operations  >  get_patient_insights_job

get_patient_insights_job

Operation

get_patient_insights_job async

get_patient_insights_job(input: GetPatientInsightsJobInput, plugins: list[Plugin] | None = None) -> GetPatientInsightsJobOutput

Get details of a started patient insights job.

Parameters:

Name Type Description Default
input GetPatientInsightsJobInput

An instance of GetPatientInsightsJobInput.

required
plugins list[Plugin] | None

A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations.

None

Returns:

Type Description
GetPatientInsightsJobOutput

An instance of GetPatientInsightsJobOutput.

Input

GetPatientInsightsJobInput dataclass

Dataclass for GetPatientInsightsJobInput structure.

Attributes

domain_id class-attribute instance-attribute
domain_id: str | None = None
job_id class-attribute instance-attribute
job_id: str | None = None

Output

GetPatientInsightsJobOutput dataclass

Dataclass for GetPatientInsightsJobOutput structure.

Attributes

creation_time class-attribute instance-attribute
creation_time: datetime | None = None

Date and time the patient insights job was submitted.

encounter_context instance-attribute
input_data_config instance-attribute
input_data_config: InputDataConfig
insights_context instance-attribute
insights_context: InsightsContext
insights_output class-attribute instance-attribute
insights_output: InsightsOutput | None = None
job_arn instance-attribute
job_arn: str
job_id instance-attribute
job_id: str
job_status instance-attribute
job_status: JobStatus
output_data_config instance-attribute
output_data_config: OutputDataConfig
patient_context instance-attribute
status_details class-attribute instance-attribute
status_details: str | None = None

Contains information about the status of a job.

updated_time class-attribute instance-attribute
updated_time: datetime | None = None

Date and time the patient insights job was last updated.

user_context instance-attribute
user_context: UserContext