start_patient_insights_job¶
Operation¶
start_patient_insights_job
async
¶
start_patient_insights_job(input: StartPatientInsightsJobInput, plugins: list[Plugin] | None = None) -> StartPatientInsightsJobOutput
Starts a new patient insights job.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
StartPatientInsightsJobInput
|
An instance of |
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 |
|---|---|
StartPatientInsightsJobOutput
|
An instance of |
Input¶
StartPatientInsightsJobInput
dataclass
¶
Dataclass for StartPatientInsightsJobInput structure.
Attributes¶
client_token
class-attribute
instance-attribute
¶
client_token: str | None = None
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
encounter_context
class-attribute
instance-attribute
¶
encounter_context: PatientInsightsEncounterContext | None = None
input_data_config
class-attribute
instance-attribute
¶
input_data_config: InputDataConfig | None = None
insights_context
class-attribute
instance-attribute
¶
insights_context: InsightsContext | None = None
output_data_config
class-attribute
instance-attribute
¶
output_data_config: OutputDataConfig | None = None
patient_context
class-attribute
instance-attribute
¶
patient_context: PatientInsightsPatientContext | None = None