Bluestep JS Documentation
    Preparing search index...

    Class PatientProfile

    Used to interact with the MediSpan system.

    Index

    Constructors

    Methods

    • Adds a [[PatientDrug]] to the patient

      Parameters

      Returns this

    • Adds an observation to the patient

      Parameters

      • obs: string
      • OptionalisScenario: boolean

        Defaults to false

      Returns this

    • Gets the patient's adverse effects screening.

      Returns { [key: string]: [AdverseEffect] }

    • Gets the patient's age contraindications

      Returns EList<string>

    • Sets the patient's birth date

      Parameters

      • val: string

        Of the format dd/MM/yyyy

      Returns this

    • Sets the patient's birth date

      Parameters

      Returns this

    • Sets the patient's creatinine clearance

      Parameters

      • val: string | number

        In the units of mL/min

      Returns this

    • Gets the patient's disease contraindications

      Returns EList<string>

    • Gets the patient's dose screening

      Returns EList<string>

    • Sets the patient's gender

      Parameters

      • val: string

        male or female

      Returns this

    • Gets the patient's gender contraindications

      Returns EList<string>

    • Gets the patient's ingredient dose screening

      Returns EList<string>

    • Gets the patient's lactation contraindications

      Returns EList<string>

    • Gets the patient's master dose screening

      Returns { [key: string]: [string] }

    • Gets the patient's Med Only MeSA screening

      Returns string

    • Gets the patient's MeSA screening

      Returns string

    • Gets the patient's pregnancy contraindications

      Returns EList<string>

    • Sets the patient's weight

      Parameters

      • val: string | number
      • unit: string

        Either 'kg' or 'lb'

      Returns this