/AWS1/CL_TNSMEDICALSCRIBECHA00¶
Makes it possible to specify which speaker is on which channel.
For example, if the clinician is the first participant to speak, you would set the ChannelId of the first
ChannelDefinition
in the list to 0 (to indicate the first channel) and ParticipantRole to
CLINICIAN
(to indicate that it's the clinician speaking).
Then you would set the ChannelId of the second ChannelDefinition in the list to
1
(to indicate the second channel) and ParticipantRole to PATIENT (to indicate that it's the patient speaking).
If you don't specify a channel definition, HealthScribe will diarize the transcription and identify speaker roles for each speaker.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_channelid TYPE /AWS1/TNSMEDICALSCRIBECHANNE00 /AWS1/TNSMEDICALSCRIBECHANNE00¶
Specify the audio channel you want to define.
iv_participantrole TYPE /AWS1/TNSMEDICALSCRIBEPARTIC00 /AWS1/TNSMEDICALSCRIBEPARTIC00¶
Specify the participant that you want to flag. The allowed options are
CLINICIANandPATIENT.
Queryable Attributes¶
ChannelId¶
Specify the audio channel you want to define.
Accessible with the following methods¶
| Method | Description | 
|---|---|
GET_CHANNELID() | 
Getter for CHANNELID | 
ParticipantRole¶
Specify the participant that you want to flag. The allowed options are
CLINICIANandPATIENT.
Accessible with the following methods¶
| Method | Description | 
|---|---|
GET_PARTICIPANTROLE() | 
Getter for PARTICIPANTROLE, with configurable default | 
ASK_PARTICIPANTROLE() | 
Getter for PARTICIPANTROLE w/ exceptions if field has no val | 
HAS_PARTICIPANTROLE() | 
Determine if PARTICIPANTROLE has a value | 
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_MEDICALSCRIBECHANNELDEFNS¶
TYPES TT_MEDICALSCRIBECHANNELDEFNS TYPE STANDARD TABLE OF REF TO /AWS1/CL_TNSMEDICALSCRIBECHA00 WITH DEFAULT KEY
.