Bluestep JS Documentation
    Preparing search index...

    Objects necessary to run MeSA

    Index

    Constructors

    Methods

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

      Parameters

      • medispanId: string
      • isScenario: boolean

      Returns PatientDrug

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

      Returns PatientProfile

      const pp = B.mesa.patientProfile();