I’m working on a prescription medicine database and I need some ideas.
When a prescription is written as “Take 1 tablet three times a day”, how would yall suggest to handle storing that in fields? Right now, I’m thinking of breaking that up so that my fields would be 1, tablet, three, and day. I also have fields assigned for med name, strength, form (like tablet, capsule), strength, and others. The biggest trouble I’m having is trying to figure out a way to transform the “day” field into something numeric so that it can be used for calculations. I’m thinking of using 1=day, 7=week, 14=biweekly, and 0=as needed, Is there a way to make a field display something like daily instead of how it will store that data which would be 1?
a few of my meds are for ADD so in my mind this is a relaxing undertaking. But yes, the dosages table will have the start and end dates of any changes, obviously the frequency and amount per dose, etc. One end goal of all of this is to be able to quickly see when I will need to refill my meds. Where I had 2 suicidal episodes 3 years ago, I keep my heaviest meds locked in a cash box that I don’t know the combo to and my wife only opens it once a week when I need to refill my organizer. I’m hoping that by doing this the automated way, I won’t run into the surprise that I only have 1 pill of xyz left in the bottle and have to scramble a refill so I don’t miss a dose.