Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
TBD
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: HTML Form Entry 2.0.2
-
Labels:
-
Complexity:Medium
Description
It will save time and allow for more flexibility if we could represent:
<obs conceptId="1069" answerConceptId="664" answerLabel="No Complaints" style="checkbox" /> <obs conceptId="1069" answerConceptId="832" answerLabel="Weight Loss" style="checkbox" /> <obs conceptId="1069" answerConceptId="6029" answerLabel="Night Sweats" style="checkbox" /> <obs conceptId="1069" answerConceptId="5949" answerLabel="Fatigue" style="checkbox" /> <obs conceptId="1069" answerConceptId="5945" answerLabel="Fevers" style="checkbox" /> <obs conceptId="1069" answerConceptId="871" answerLabel="Chills" style="checkbox" />
with:
<obs conceptId="1069" answerConceptIds="664,832,6029,5949,5945,871" answerLabels="No Complaints,Weight Loss,Night Sweats,Fatigue,Fevers,Chills" style="checkbox" />
Also, it should allow form designers to specify allow only one answer (i.e. radio button)or up to n answers (i.e. tick multiple answers). This will help with data quality tremendously.