Hi Marcos,

The current version of the module can use the old (dojo based) concept
search widget which is optimized for this problem.
But unfortunately that will work with only versions 1.7 and below of
OpenMRS.
Can you create a ticket for including support for the new jquery based
concept search widget?


On Wed, Nov 16, 2011 at 8:21 PM, Marcos Núñez <[email protected]> wrote:

> 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]
>



-- 
If we keep uppermost in our minds the unkind and unjust acts of others, we
shall find it impossible to love them as Christ has loved us; but if our
thoughts dwell upon the wondrous love and pity of Christ for us, the same
spirit will flow out to others.

_________________________________________

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]

Reply via email to