This file is indexed.

/usr/share/freemedforms/forms/subforms/fortestonly/measurements/central.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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE FreeMedForms>
<FreeMedForms>

  <formdescription>
  <!-- Non translatable values -->
  <authors>Eric Maeker, MD</authors>
  <version>0.9.4</version>
  <fmfv>0.8.1</fmfv>
  <cdate>2013-02-10</cdate>
  <lmdate>2013-02-10</lmdate>
  <icon></icon>
  <weblink></weblink>
  <bibliography pmid=""></bibliography>

  <!-- Translatable values -->
  <license>GPLv3</license>
  <description lang="fr">Test des widgets pour les mesures</description>
  <description lang="xx">Testing measurement widgets</description>
  <category lang="xx">Test</category>
  <category lang="fr">Test</category>
  <specialties lang="fr">Test</specialties>
  <specialties lang="xx">Test</specialties>

  </formdescription>

  <MedForm name="Test::Widgets::Measurements::QtUi" uifilename="./measurements.ui">
    <label>Measurements test with QtUi</label>
    <icon>__theme__/edit.png</icon>
    <options>UseFormNameAsNameSpace</options>

    <Item type="measurement" name="Weight">
      <uilink label="weightLabel" layout="weightLayout" widget=""/>
      <label lang="xx">Weight (layout)</label>
      <label lang="fr">Poids (layout)</label>
      <options>DontPrintEmptyValues;Weight</options>
      <default>kilogram</default>
    </Item>

    <Item type="measurement" name="Height">
      <uilink label="heightLabel" layout="" widget="heightValue;heightUnits"/>
      <label lang="xx">Height (widgets)</label>
      <label lang="fr">Taille (widgets)</label>
      <options>DontPrintEmptyValues;Length</options>
      <default>meter</default>
    </Item>

  </MedForm>

  <MedForm name="Test::Widgets::Measurements::NonQtUi">
    <label>Measurements test without QtUi</label>
    <icon>__theme__/edit.png</icon>
    <options>UseFormNameAsNameSpace</options>

    <Item type="measurement" name="Height">
      <label lang="xx">Height (widgets)</label>
      <label lang="fr">Taille (widgets)</label>
      <options>DontPrintEmptyValues;Length</options>
      <default>meter</default>
    </Item>

  </MedForm>

</FreeMedForms>