/AWS1/CL_TNSCLINICALNOTEGENE01¶
The details for clinical note generation, including status, and output locations for clinical note and aggregated transcript if the analytics completed, or failure reason if the analytics failed.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_clinicalnoteoutputloc TYPE /AWS1/TNSURI /AWS1/TNSURI¶
Holds the Amazon S3 URI for the output Clinical Note.
iv_transcriptoutputlocation TYPE /AWS1/TNSURI /AWS1/TNSURI¶
Holds the Amazon S3 URI for the output Transcript.
iv_status TYPE /AWS1/TNSCLINICALNOTEGENERAT00 /AWS1/TNSCLINICALNOTEGENERAT00¶
The status of the clinical note generation.
Possible Values:
IN_PROGRESS
FAILED
COMPLETEDAfter audio streaming finishes, and you send a
MedicalScribeSessionControlEventevent (with END_OF_SESSION as the Type), the status is set toIN_PROGRESS. If the status isCOMPLETED, the analytics completed successfully, and you can find the results at the locations specified inClinicalNoteOutputLocationandTranscriptOutputLocation. If the status isFAILED,FailureReasonprovides details about the failure.
iv_failurereason TYPE /AWS1/TNSSTRING /AWS1/TNSSTRING¶
If
ClinicalNoteGenerationResultisFAILED, information about why it failed.
Queryable Attributes¶
ClinicalNoteOutputLocation¶
Holds the Amazon S3 URI for the output Clinical Note.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLINICALNOTEOUTPUTLOC() |
Getter for CLINICALNOTEOUTPUTLOCATION, with configurable def |
ASK_CLINICALNOTEOUTPUTLOC() |
Getter for CLINICALNOTEOUTPUTLOCATION w/ exceptions if field |
HAS_CLINICALNOTEOUTPUTLOC() |
Determine if CLINICALNOTEOUTPUTLOCATION has a value |
TranscriptOutputLocation¶
Holds the Amazon S3 URI for the output Transcript.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRANSCRIPTOUTPUTLOCATION() |
Getter for TRANSCRIPTOUTPUTLOCATION, with configurable defau |
ASK_TRANSCRIPTOUTPUTLOCATION() |
Getter for TRANSCRIPTOUTPUTLOCATION w/ exceptions if field h |
HAS_TRANSCRIPTOUTPUTLOCATION() |
Determine if TRANSCRIPTOUTPUTLOCATION has a value |
Status¶
The status of the clinical note generation.
Possible Values:
IN_PROGRESS
FAILED
COMPLETEDAfter audio streaming finishes, and you send a
MedicalScribeSessionControlEventevent (with END_OF_SESSION as the Type), the status is set toIN_PROGRESS. If the status isCOMPLETED, the analytics completed successfully, and you can find the results at the locations specified inClinicalNoteOutputLocationandTranscriptOutputLocation. If the status isFAILED,FailureReasonprovides details about the failure.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
FailureReason¶
If
ClinicalNoteGenerationResultisFAILED, information about why it failed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILUREREASON() |
Getter for FAILUREREASON, with configurable default |
ASK_FAILUREREASON() |
Getter for FAILUREREASON w/ exceptions if field has no value |
HAS_FAILUREREASON() |
Determine if FAILUREREASON has a value |