Hi! I'm currently using XForms to add findings and diagnosis to patients. I'm using the method described here:
https://wiki.openmrs.org/display/docs/XForms+Module+Use+Cases and this is my external source query select cn.name, concat(cn.concept_id,concat(concat('^',name),'^99DCT')) as concept_id from concept_name cn inner join concept c on c.concept_id=cn.concept_id where class_id=4 and locale="es" used to choose from a list containing all possible diagnosis in my concept database. Having recently added the MVP Concept Dictionary, the incremental search of the concept widget freezes, not showing any options as I type on it, most likely because of the huge options available (about 32000 Spanish diagnosis available, 0.4 seg query). If I set it to search findings instead of diagnosis (class_id=5), it works just fine, mainly because there's only 16. Is there a way to make this work smoothly as the Add Problem from the Dashboard's problem list? It lists nearly instantly the available problems. _________________________________________ 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]

