Bridge SDK - v2.12.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 | null) => void

        The callback function to receive the patient data.

      Returns Unsubscribe