Bluestep JS Documentation
    Preparing search index...

    Class PatientDrug

    Used to interact with the MediSpan system.

    Index

    Constructors

    Methods

    • Sets the drug's dose

      Parameters

      • name: number
      • Optionaluom: string

        Unit of measure

      Returns this

    • Sets the drug's dose route (oral, intramuscular, etc.)

      Parameters

      • name: string

      Returns this

    • Sets the drug's dose type (maintanence, etc.)

      Parameters

      • name: string

      Returns this

    • Sets the drug's administration duration

      Parameters

      • duration: string
      • durationUOM: string

        Unit of measure (days, weeks, etc)

      Returns this

    • Sets the drug's administration frequency

      Parameters

      • dose: number
      • doseInterval: number
      • intervalUOM: string

        Unit of measure (days, hours, etc)

      Returns this

    • Sets the drug's administration schedule

      Parameters

      • name: string

        'PRN' or blank

      Returns this