diff options
author | deva <deva> | 2009-07-24 11:28:37 +0000 |
---|---|---|
committer | deva <deva> | 2009-07-24 11:28:37 +0000 |
commit | a81fd2a780e59ab918d172d0b4cc08be8780ec68 (patch) | |
tree | 27457634a83963b0fdb8baa4f7081439f1b90d34 /server/xml/macros/fluoresceininj-1.0.xml | |
parent | 1d8429d8d3981dd027cdb7e160dd614ebf6c8ded (diff) |
Changed all names to something less magical.
Diffstat (limited to 'server/xml/macros/fluoresceininj-1.0.xml')
-rw-r--r-- | server/xml/macros/fluoresceininj-1.0.xml | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/server/xml/macros/fluoresceininj-1.0.xml b/server/xml/macros/fluoresceininj-1.0.xml new file mode 100644 index 0000000..d81d953 --- /dev/null +++ b/server/xml/macros/fluoresceininj-1.0.xml @@ -0,0 +1,41 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!-- + 20081204: Bent Bisballe Nyeng + Feltnavnene ændret så de giver mening. + --> +<macro name="fluoresceininj" version="1.0"> + <resume>I henhold til ovenstående ordination foretages der fluorescein angiografi efter afdelingens retningslinier. +Injektion af fluorescein ved: ${fluorescein_injection.initials}</resume> + <queries> + </queries> + <maps> + </maps> + <scripts> + </scripts> + <window caption="Injektion ved (B.2.7.1)" + 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_injection.initials" regexp="[a-zæøåA-ZÆØÅ]{2,5}" value=""/> + <spacer /> + </frame> + + <!-- Knapper --> + <frame layout="hbox"> + <spacer/> + <button caption="Gem" action="commit"/> + </frame> + </window> +</macro> |