Skip to content

Commit

Permalink
A minor bug fix in the xml files of the form GI exam and Resp Exam. T…
Browse files Browse the repository at this point in the history
…he list for the present and absent type was not not imported as this was not present in the list database of openemr. so, included it in the xml forms to show up in the made forms.

Signed-off-by: Arnab Naha <[email protected]>
  • Loading branch information
arnabnaha authored and bradymiller committed Dec 16, 2011
1 parent 5649a0b commit b8df315
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion contrib/forms/xmlformgen/gi_exam.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@

</manual>

<list name="present_absent" label="Present Absent" type="standard" id="present_absent" import="no"/>
<list id="present_absent" name="present_absent" label="Present Absent" type="standard" import="yes">
<listitem id='1' label="Present" order='1'>Present</listitem>
<listitem id='2' label="Absent" order='2'>Absent</listitem>
</list>

<list id="flank_cond" name="flank_cond" label="Flank Condition" type="standard" import="yes">
<listitem id='1' label="Full" order='1'>Full</listitem>
Expand Down
4 changes: 3 additions & 1 deletion contrib/forms/xmlformgen/resp_exam.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@

</manual>

<list name="present_absent" label="Present Absent" type="standard" id="present_absent" import="no">
<list id="present_absent" name="present_absent" label="Present Absent" type="standard" import="yes">
<listitem id='1' label="Present" order='1'>Present</listitem>
<listitem id='2' label="Absent" order='2'>Absent</listitem>
</list>
</form>

0 comments on commit b8df315

Please sign in to comment.