This file is indexed.

/usr/share/freemedforms/forms/subforms/fortestonly/BaseWidgets Sample.xml is in freemedforms-emr-resources 0.9.4-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE FreeMedForms>
<FreeMedForms>
  <version>0.3.0</version>
  <authors>Eric Maeker, MD</authors>
  <description lang="fr"></description>
  <description lang="en"></description>
  <bibliography>Small bibliography</bibliography>
  <license>License terms here</license>

<MedForm>
  <name>baseWidgetsFormSample</name>
  <label>BaseWidgets examples</label>
  <type>form</type>
  <creationdate>27-08-2009</creationdate>
  <categorie>samples</categorie>

  <label lang="fr">Exemple de BaseWidgets</label>
  <categorie lang="fr">samples</categorie>
  <authors lang="fr">Dr Eric Maeker</authors>
  <description lang="fr">Petite description ici</description>
  <bibliography lang="fr">Bibliographie ici</bibliography>
  <licence lang="fr">Termes de la license</license>

  <column>1</column>
  <option>compact</option>

  <Item>
    <name>sampleCheck</name>
    <label>This is a simple scripted checkbox sample</label>
    <type>check</type>
    <value>
      <numerical id="0">1</numerical>
      <numerical id="1">2</numerical>
      <script id="0">The box is NOT checked</script>
      <script id="1">The box is checked</script>
    </value>
    <value lang="fr">
      <numerical id="0">1</numerical>
      <numerical id="1">2</numerical>
      <script id="0">Case non cochée</script>
      <script id="1">Case cochée</script>
    </value>
    <script>
      <onload>{onload script}</onload>
      <postload>{post load}</postload>
      <ondemand>{ondemand}</ondemand>
      <onvaluechanged>{onvaluechanged}</onvaluechanged>
      <onvaluerequiered>{onvaluerequiered}</onvaluerequiered>
      <ondependencieschanged>{ondependencieschanged}</ondependencieschanged>
    </script>
    <script lang="fr">
      <onload>{FR onload script}</onload>
      <postload>{FR post load}</postload>
      <ondemand>{FR ondemand}</ondemand>
      <onvaluechanged>{FR onvaluechanged}</onvaluechanged>
      <onvaluerequiered>{FR onvaluerequiered}</onvaluerequiered>
      <ondependencieschanged>{FR ondependencieschanged}</ondependencieschanged>
    </script>
  </Item>

  <Item>
    <name>sampleRadio</name>
    <label>There are the radio buttons</label>
    <type>radio</type>
    <value>
      <uuid id="0">first</uuid>
      <uuid id="1">second</uuid>
      <uuid id="2">third</uuid>
      <possible id="0">The first value</possible>
      <possible id="1">The second value</possible>
      <possible id="2">The third value</possible>
      <script id="0">The first interpreted value</script>
      <script id="1">The second interpreted value</script>
      <script id="2">The third interpreted value</script>
      <numerical id="0">1</numerical>
      <numerical id="1">2</numerical>
      <numerical id="2">4</numerical>
    </value>
  </Item>

  <Item>
    <name>sampleGroup</name>
    <type>group</type>
    <option>compact</option>
    <Item>
      <name>sampleShort</name>
      <label>This is a simple scripted shortText sample</label>
      <type>shorttext</type>
    </Item>
    <Item>
      <name>sampleLong</name>
      <label>This is a simple scripted longText sample</label>
      <type>longtext</type>
    </Item>
  </Item>

   <Item>
     <name>sampleHelp</name>
     <type>helptext</type>
     <label>This a simple HelpText from the BaseWidgetsForm plugins</label>
   </Item>

   <Item>
     <name>sampleGroup</name>
     <type>group</type>
     <option>compact</option>
     <column>1</column>
     <Item>
       <name>listsample</name>
       <type>uniquelist</type>
       <label>Unique selection list</label>
        <value>
          <possible id="0">First Element</possible>
          <possible id="1">Second Element</possible>
          <possible id="2">Third Element</possible>
          <uuid id="0">first</uuid>
          <uuid id="1">second</uuid>
          <uuid id="2">third</uuid>
        </value>
     </Item>

     <Item>
       <name>listsample</name>
       <type>multilist</type>
       <label>Multi selection list</label>
        <value>
          <possible id="0">First Element</possible>
          <possible id="1">Second Element</possible>
          <possible id="2">Third Element</possible>
          <uuid id="0">first</uuid>
          <uuid id="1">second</uuid>
          <uuid id="2">third</uuid>
        </value>
     </Item>
   </Item>

   <Item>
     <name>sampleCombo</name>
     <type>combo</type>
     <label>This a simple combo from the BaseWidgetsForm plugins</label>
     <value>
       <possible id="0">First Combo's Element</possible>
       <possible id="1">Second Combo's Element</possible>
       <possible id="2">Third Combo's Element</possible>
       <uuid id="0">firstcombo</uuid>
       <uuid id="1">secondcombo</uuid>
       <uuid id="2">thirdcombo</uuid>
     </value>
  </Item>

   <Item>
     <name>sampleDate</name>
     <type>date</type>
     <dateformat>dd MM yyyy</dateformat>
     <label>This a simple date from the BaseWidgetsForm plugins</label>
  </Item>
   <Item>
     <name>sampleSpin</name>
     <type>spin</type>
     <label>This a simple spinbox from the BaseWidgetsForm plugins</label>
  </Item>
   <Item>
     <name>sampleButton</name>
     <type>button</type>
     <label>This a simple button from the BaseWidgetsForm plugins</label>
  </Item>

   <Item>
     <name>sampleTextEditor</name>
     <type>texteditor</type>
     <label>This a simple text editor from the BaseWidgetsForm plugins</label>
  </Item>

</MedForm>

  <MedForm>
    <type>form</type>
    <name>episodeTester_1</name>
    <label>Form1</label>
    <options>compact</options>
    <Item>
      <name>s1</name>
      <type>texteditor</type>
      <label>This a simple text editor from the BaseWidgetsForm plugins</label>
    </Item>

    <Item>
      <name>shorttext1</name>
      <type>shorttext</type>
      <label>This a simple shorttext</label>
      <value>
        <default>The default value</default>
      </value>
   </Item>

    <Item>
      <name>longtext1</name>
      <type>longtext</type>
      <label>This a simple longtext</label>
      <value>
        <default>The default longtext value</default>
      </value>
   </Item>

    <Item>
      <name>check1</name>
      <type>check</type>
      <label>sample check box 'check'</label>
      <value>
        <default>checked</default>
      </value>
    </Item>

    <Item>
      <name>radio1</name>
      <label>There are the radio buttons</label>
      <type>radio</type>
      <value>
        <uuid id="0">first</uuid>
        <uuid id="1">second</uuid>
        <uuid id="2">third</uuid>
        <possible id="0">The first value</possible>
        <possible id="1">The second value</possible>
        <possible id="2">The third value</possible>
        <script id="0">The first interpreted value</script>
        <script id="1">The second interpreted value</script>
        <script id="2">The third interpreted value</script>
        <numerical id="0">1</numerical>
        <numerical id="1">2</numerical>
        <numerical id="2">4</numerical>
        <default>third</default>
      </value>
    </Item>

     <Item>
       <name>multilist1</name>
       <type>multilist</type>
       <label>Multi selection list</label>
       <value>
         <uuid id="0">first</uuid>
         <uuid id="1">second</uuid>
         <uuid id="2">third</uuid>
         <possible id="0">First Element</possible>
         <possible id="1">Second Element</possible>
         <possible id="2">Third Element</possible>
       </value>
     </Item>

     <Item>
       <name>combo1</name>
       <type>combo</type>
       <label>Combo test</label>
       <value>
         <uuid id="0">first</uuid>
         <uuid id="1">second</uuid>
         <uuid id="2">third</uuid>
         <possible id="0">First Element</possible>
         <possible id="1">Second Element</possible>
         <possible id="2">Third Element</possible>
       </value>
     </Item>

     <Item>
       <name>date1</name>
       <type>date</type>
       <label>Date test</label>
     </Item>

     <Item>
       <name>spin1</name>
       <type>spin</type>
       <label>Spin</label>
     </Item>

     <Item>
       <name>doublespin1</name>
       <type>doublespin</type>
       <label>Double Spin</label>
       <min>2</min>
       <max>1324</max>
       <step>0.1</step>
     </Item>

  </MedForm>


</FreeMedForms>