Daysheets doesn't show the 'c' status
open source web-based Electronic Medical Record (EMR) system
Brought to you by:
davidhcchan,
jaygallagher
https://source.oscartools.org:8080/#/c/9053/
https://source.oscartools.org:8080/#/c/9053/
For the master
Last edit: Nick 2014-03-06
This does not solve the problem. Adding UPPER function just capitalizes the status and it ends up being considered as cancelled. i.e. I enter appointment with status "c" it gets capitalized "C" then compared to cancelled status "C" and it matches for cancelled while it isn't.
This is simply fixed with a binary clause, and not upper.
R:12.1: https://source.oscartools.org:8080/#/c/10878/
master: https://source.oscartools.org:8080/#/c/10879/
Retested Master (build #2190) -> resolved
R12.1 commit: https://source.oscartools.org:8080/#/c/10878/ -> still awaiting code review
Re-tested R12.1 (build #440) -> issue has been resolved.