Hi Steve, How about <obs conceptId="9876" answerConceptId="1" style="checkbox" /> <obs conceptId="9876" answerConceptId="2" style="checkbox" /> <obs conceptId="9876" answerConceptId="3" style="checkbox" />
-Darius On Tue, May 15, 2012 at 1:04 PM, Steven Githens <[email protected]> wrote: > 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 > [email protected] with "SIGNOFF openmrs-devel-l" in the body > (not the subject) of your e-mail. > > [mailto:LISTSERV@LISTSERV.**IUPUI.EDU <[email protected]> > ?body=SIGNOFF%**20openmrs-devel-l] > _________________________________________ To unsubscribe from OpenMRS Developers' mailing list, send an e-mail to [email protected] with "SIGNOFF openmrs-devel-l" in the body (not the subject) of your e-mail. [mailto:[email protected]?body=SIGNOFF%20openmrs-devel-l]

