beforeSend: function()

in src/FhirDashboardJS/js/PatientModule.js [189:191]


                    beforeSend: function (xhdr) {
                        xhdr.setRequestHeader('Authorization', 'Bearer ' + accessToken);
                    },