Hello OpenMRS Dev,

I'm trying to implement part of a paper form that has a "circle all" type of area that binds to a numeric concept, and haven't found the right HTML Form Entry tag yet for that.

Essentially, I want:

<obs conceptId="9876" answers="1,2,3" answerLabels="1,2,3" style="checkbox" />

So that multiple observations can be recorded for it, but it doesn't look like we accept style="checkbox" yet for numeric obs?

I played with:

<obs conceptId="9876" answers="1" answerLabels="1" style="radio" />
<obs conceptId="9876" answers="2" answerLabels="2" style="radio" />
<obs conceptId="9876" answers="3" answerLabels="3" style="radio" />

Which sort of works, but they should really be checkboxes.

Cheers,
Steve

_________________________________________

To unsubscribe from OpenMRS Developers' mailing list, send an e-mail to 
lists...@listserv.iupui.edu with "SIGNOFF openmrs-devel-l" in the  body (not 
the subject) of your e-mail.

[mailto:lists...@listserv.iupui.edu?body=SIGNOFF%20openmrs-devel-l]

Reply via email to