This file is indexed.

/usr/share/freemedforms/forms/subforms/generic/patientfilesynthesis/central.xml is in freemedforms-emr-resources 0.9.0-2.

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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE FreeMedForms>

<FreeMedForms>

  <formdescription>
    <!-- Non translatable values -->
    <authors>Eric Maeker, MD</authors>
    <version>0.9.0</version>
    <fmfv>0.8.2</fmfv>
    <cdate>2013-05-13</cdate>
    <lmdate>2013-05-13</lmdate>
    <icon>__theme__/patient.png</icon>
    <weblink></weblink>
    <bibliography/>

    <!-- Translatable values -->
    <license>GPLv3</license>
    <description lang="xx">Patient file synthesis</description>
    <description lang="fr">Synthèse du dossier patient</description>
    <category lang="xx">Generic tools</category>
    <category lang="fr">Outils généraux</category>
    <category lang="de">Allgemeine Tools</category>
    <specialties lang="xx">Tools</specialties>
    <specialties lang="fr">Outils</specialties>
    <specialties lang="de">Tools</specialties>

    <updateinfo>
      <updateversion from="" to="0.8.4">
        <text lang="fr">Première version</text>
        <text lang="xx">First version</text>
      </updateversion>
    </updateinfo>

  </formdescription>

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

  <MedForm name="Subs::Tools::SynthesisHelper::PatientFile">
    <label lang="xx">Patient file synthesis</label>
    <label lang="fr">Synthèse dossier patient</label>
    <options>UseFormNameAsNameSpace</options>
    <icon>__theme__/patient.png</icon>

    <MedForm name="Textual">
      <label lang="xx">Textual synthesis</label>
      <label lang="fr">Synthèse textuelle</label>
      <icon>__theme__/patient.png</icon>
      <file type="htmlprintmask">./html/xx/padtools_textualsynthesis_mask.html</file>
      <file type="htmlexportmask">./html/xx/padtools_textualsynthesis_mask.html</file>

      <Item name="Textual::FileNavigationButton" type="buttonmenupath">
        <label lang="xx">Select a file (replacement with confirmation)</label>
        <label lang="fr">Sélectionnez un fichier (replacement avec confirmation)</label>
        <tooltip lang="xx">Select a file and the its content will be included in the text editor</tooltip>
        <tooltip lang="fr">Sélectionnez un fichier et son contenu sera insérer dans l'éditeur de texte</tooltip>
        <icon>__theme__/fileopen.png</icon>
        <path>__userDocuments__</path>
        <filter>*.htm;*.html;*.txt;*.rtf</filter>
        <populate>Subs::Tools::SynthesisHelper::PatientFile::Textual::Content</populate>
      </Item>

      <Item type="texteditor" name="Textual::Content">
          <label lang="xx">Patient file synthesis textual content</label>
          <label lang="fr">Contenu textuel de la synthèse du dossier patient</label>
          <options>expanded</options>
      </Item>

    </MedForm>
  </MedForm>

</FreeMedForms>