Bridge SDK - v2.8.0
    Preparing search index...

    Function onOpenEncounterChanged

    • Subscribe to the open encounter change event. When the user navigates to an open encounter page, cb is called with the encounter information. When the user navigates away from an open encounter page, cb is called with null.

      Parameters

      • cb: (encounter: Encounter) => void

        The callback function to be called when the open encounter changes.

      Returns Unsubscribe