Objects necessary to run MeSA

Hierarchy

  • Mesa

Constructors

Methods

  • Returns a Patient Drug object that can be added to a Patient Profile object

    Parameters

    • medispanId: string
    • isScenario: boolean

    Returns PatientDrug

    Example

    const pp = B.mesa.patientDrug('1234', true);
    
  • Returns a Patient Profile object that can be used to run a MeSA report

    Returns PatientProfile

    Example

    const pp = B.mesa.patientProfile();
    

Generated using TypeDoc