Notifications
Clear all
Topic starter
Does anyone know of or have a form for inputting patient answers to either the VR-12 or VR-36 questionnaire and getting a score calculated. Or can anyone offer some guidance on how to go about building a form to do this. Thank you!
Posted : September 23, 2015 9:20 am
I would have something like this:
question 1:
1 - Excellent
2 - very good
etc.
as a single selection listbox.
then, write a function to capture the first character in each document variable, turn it into a value, and assign it to a separate variable, let's say SCORE1
then you can calculate it by doing something like DOCUMENT.TOTALSCORE == VAL(SCORE1) + VAL(SCORE2) + VAL(SCORE3) etc.etc.
Posted : September 30, 2015 5:26 am
Can I view the questions on this form.
Posted : April 26, 2016 12:42 pm