I have five sites, at each site there is a coordinator will be enter the data of patient into survey
when enter data from site one, then when site 2 enter the same MRN show is already fill
Hello,
A way is to access the survey#2 using a link generated after submit of survey#1 and containing the needed value(s).
Please see this
section
of the manual and numerous related discussions in this forum.
You can use end notifications to e-mail the link automatically to coordinator#2
NOTE: For titles understandability, I think it's better to avoid not so popular acronyms
Alternative : token survey with auto create token system for 1st one. (and alow update of survey with same token).
Denis
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.
Second, The MRN is Medical Record Number as ID of patient. our problem is the coordinator fill the questionnaire at clinic then when he come back to the office , enter data to the link of limesurvey and when he by mistake enter the same hard copy ,the question Mrn ( first question) show already entered so he can not complete survey ( To avoid duplicate data ) or maybe the other coordinator at other site enter the same patient, so the message show is already entered. Is this possible , to check then show message if Same MRn entered...??!? :blink:
I think you can do something like that, BUT this need PHP dev.
- Use afterSurveySubmit event at end of 1st survey to create a token for other survey
- When create token : create according attribute and use "default"/equation question in the Survey.
For create token : You can use a new connxion string or LS remote control if it's on another server.
Denis
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.
I think to be able to help you it would be good to understand your process better.
Who gives a MRN to the patient?
I assume that each MRN should be given only once and it should identify a patient, no matter which site he/she is at, correct?
My suspicion is that this is rather a internal organization problem, then a problem with the survey it self. But I think we don't know enough about what you are doing, what the process is and how the MRNs work in your organization.
Help us to help you!
Provide your LS version and where it is installed (own server, uni/employer, SaaS hosting, etc.).
Always provide a LSS file (not LSQ or LSG).
Note: I answer at this forum in my spare time, I'm not a LimeSurvey GmbH employee.