summaryrefslogtreecommitdiff
path: root/server/xml/macros/ref_90d_linse-1.0.xml
blob: 5fb7cfb4bd8cbc374f59b0c5271825ad41076aa1 (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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
<?xml version='1.0' encoding='UTF-8'?>
<macro name="ref_90d_linse" version="1.0">
  <resume language="lua">
    out = ''
    if ( getValue('90d_linse.mangler.odxt') == '' )
    then
      out = out .. 'Oftalmoskopi, o.dxt:\n'
      out = out .. getValue('90d_linse.indblik.odxt') .. ' indblik.\n'
      out = out .. 'Papil: ' .. getValue('90d_linse.papil.odxt') .. '\n'
      out = out .. 'Makula: ' .. getValue('90d_linse.makula.odxt') .. '\n'
      out = out .. 'Periferi: ' .. getValue('90d_linse.periferi.odxt')
      if ( getValue('90d_linse.periferi.odxt') == 'Hul eller rift kl' )
      then
        out = out .. ' ' .. getValue('90d_linse.hul_eller_rift_kl.odxt') .. '\n'
      else
        out = out .. '\n'
      end
      if ( getValue('90d_linse.supplerende.odxt') ~= '' )
      then
        out = out .. getValue('90d_linse.supplerende.odxt') .. '\n'
      end
    end
    if ( getValue('90d_linse.mangler.osin') == '' )
    then
      if ( getValue('90d_linse.mangler.odxt') == '' )
      then
        out = out .. '\n'
      end
      out = out .. 'Oftalmoskopi, o.sin:\n'
      out = out .. getValue('90d_linse.indblik.osin') .. ' indblik.\n'
      out = out .. 'Papil: ' .. getValue('90d_linse.papil.osin') .. '\n'
      out = out .. 'Makula: ' .. getValue('90d_linse.makula.osin') .. '\n'
      out = out .. 'Periferi: ' .. getValue('90d_linse.periferi.osin')
      if ( getValue('90d_linse.periferi.osin') == 'Hul eller rift kl' )
      then
        out = out .. ' ' .. getValue('90d_linse.hul_eller_rift_kl.osin') .. '\n'
      else
        out = out .. '\n'
      end
      if ( getValue('90d_linse.supplerende.osin') ~= '' )
      then
        out = out .. getValue('90d_linse.supplerende.osin') .. '\n'
      end
    end
    return out
  </resume>
  <queries>
    <query service="pracro" class="missing_eye_odxt" ttl="1000000"/>
    <query service="pracro" class="missing_eye_osin" ttl="1000000"/>
  </queries>
  <maps>
    <map name="missing_eye_odxt_map">
      value = 0
      timestamp = 0
      source = ''

      if( missing_eye_odxt )
      then
        if( missing_eye_odxt.value and missing_eye_odxt.value == '' )
        then
          value = ''
          timestamp = missing_eye_odxt.timestamp
          source = missing_eye_odxt.source
        else
          value = 'mangler'
          timestamp = missing_eye_odxt.timestamp
          source = missing_eye_odxt.source
        end
      end
      return value, timestamp, source
    </map>
    <map name="missing_eye_osin_map">
      value = 0
      timestamp = 0
      source = ''
      
      if( missing_eye_osin )
      then
        if( missing_eye_osin.value and missing_eye_osin.value == '' )
        then
          value = ''
          timestamp = missing_eye_osin.timestamp
          source = missing_eye_osin.source
        else
          value = 'mangler'
          timestamp = missing_eye_osin.timestamp
          source = missing_eye_osin.source
        end
      end
      return value, timestamp, source
    </map>
  </maps>
  <scripts>
    <script language="lua" name="right_eye">
      if ( value == 'mangler' )
      then
        disable('right_eye_frame')
      else
        enable('right_eye_frame')
      end
      return true
    </script>
    <script language="lua" name="left_eye">
      if ( value == 'mangler' )
      then
        disable('left_eye_frame')
      else
        enable('left_eye_frame')
      end
      return true
    </script>
    <script language="lua" name="hul_eller_rift_odxt">
      if ( getValue('90d_linse.periferi.odxt') == 'Hul eller rift kl' )
      then
        enable('hul_eller_rift.frame.odxt')
      else
        disable('hul_eller_rift.frame.odxt')
      end
      return true
    </script>
    <script language="lua" name="hul_eller_rift_osin">
      if ( getValue('90d_linse.periferi.osin') == 'Hul eller rift kl' )
      then
        enable('hul_eller_rift.frame.osin')
      else
        disable('hul_eller_rift.frame.osin')
      end
      return true
    </script>
  </scripts>
  <widgets caption="90D-linse"
          layout="vbox">
    
    <frame layout="hbox">

      <!-- o.dxt -->
      <frame layout="vbox">
	<checkbox caption="Der er ikke målt på o.dxt"
		  name="90d_linse.mangler.odxt" script="right_eye"
		  map="missing_eye_odxt_map"
		  truevalue="mangler" falsevalue="" value=""/>
	<frame name="right_eye_frame" caption="o.dxt" layout="vbox">

	  <frame layout="hbox">
	    <frame layout="vbox">
	      <label caption="Indblik: "/>
	      <label/>
	    </frame>
	    <frame layout="vbox">
	      <altcombobox name="90d_linse.indblik.odxt" layout="vbox" value="Klart">
		<item caption="Klart" value="Klart"/>
		<item caption="Let sløret" value="Let sløret"/>
		<item caption="Meget sløret" value="Meget sløret"/>
		<altitem caption="Andet" value="andet" layout="hbox" innerwidget="90d_linse.indblik.andet.odxt">
		  <label caption="Andet:"/>
		  <lineedit name="90d_linse.indblik.andet.odxt"/>
		</altitem>
 	      </altcombobox>
	    </frame>
	  </frame>

	  <frame layout="hbox">
	    <frame layout="vbox">
	      <label caption="Papil: "/>
	      <label/>
	    </frame>
	    <frame layout="vbox">
	      <altcombobox name="90d_linse.papil.odxt" layout="vbox" value="Normal, ikke ekskaveret">
		<item caption="Myop" value="Myop"/>
		<item caption="Normal, ikke ekskaveret" value="Normal, ikke ekskaveret"/>
		<item caption="Koncentrisk ekskavation" value="Koncentrisk ekskavation"/>
		<item caption="Glaukomsuspekt" value="Glaukomsuspekt"/>
		<item caption="Glaukomatøs ekskavation" value="Glaukomatøs ekskavation"/>
		<altitem caption="Andet" value="andet" layout="hbox" innerwidget="90d_linse.papil.andet.odxt">
		  <label caption="Andet:"/>
		  <lineedit name="90d_linse.papil.andet.odxt"/>
		</altitem>
 	      </altcombobox>
	    </frame>
	  </frame>
	  <frame layout="hbox">
	    <frame layout="vbox">
	      <label caption="Makula: "/>
	      <label/>
	    </frame>
	    <frame layout="vbox">
	      <altcombobox name="90d_linse.makula.odxt" layout="vbox" value="Normal">
		<item caption="Normal" value="Normal"/>
		<item caption="Atrofiske forandringer" value="Atrofiske forandringer"/>
		<item caption="Diabetiske non-proliferative forandringer" value="Diabetiske non-proliferative forandringer"/>
		<item caption="Diabetiske proliferative forandringer" value="Diabetiske proliferative forandringer"/>
		<altitem caption="Andet" value="andet" layout="hbox" innerwidget="90d_linse.makula.andet.odxt">
		  <label caption="Andet:"/>
		  <lineedit name="90d_linse.makula.andet.odxt"/>
		</altitem>
 	      </altcombobox>
	    </frame>
	  </frame>
	  <frame layout="hbox">
	    <frame layout="vbox">
	      <label caption="Periferi: "/>
	      <label/>
	      <label/>
	    </frame>
	    <frame layout="vbox">
	      <altcombobox name="90d_linse.periferi.odxt" layout="vbox" value="Ingen degenerative forandringer" script="hul_eller_rift_odxt">
		<item caption="Ingen degenerative forandringer" value="Ingen degenerative forandringer"/>
		<item caption="Perifere degenerationer" value="Perifere degenerationer"/>
		<item caption="Lattice" value="Lattice"/>
		<item caption="Hul eller rift kl (anfør herunder)" value="Hul eller rift kl"/>
		<altitem caption="Andet" value="andet" layout="hbox" innerwidget="90d_linse.periferi.andet.odxt">
		  <label caption="Andet:"/>
		  <lineedit name="90d_linse.periferi.andet.odxt"/>
		</altitem>
 	      </altcombobox>
	      <frame name="hul_eller_rift.frame.odxt" layout="hbox">
		<label caption="Hul eller rift kl.:"/>
		<combobox name="90d_linse.hul_eller_rift_kl.odxt">
		  <item caption="1" value="1"/>
		  <item caption="2" value="2"/>
		  <item caption="3" value="3"/>
		  <item caption="4" value="4"/>
		  <item caption="5" value="5"/>
		  <item caption="6" value="6"/>
		  <item caption="7" value="7"/>
		  <item caption="8" value="8"/>
		  <item caption="9" value="9"/>
		  <item caption="10" value="10"/>
		  <item caption="11" value="11"/>
		  <item caption="12" value="12"/>
		</combobox>
		<spacer/>
	      </frame>
	    </frame>
	  </frame>

	  <label caption="Supplerende:"/>
	  <lineedit name="90d_linse.supplerende.odxt"/>

	</frame>
      </frame>

      <!-- o.sin -->
      <frame layout="vbox">
	<checkbox caption="Der er ikke målt på o.sin"
		  name="90d_linse.mangler.osin" script="left_eye"
		  map="missing_eye_osin_map"
		  truevalue="mangler" falsevalue="" value=""/>
	<frame name="left_eye_frame" caption="o.dxt" layout="vbox">

	  <frame layout="hbox">
	    <frame layout="vbox">
	      <label caption="Indblik: "/>
	      <label/>
	    </frame>
	    <frame layout="vbox">
	      <altcombobox name="90d_linse.indblik.osin" layout="vbox" value="Klart">
		<item caption="Klart" value="Klart"/>
		<item caption="Let sløret" value="Let sløret"/>
		<item caption="Meget sløret" value="Meget sløret"/>
		<altitem caption="Andet" value="andet" layout="hbox" innerwidget="90d_linse.indblik.andet.osin">
		  <label caption="Andet:"/>
		  <lineedit name="90d_linse.indblik.andet.osin"/>
		</altitem>
 	      </altcombobox>
	    </frame>
	  </frame>

	  <frame layout="hbox">
	    <frame layout="vbox">
	      <label caption="Papil: "/>
	      <label/>
	    </frame>
	    <frame layout="vbox">
	      <altcombobox name="90d_linse.papil.osin" layout="vbox" value="Normal, ikke ekskaveret">
		<item caption="Myop" value="Myop"/>
		<item caption="Normal, ikke ekskaveret" value="Normal, ikke ekskaveret"/>
		<item caption="Koncentrisk ekskavation" value="Koncentrisk ekskavation"/>
		<item caption="Glaukomsuspekt" value="Glaukomsuspekt"/>
		<item caption="Glaukomatøs ekskavation" value="Glaukomatøs ekskavation"/>
		<altitem caption="Andet" value="andet" layout="hbox" innerwidget="90d_linse.papil.andet.osin">
		  <label caption="Andet:"/>
		  <lineedit name="90d_linse.papil.andet.osin"/>
		</altitem>
 	      </altcombobox>
	    </frame>
	  </frame>
	  <frame layout="hbox">
	    <frame layout="vbox">
	      <label caption="Makula: "/>
	      <label/>
	    </frame>
	    <frame layout="vbox">
	      <altcombobox name="90d_linse.makula.osin" layout="vbox" value="Normal">
		<item caption="Normal" value="Normal"/>
		<item caption="Atrofiske forandringer" value="Atrofiske forandringer"/>
		<item caption="Diabetiske non-proliferative forandringer" value="Diabetiske non-proliferative forandringer"/>
		<item caption="Diabetiske proliferative forandringer" value="Diabetiske proliferative forandringer"/>
		<altitem caption="Andet" value="andet" layout="hbox" innerwidget="90d_linse.makula.andet.osin">
		  <label caption="Andet:"/>
		  <lineedit name="90d_linse.makula.andet.osin"/>
		</altitem>
 	      </altcombobox>
	    </frame>
	  </frame>
	  <frame layout="hbox">
	    <frame layout="vbox">
	      <label caption="Periferi: "/>
	      <label/>
	      <label/>
	    </frame>
	    <frame layout="vbox">
	      <altcombobox name="90d_linse.periferi.osin" layout="vbox" value="Ingen degenerative forandringer" script="hul_eller_rift_osin">
		<item caption="Ingen degenerative forandringer" value="Ingen degenerative forandringer"/>
		<item caption="Perifere degenerationer" value="Perifere degenerationer"/>
		<item caption="Lattice" value="Lattice"/>
		<item caption="Hul eller rift kl (anfør herunder)" value="Hul eller rift kl"/>
		<altitem caption="Andet" value="andet" layout="hbox" innerwidget="90d_linse.periferi.andet.osin">
		  <label caption="Andet:"/>
		  <lineedit name="90d_linse.periferi.andet.osin"/>
		</altitem>
 	      </altcombobox>
	      <frame name="hul_eller_rift.frame.osin" layout="hbox">
		<label caption="Hul eller rift kl.:"/>
		<combobox name="90d_linse.hul_eller_rift_kl.osin">
		  <item caption="1" value="1"/>
		  <item caption="2" value="2"/>
		  <item caption="3" value="3"/>
		  <item caption="4" value="4"/>
		  <item caption="5" value="5"/>
		  <item caption="6" value="6"/>
		  <item caption="7" value="7"/>
		  <item caption="8" value="8"/>
		  <item caption="9" value="9"/>
		  <item caption="10" value="10"/>
		  <item caption="11" value="11"/>
		  <item caption="12" value="12"/>
		</combobox>
		<spacer/>
	      </frame>
	    </frame>
	  </frame>

	  <label caption="Supplerende:"/>
	  <lineedit name="90d_linse.supplerende.osin"/>

	</frame>
      </frame>

    </frame>


    <!-- Knapper -->
    <frame layout="hbox">
      <spacer/>
      <button caption="Gem" action="commit"/>
    </frame>
  </widgets>
</macro>