Class: Aws::ConnectHealth::Types::StartPatientInsightsJobRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 1373

class StartPatientInsightsJobRequest < Struct.new(
  :domain_id,
  :patient_context,
  :insights_context,
  :encounter_context,
  :user_context,
  :input_data_config,
  :output_data_config,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#domain_idString

Returns:

  • (String)


1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 1373

class StartPatientInsightsJobRequest < Struct.new(
  :domain_id,
  :patient_context,
  :insights_context,
  :encounter_context,
  :user_context,
  :input_data_config,
  :output_data_config,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#encounter_contextTypes::PatientInsightsEncounterContext



1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 1373

class StartPatientInsightsJobRequest < Struct.new(
  :domain_id,
  :patient_context,
  :insights_context,
  :encounter_context,
  :user_context,
  :input_data_config,
  :output_data_config,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#input_data_configTypes::InputDataConfig



1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 1373

class StartPatientInsightsJobRequest < Struct.new(
  :domain_id,
  :patient_context,
  :insights_context,
  :encounter_context,
  :user_context,
  :input_data_config,
  :output_data_config,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#insights_contextTypes::InsightsContext



1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 1373

class StartPatientInsightsJobRequest < Struct.new(
  :domain_id,
  :patient_context,
  :insights_context,
  :encounter_context,
  :user_context,
  :input_data_config,
  :output_data_config,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#output_data_configTypes::OutputDataConfig



1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 1373

class StartPatientInsightsJobRequest < Struct.new(
  :domain_id,
  :patient_context,
  :insights_context,
  :encounter_context,
  :user_context,
  :input_data_config,
  :output_data_config,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#patient_contextTypes::PatientInsightsPatientContext



1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 1373

class StartPatientInsightsJobRequest < Struct.new(
  :domain_id,
  :patient_context,
  :insights_context,
  :encounter_context,
  :user_context,
  :input_data_config,
  :output_data_config,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#user_contextTypes::UserContext

Returns:



1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 1373

class StartPatientInsightsJobRequest < Struct.new(
  :domain_id,
  :patient_context,
  :insights_context,
  :encounter_context,
  :user_context,
  :input_data_config,
  :output_data_config,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end