diff options
Diffstat (limited to 'server/xml/macros/B.2.2.4.2.xml')
-rw-r--r-- | server/xml/macros/B.2.2.4.2.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/server/xml/macros/B.2.2.4.2.xml b/server/xml/macros/B.2.2.4.2.xml index 8acdf82..7784a3b 100644 --- a/server/xml/macros/B.2.2.4.2.xml +++ b/server/xml/macros/B.2.2.4.2.xml @@ -120,7 +120,7 @@ </frame> <label caption=""/> </frame> - <altcombobox name="oct.right.description" type="select" value="" layout="vbox"> + <altcombobox name="oct.right.description" type="select" value="normal" layout="vbox"> <item caption="Pigmentepitelløsning" value="pigmentepitelløsning"/> <item caption="Serøs amotio" value="serøs amotio"/> <item caption="Cystoidt makulært ødem" value="cystoidt makulært ødem"/> @@ -129,7 +129,7 @@ <item caption="Normal" value="normal"/> <altitem caption="Andet" innerwidget="octandetr" value="andet" layout="hbox"> <label caption="Andet:"/> - <lineedit name="octandetr"/> + <lineedit name="octandetr" value="" regexp=".+"/> </altitem> </altcombobox> </frame> @@ -150,7 +150,7 @@ </frame> <label caption=""/> </frame> - <altcombobox name="oct.left.description" type="select" value="" layout="vbox"> + <altcombobox name="oct.left.description" type="select" value="normal" layout="vbox"> <item caption="Pigmentepitelløsning" value="pigmentepitelløsning"/> <item caption="Serøs amotio" value="serøs amotio"/> <item caption="Cystoidt makulært ødem" value="cystoidt makulært ødem"/> @@ -159,7 +159,7 @@ <item caption="Normal" value="normal"/> <altitem caption="Andet" innerwidget="octandetl" value="andet" layout="hbox"> <label caption="Andet:"/> - <lineedit name="octandetl"/> + <lineedit name="octandetl" value="" regexp=".+"/> </altitem> </altcombobox> </frame> |