setEncounter
and setAmbientOptions
methods provided by the SDK. This allows you to change the encounter details or the sections for note generation dynamically whenever a new encounter is loaded in the EHR.isAmbientInProgress
returns true
if an ambient session is currently active—meaning it has been started and has not been cancelled or successfully submitted.isAmbientPaused
indicates whether the ambient session is currently in a paused state.isPBNSection
boolean flag along with LOINC codes in the ambientOptions
. This helps define which section of the note should be treated as the Problem-Based Note (PBN). To view list of PBN supported LOINC sections, refer to the note sections documentation.
true
or false
for the isPBNSection
flag. The value provided will be respected as-is.isPBNSection: true
. If more than one section is marked as PBN, the ambient session will fail to start.isPBNSection
flag: (i.e. leave it undefined
)
isPBNSection: false
on the Assessment & Plan section, the automatic default behavior will not apply.isPBNSection: true
. If more than one section is marked as PBN, the ambient session will
fail to start.