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

    Function onPatientChanged

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

      Parameters

      • cb: (patient: Patient) => void

        The callback function to be called when the patient changes.

      Returns Unsubscribe