Medication Enhancement - Allow editing / undoing Taken meds #701
Replies: 3 comments
|
Confirmed, and of everything currently open this is the one I am least comfortable leaving as it is.
The good news is that the data model is already right: Both halves of your request are accepted:
One thing I want to get right rather than fast: a medication log is a record, and silently rewriting records is its own hazard. My inclination is that a correction stays visible as a correction rather than replacing history invisibly. That is a small decision, not a blocker, and if you have a view on it as someone using the module daily I would rather hear it now than after it ships. |
|
Shipped in v2.7.0. Both halves of your request are in:
Open the medication tab, unfold the dose log, and tap the entry you want to correct. Two decisions in there that go beyond what you asked, and both are worth knowing:
I left you with a question in my first answer, whether a correction should stay visible as a correction rather than replacing history silently, and I want to be straight about how I resolved it: it does not. A corrected entry now simply shows the corrected value. I decided against a visible audit trail for the first version because the log is a personal record, not a clinical document, and a "was 20:18, now 07:05" line in a household app reads as an accusation more than as information. If you use this daily and find that you miss the trail, say so here - I would rather add it because someone needed it than because it sounded rigorous. While building this, a second defect fell out that you did not report and probably would have run into: the log labelled every entry that was not skipped as "taken", including the ones still waiting for their time. Harmless while there was no way back out of a state, and directly contradictory next to a correction dialog. It shows three states now. |
|
Thank you for the changes. I agree with your correction method - I was thinking about this on my way in to work, and as this isn't a professional health record, I don't believe modifications need to be audited. |
Uh oh!
There was an error while loading. Please reload this page.
Please allow editing the time a medication was taken, and unmark a medication as taken.
All reactions