blob: 0511b98eb1d0ed42c3e5e685f8d8146b9b77a7ea (
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
32
33
34
35
36
37
38
39
40
41
42
|
<?xml version='1.0' encoding='UTF-8'?>
<!--
20081202: Lars Bisballe Jensen
Ændret til nyt format i resume og naming scheme.
-->
<macro name="amd_behandlingsindikation" version="1.0">
<resume>${amd.indication}</resume>
<queries>
</queries>
<maps>
</maps>
<scripts>
</scripts>
<widgets caption="Behandlingsindikation (B.2.10.2)"
layout="vbox">
<frame layout="hbox">
<label caption="Øje:" width="50"/>
<radiobuttons name="amd.indication.eye" value="">
<radiobutton caption="o.dxt" value="o.dxt"/>
<radiobutton caption="o.sin" value="o.sin"/>
</radiobuttons>
<spacer/>
</frame>
<frame layout="vbox">
<label caption="Der findes indikation for:"/>
<combobox name="amd.indication" value="">
<item caption="PDT" value="Der findes indikation for PDT behandling."/>
<item caption="Argon laser" value="Der findes indikation for argon laser behandling."/>
<item caption="Intravitreal angiostatisk behandling" value="Der findes indikation for intravitreal angiostatisk behandling."/>
<item caption="Ingen behandlingsindikation" value="Der findes ikke indikation for behandling."/>
</combobox>
</frame>
<!-- Knapper -->
<frame layout="hbox">
<spacer/>
<button caption="Gem" action="commit"/>
</frame>
</widgets>
</macro>
|