beforeSend: function()

in src/FhirDashboardJS/js/PatientModule.js [283:285]


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