Class: Aws::Types::ClinicalNoteGenerationResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#after_visit_summary_resultTypes::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_resultTypes::ArtifactDetails

Returns the value of attribute note_result.



35
36
37
# File 'sig/types.rbs', line 35

def note_result
  @note_result
end

#transcript_resultTypes::ArtifactDetails

Returns the value of attribute transcript_result.



36
37
38
# File 'sig/types.rbs', line 36

def transcript_result
  @transcript_result
end