Skip to content

Releases: RyanNerd/rxchart-web

⛲ Users can search a drug name listing clients that take that drug

19 Aug 07:55
3532f1f
Compare
Choose a tag to compare

New tab Rx Look up added to the landing page. This tab when active will let users type in a drug name which will show a list of clients that take that drug.

⛲ feat Support for saving medication checkout as file images

31 Mar 07:57
Compare
Choose a tag to compare

When a client uses the PIN pad to sign med checkouts the signature page is saved to their document list

⛲ Document Management (upload/download files)

06 Mar 03:54
b1c15e7
Compare
Choose a tag to compare
  • Added a Document tab to upload/download and manage files for clients
  • Changed the UI to be more clean and intuitive

Digital Signature for med checkout

17 Feb 12:14
Compare
Choose a tag to compare

Feature allows users to get a signature from a client digitally via PIN entry:

image
image

Clients can go to the domainexample.com/pin and type in the generated PIN to sign:
image
image
image

MedicinePage refactored to use Tabs instead of radio buttons

08 Dec 08:35
Compare
Choose a tag to compare

Preferences Tab

02 Dec 09:34
Compare
Choose a tag to compare

New Preferences Tab added

image

⛲ Feature: Medicine Add/Edit suggestion box

20 Nov 08:16
Compare
Choose a tag to compare

When editing or adding a medication a suggestion list box of common medicines will load as you type.
image

Allow Medication to be Deleted 💣

04 Nov 11:25
Compare
Choose a tag to compare

From both the Rx and Manage Rx tabs when editing an exiting medication. The medication can be made inactive. If the medicine hasn't been logged in the past five days a Delete button will be available to permanently delete the medication.

image

All Medication Checkout Feature

27 Oct 06:31
Compare
Choose a tag to compare

All Medication Checkout Feature 🌈 added to the Manage Rx tab

  • ManageDrugPage now has a Checkout All button
    • Lists all drugs to be checked out
    • When confirmed all drugs will be logged as checked out and the print dialog will be shown
    • Feature disabled if there are any drugs already checked out (to prevent double mass dupe checkouts)

Pillbox Feature (Major rewrite for Rx Tab)

07 Oct 10:08
Compare
Choose a tag to compare

Major rewrite with many changes:

UI 💄

  • Rx Tab has 4 states set by 📻 radio buttons: Medicine, OTC, Pillbox, Print Medicine Checkout
    • Medicine lists the prescription meds for the active client and allows logging the meds
    • OTC lists all OTC drugs and allows logging these for the client
    • Pillbox 💊 📦 is a new feature that allows the user to create a pillbox that includes meds that the client takes in bulk.
    • For example an AM Regiment and a PM Regiment could be created making it easy to log these drugs en mass
    • Drug history is now limited to the last five days

Medicine 💊

Medicine can no longer be physically deleted, but is now deactivated.

Closes #140
Closes #142
Closes #146
Closes #148