Used to interact with the MediSpan system.

Hierarchy

  • PatientProfile

Constructors

Methods

  • Adds an observation to the patient

    Parameters

    • obs: string
    • Optional isScenario: boolean

      Defaults to false

    Returns PatientProfile

  • Gets the patient's adverse effects screening.

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

  • Gets the patient's age contraindications

    Returns EList<string>

  • Sets the patient's creatinine clearance

    Parameters

    • val: string | number

      In the units of mL/min

    Returns PatientProfile

  • Gets the patient's disease contraindications

    Returns EList<string>

  • Gets the patient's dose screening

    Returns EList<string>

  • 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];
    }

    • [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 PatientProfile

Generated using TypeDoc