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?