This file is indexed.

/usr/share/freemedforms/forms/subforms/prescriptions/radiology_assistant/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.8.0</version>
    <fmfv>0.7.0</fmfv>
    <cdate>2011-12-19</cdate>
    <lmdate>2012-01-01</lmdate>
    <icon>xray.png</icon>
    <weblink>http://www.freemedforms.com</weblink>
    <!-- Translatable values -->
    <license>GPLv3</license>
    <description lang="xx">Radiographs prescription assistant</description>
    <description lang="fr">Assistant à la prescription d'examens de radiologie</description>
    <category lang="xx">Radiology</category>
    <category lang="fr">Radiologie</category>

    <updateinfo>
      <updateversion from="0.7.0" to="0.8.0">
        <text lang="fr">
        Amélioration de l'impression des épisodes
        </text>
        <text lang="xx">
        Improving episode printing
        </text>
      </updateversion>
    </updateinfo>

  </formdescription>

  <file type="script" name="onload">./scripts/xx/onload.js</file>

  <MedForm type="form" name="Subs::Radiology::PrescrHelper::XRays" uifilename="./ui/xx/xray.ui">
    <label lang="xx">Radiology exams</label>
    <label lang="fr">Examens de radiologie</label>
    <icon>__theme__/xray.png</icon>
    <options>DontPrintEmptyValues;UseFormNameAsNameSpace</options>

      <Item type="group" name="SelectionGroup">
        <uilink label="" widget="selectGroupBox" layout=""/>
        <label lang="xx">Create your prescription</label>
        <label lang="fr">Créer votre prescription</label>
        <options>DontPrintEmptyValues</options>
      </Item>

      <Item type="button" name="AddToEditor">
        <uilink label="" widget="addButton" layout=""/>
        <label lang="xx">Add to prescription</label>
        <label lang="fr">Ajouter à la prescription</label>
        <icon>__theme__/pixmap/16x16/add.png</icon>
        <options>DontPrintEmptyValues;fulleditor</options>
      </Item>

      <Item type="texteditor" name="Prescription">
        <uilink label="" widget="" layout="prescrLayout"/>
        <options>DontPrintEmptyValues;fulleditor</options>
      </Item>

  </MedForm>
</FreeMedForms>