beforeSend: function()

in src/FhirDashboardJS/js/PatientModule.js [162:164]


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