blob: d1b9a13b4dc679565269eb448f58ac846a29b9f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
<?xml version='1.0' encoding='UTF-8'?>
<!--
20081204: Bent Bisballe Nyeng
Feltnavnene ændret så de giver mening.
-->
<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>
<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 width="300" caption="Fluorescein injektion foretaget af (initialer):"/>
<lineedit name="fluorescein_injector_initials" regexp="[a-zæøåA-ZÆØÅ]{2,5}" value=""/>
<spacer />
</frame>
<!-- Knapper -->
<frame layout="hbox">
<spacer/>
<button caption="Gem" action="commit"/>
</frame>
</window>
</macro>
|