Objects necessary to run MeSA
Returns a Patient Drug object that can be added to a Patient Profile object
const pp = B.mesa.patientDrug('1234', true); Copy
const pp = B.mesa.patientDrug('1234', true);
Returns a Patient Profile object that can be used to run a MeSA report
const pp = B.mesa.patientProfile(); Copy
const pp = B.mesa.patientProfile();
Objects necessary to run MeSA