Class: Aws::Types::ClinicalNoteGenerationResult
- Inherits:
-
Object
- Object
- Aws::Types::ClinicalNoteGenerationResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#after_visit_summary_result ⇒ Types::ArtifactDetails
Returns the value of attribute after_visit_summary_result.
-
#note_result ⇒ Types::ArtifactDetails
Returns the value of attribute note_result.
-
#transcript_result ⇒ Types::ArtifactDetails
Returns the value of attribute transcript_result.
Instance Attribute Details
#after_visit_summary_result ⇒ Types::ArtifactDetails
Returns the value of attribute after_visit_summary_result.
37 38 39 |
# File 'sig/types.rbs', line 37 def after_visit_summary_result @after_visit_summary_result end |
#note_result ⇒ Types::ArtifactDetails
Returns the value of attribute note_result.
35 36 37 |
# File 'sig/types.rbs', line 35 def note_result @note_result end |
#transcript_result ⇒ Types::ArtifactDetails
Returns the value of attribute transcript_result.
36 37 38 |
# File 'sig/types.rbs', line 36 def transcript_result @transcript_result end |