How big are the forms, and how complex? You could try to use web services for this. Basically repeat the same web service call 200 times, changing only the patientId value in the json.
If you were using HTML Form Entry, you could do 200 HTTP POSTs, that are identical except for the patientId parameter... With infopath formentry (and maybe xforms) you could post 200 HL7 messages identical except for the PID segment... -Darius On Wed, Aug 24, 2011 at 3:20 PM, Blaya, Joaquin Andres < [email protected]> wrote: > Hi,**** > > We’re doing a demo server and I would like to have the same form filled out > the exact same way for 200 demo patients. Is there a way I could do that > either through SQL or through a module? I’d want everything to be identical > including encounter datetime, location, etc..**** > > > Thanks, **** > > ** ** > > Joaquin **** > > ** ** > > ___________________________________________________________________**** > > Chief Technology Officer, eHealth Systems Chile**** > > Research Fellow, Harvard Medical School/Partners In Health**** > > Moderator, GHDOnline.org <http://www.GHDOnline.org>**** > > ** ** > ------------------------------ > Click here to > unsubscribe<[email protected]?body=SIGNOFF%20openmrs-implement-l>from > OpenMRS Implementers' mailing list _________________________________________ To unsubscribe from OpenMRS Implementers' mailing list, send an e-mail to [email protected] with "SIGNOFF openmrs-implement-l" in the body (not the subject) of your e-mail. [mailto:[email protected]?body=SIGNOFF%20openmrs-implement-l]

