diff options
author | senator <senator> | 2009-11-17 10:43:45 +0000 |
---|---|---|
committer | senator <senator> | 2009-11-17 10:43:45 +0000 |
commit | ce08ba4689b54f8e27a5418f490d9c87fe71cc78 (patch) | |
tree | 36e1933cd6d58f5f98b6dc37328e7258b1f0544f /server/xml/macros/fluorescens_injektion-1.0.xml | |
parent | 1a6bd6fdbfffa6fb120b1464854a95b43221719d (diff) |
moved all .osin. instances from any instance containing it to the end of the instance. I have checked to find errors but NOT very thoroughly. The XML files might contain errors, but i will correct these, if any, when i encounter them later on
Diffstat (limited to 'server/xml/macros/fluorescens_injektion-1.0.xml')
-rw-r--r-- | server/xml/macros/fluorescens_injektion-1.0.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/server/xml/macros/fluorescens_injektion-1.0.xml b/server/xml/macros/fluorescens_injektion-1.0.xml index e011194..dffdb4d 100644 --- a/server/xml/macros/fluorescens_injektion-1.0.xml +++ b/server/xml/macros/fluorescens_injektion-1.0.xml @@ -5,7 +5,7 @@ --> <macro name="fluorescens_injektion" 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> +Injektion af fluorescein ved: ${fluorescens_injektion.initials}</resume> <queries> </queries> <maps> @@ -19,7 +19,7 @@ Injektion af fluorescein ved: ${fluorescein_injection.initials}</resume> <frame layout="hbox"> <label caption="Øje:" width="50"/> - <radiobuttons name="fluorescein_injection.eye" value=""> + <radiobuttons name="fluorescens_injektion.oeje" value=""> <radiobutton caption="o.dxt" value="o.dxt"/> <radiobutton caption="o.sin" value="o.sin"/> </radiobuttons> @@ -28,7 +28,7 @@ Injektion af fluorescein ved: ${fluorescein_injection.initials}</resume> <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=""/> + <lineedit name="fluorescens_injektion.initials" regexp="[a-zæøåA-ZÆØÅ]{2,5}" value=""/> <spacer /> </frame> |