Hi Guys
I have created several forms and i’d like to create something similar to the “death flag” that appears when a patient is declared dead. How can i go about this?
Appreciate the help
Thanks
Michael
Hi Guys
I have created several forms and i’d like to create something similar to the “death flag” that appears when a patient is declared dead. How can i go about this?
Appreciate the help
Thanks
Michael
Michael,
There’s the old patient flags module that might help you out, though afaik it currently only displays flags within the old UI:
https://wiki.openmrs.org/display/docs/Patient+Flags+Module
If you are using HTML Forms, you might be able to use a velocity expression within the form to render a flag. Check out:
Take care, Mark