Class: Aws::ConnectHealth::Types::MedicalScribeConfigurationEvent

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

Overview

An event containing configuration for the Medical Scribe session

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_definitionsArray<Types::MedicalScribeChannelDefinition>

Channel definitions for the audio stream



910
911
912
913
914
915
916
917
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 910

class MedicalScribeConfigurationEvent < Struct.new(
  :post_stream_action_settings,
  :channel_definitions,
  :encounter_context,
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end

#encounter_contextTypes::EncounterContext

Context information about the clinical encounter



910
911
912
913
914
915
916
917
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 910

class MedicalScribeConfigurationEvent < Struct.new(
  :post_stream_action_settings,
  :channel_definitions,
  :encounter_context,
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end

#event_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



910
911
912
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 910

def event_type
  @event_type
end

#post_stream_action_settingsTypes::MedicalScribePostStreamActionSettings

Settings for actions to perform after the stream ends



910
911
912
913
914
915
916
917
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 910

class MedicalScribeConfigurationEvent < Struct.new(
  :post_stream_action_settings,
  :channel_definitions,
  :encounter_context,
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end