Class: Aws::ConnectHealth::Types::PatientInsightsEncounterContext

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

Overview

Details for an encounter

Constant Summary collapse

SENSITIVE =
[:encounter_reason]

Instance Attribute Summary collapse

Instance Attribute Details

#encounter_reasonString

Chief complaint for the visit

Returns:

  • (String)


1184
1185
1186
1187
1188
# File 'lib/aws-sdk-connecthealth/types.rb', line 1184

class PatientInsightsEncounterContext < Struct.new(
  :encounter_reason)
  SENSITIVE = [:encounter_reason]
  include Aws::Structure
end