You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any way to copy a query set from one program to another? It would really speed up data entry if we could do this and then only have to modify one variable on the various queries rather than renter everything from scratch.
Is there a way to set it up so a single question makes someone ineligible for a program? For example I am working on the Alberta Adult Health Benefit and want to set it up so that if someone is on AISH then the program doesn’t show up regardless of their other answers. So far I think the only way to do that is to add aish to every query, is that correct?
requires
Defining a Template object common to client, server and db.
Implement Template endpoint on server.
create programs/Template/*, where * := new | edit/:id
Interface Template with Program.
The text was updated successfully, but these errors were encountered:
use cases
requires
The text was updated successfully, but these errors were encountered: