diff options
author | deva <deva> | 2010-06-01 13:02:23 +0000 |
---|---|---|
committer | deva <deva> | 2010-06-01 13:02:23 +0000 |
commit | 730eb796bbce6f124be9194f1565b7dda1daddf1 (patch) | |
tree | 46387b60fefad222197e3319ed922b23176d4a36 /server/xml/macros/fluorescens_injektion-1.0.xml | |
parent | 74a28aa7125be6a603128ad600c98c4882f3b5c2 (diff) |
Afdj macros/templates are now located in their own repo.
Diffstat (limited to 'server/xml/macros/fluorescens_injektion-1.0.xml')
-rw-r--r-- | server/xml/macros/fluorescens_injektion-1.0.xml | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/server/xml/macros/fluorescens_injektion-1.0.xml b/server/xml/macros/fluorescens_injektion-1.0.xml deleted file mode 100644 index e95ec81..0000000 --- a/server/xml/macros/fluorescens_injektion-1.0.xml +++ /dev/null @@ -1,41 +0,0 @@ -<?xml version='1.0' encoding='UTF-8'?> -<!-- - 20081204: Bent Bisballe Nyeng - Feltnavnene ændret så de giver mening. - --> -<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: ${fluorescens_injektion.initialer}</resume> - <queries> - </queries> - <maps> - </maps> - <scripts> - </scripts> - <widgets caption="Injektion (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="fluorescens_injektion.oeje" 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="fluorescens_injektion.initialer" regexp="[a-zæøåA-ZÆØÅ]{2,5}" value=""/> - <spacer /> - </frame> - - <!-- Knapper --> - <frame layout="hbox"> - <spacer/> - <button caption="Gem" action="commit"/> - </frame> - </widgets> -</macro> |