Class: Aws::ConnectHealth::Types::PatientInsightsEncounterContext
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectHealth::Types::PatientInsightsEncounterContext
- Defined in:
- gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb
Overview
Details for an encounter
Constant Summary collapse
- SENSITIVE =
[:encounter_reason]
Instance Attribute Summary collapse
-
#encounter_reason ⇒ String
Chief complaint for the visit.
Instance Attribute Details
#encounter_reason ⇒ String
Chief complaint for the visit
1184 1185 1186 1187 1188 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 1184 class PatientInsightsEncounterContext < Struct.new( :encounter_reason) SENSITIVE = [:encounter_reason] include Aws::Structure end |