summaryrefslogtreecommitdiff
path: root/server/xml/macros/B.2.7.1.xml
diff options
context:
space:
mode:
Diffstat (limited to 'server/xml/macros/B.2.7.1.xml')
-rw-r--r--server/xml/macros/B.2.7.1.xml14
1 files changed, 12 insertions, 2 deletions
diff --git a/server/xml/macros/B.2.7.1.xml b/server/xml/macros/B.2.7.1.xml
index d1b9a13..2710c20 100644
--- a/server/xml/macros/B.2.7.1.xml
+++ b/server/xml/macros/B.2.7.1.xml
@@ -5,7 +5,7 @@
-->
<macro name="B.2.7.1" version="1.0">
<resume>I henhold til ovenstående ordination foretages der fluorescein angiografi efter afdelingens retningslinier.
-Injektion af fluorescein ved: ${fluorescein_injector_initials}</resume>
+Injektion af fluorescein ved: ${fluorescein_injection.initials}</resume>
<queries>
</queries>
<maps>
@@ -16,9 +16,19 @@ Injektion af fluorescein ved: ${fluorescein_injector_initials}</resume>
layout="vbox">
<label caption="I henhold til ovenstående ordination foretages fluorescein injektion."/>
+
+ <frame layout="hbox">
+ <label caption="Øje:" width="50"/>
+ <radiobuttons name="fluorescein_injection.eye" value="">
+ <radiobutton caption="o.dxt" value="o.dxt"/>
+ <radiobutton caption="o.sin" value="o.sin"/>
+ </radiobuttons>
+ <spacer/>
+ </frame>
+
<frame layout="hbox">
<label width="300" caption="Fluorescein injektion foretaget af (initialer):"/>
- <lineedit name="fluorescein_injector_initials" regexp="[a-zæøåA-ZÆØÅ]{2,5}" value=""/>
+ <lineedit name="fluorescein_injection.initials" regexp="[a-zæøåA-ZÆØÅ]{2,5}" value=""/>
<spacer />
</frame>