summaryrefslogtreecommitdiff
path: root/server/xml/macros/B.2.10.2.xml
diff options
context:
space:
mode:
Diffstat (limited to 'server/xml/macros/B.2.10.2.xml')
-rw-r--r--server/xml/macros/B.2.10.2.xml42
1 files changed, 0 insertions, 42 deletions
diff --git a/server/xml/macros/B.2.10.2.xml b/server/xml/macros/B.2.10.2.xml
deleted file mode 100644
index 5cfd591..0000000
--- a/server/xml/macros/B.2.10.2.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!--
- 20081202: Lars Bisballe Jensen
- Ændret til nyt format i resume og naming scheme.
- -->
-<macro name="B.2.10.2" version="1.0">
- <resume>${amd.indication}</resume>
- <queries>
- </queries>
- <maps>
- </maps>
- <scripts>
- </scripts>
- <window caption="Behandlingsindikation (B.2.10.2)"
- 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" value="">
- <item caption="PDT" value="Der findes indikation for PDT behandling."/>
- <item caption="Argon laser" value="Der findes indikation for argon laser behandling."/>
- <item caption="Intravitreal angiostatisk behandling" value="Der findes indikation for intravitreal angiostatisk behandling."/>
- <item caption="Ingen behandlingsindikation" value="Der findes ikke indikation for behandling."/>
- </combobox>
- </frame>
-
- <!-- Knapper -->
- <frame layout="hbox">
- <spacer/>
- <button caption="Gem" action="commit"/>
- </frame>
- </window>
-</macro>