summaryrefslogtreecommitdiff
path: root/server/xml/macros/B.2.10.4.xml
diff options
context:
space:
mode:
Diffstat (limited to 'server/xml/macros/B.2.10.4.xml')
-rw-r--r--server/xml/macros/B.2.10.4.xml38
1 files changed, 0 insertions, 38 deletions
diff --git a/server/xml/macros/B.2.10.4.xml b/server/xml/macros/B.2.10.4.xml
deleted file mode 100644
index 38b6709..0000000
--- a/server/xml/macros/B.2.10.4.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<macro name="B.2.10.4" version="1.0">
- <resume>${amd.indication}</resume>
- <queries>
- </queries>
- <maps>
- </maps>
- <scripts>
- </scripts>
- <window caption="Behandlingsindikation (B.2.10.4)"
- layout="vbox">
-
- <frame layout="hbox">
- <label caption="Øje:" width="50"/>
- <radiobuttons name="amd.indication.eye" value="">
- <radiobutton caption="o.dxt" value="o.dxt"/>
- <radiobutton caption="o.sin" value="o.sin"/>
- </radiobuttons>
- <spacer/>
- </frame>
-
- <frame layout="vbox">
- <label caption="Der findes indikation for:"/>
- <combobox name="amd.indication">
- <item caption="Der findes indikation for at gentage behandlingen."
- value="Der findes indikation for at gentage behandlingen."/>
- <item caption="Der holdes pause med behandlingen."
- value="Der holdes pause med behandlingen."/>
- </combobox>
- </frame>
-
- <!-- Knapper -->
- <frame layout="hbox">
- <spacer/>
- <button caption="Gem" action="commit"/>
- </frame>
- </window>
-</macro>