Dec 2nd, 2009, 3:01 AM
I am using RSV, but can switch to php if required.
here's what i am trying to do: we use FT to include patients in a medical survey.
rules of inclusion include
- the patient can't be included before the study start date in the hospital (get the date from a database and transform to variable. date of inclusion is not date of today but 3 forms fields in the actual form.
- the patient can only be included if the date of event (3 form fields day,month,year) is 2 days later than the date of admissions (3 form fields day,month,year). both in the actual form that i want to verify
if i can do this, there are other more complicated date validations that i should be able to do
thank you
Alexis
here's what i am trying to do: we use FT to include patients in a medical survey.
rules of inclusion include
- the patient can't be included before the study start date in the hospital (get the date from a database and transform to variable. date of inclusion is not date of today but 3 forms fields in the actual form.
- the patient can only be included if the date of event (3 form fields day,month,year) is 2 days later than the date of admissions (3 form fields day,month,year). both in the actual form that i want to verify
if i can do this, there are other more complicated date validations that i should be able to do
thank you
Alexis