Hi. Convset, in my experience ends up mapping to ObsGroups. Check out the htmlformentry wiki reference to see what the ObsGroup tag does.
d On Wed, Aug 17, 2011 at 1:37 PM, Evelyn Castle <[email protected]> wrote: > Hi Darius, > Yeah that is another option. And sense it is only going to be about 200 > concepts, I doubt it would take too long to load. > Out of curiosity, what would be a way to use a Convset in an HTML form? I > don't see an example anywhere in the documentation... > Thanks > EvelynConvset > > On Tue, Aug 16, 2011 at 4:31 PM, Darius Jazayeri <[email protected]> > wrote: >> >> Evelyn, >> What if instead of listing the possible answer concepts as a Set, you >> instead make them the possible answers to your diagnosis coded concepts? >> Then just do >> <obs conceptId="6042" style="autocomplete" /> >> and it should "just work". (Though doing things this this way means that >> the complete list of concepts gets loaded up when the form's html is >> generated, so that may take longer than if the autocomplete was actually >> working as an ajax search.) >> -Darius >> >> On Tue, Aug 16, 2011 at 4:46 AM, Evelyn Castle <[email protected]> >> wrote: >>> >>> Hi All, >>> I can't seem to find this in the documentation anywhere, however I am >>> pretty sure it is possible. >>> I want to add a ConvSet to my HTML form. I am looking for the code that >>> will let me enter in a autocomplete box of all the answers in that ConvSet. >>> For example: For our GOP form, we want the provider to be able to search >>> for the diagnosis from a list created in ConvSet. So the code would be >>> something like... >>> <obs conceptId="6042" answerConvSet="Diagnosis Short List" >>> style="autocomplete" /> >>> The form would then have an autocomplete box of all the concepts listed >>> in the ConvSet and will add it to the conceptID "Diagnosis" (6042). >>> I think we could do it without the ConvSet like this: >>> <obs conceptId="6042" answerConceptIds="123,7,912" >>> answerLabels="Malaria,Tuberculosis,Diabetes"/> >>> However, this is a list of 100-200 concepts so it is going to get really >>> messy this way. >>> Anyone know how I can do this? >>> Thanks! >>> Evelyn >>> >>> FYI: the reason we are doing the ConvSet instead >>> of answerClasses="Diagosis" is that we are using the MVP dictionary and the >>> computer is not fast enough to pull up all the thousands of diagnosis's. >>> Also, we just don't want the provider to have to choose from so many. >>> >>> -- >>> Evelyn Castle >>> Co-Director, eHealth Nigeria >>> +1 415 545 8289 (US) >>> website: http://www.eHealthNigeria.org >>> blog: http://www.evelyncastle.com >>> skype: evelynlcastle >>> ________________________________ >>> Click here to unsubscribe from OpenMRS Implementers' mailing list >> >> ________________________________ >> Click here to unsubscribe from OpenMRS Implementers' mailing list > > > -- > Evelyn Castle > Co-Director, eHealth Nigeria > +1 415 545 8289 (US) > website: http://www.eHealthNigeria.org > blog: http://www.evelyncastle.com > skype: evelynlcastle > ________________________________ > Click here to unsubscribe 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]

