This file is indexed.

/usr/share/freemedforms/forms/subforms/generic/soap_with_biomeasurements/central.xml is in freemedforms-emr-resources 0.9.4-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
 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
<?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.4</fmfv>
    <cdate>2012-10-13</cdate>
    <lmdate>2013-04-18</lmdate>
    <icon>__theme__/stethoscope.png</icon>
    <weblink></weblink>
    <bibliography/>

    <!-- Translatable values -->
    <license>GPLv3</license>
    <description lang="xx">SOAP with biometrics</description>
    <description lang="fr">POMR avec biométrie</description>
    <description lang="de">SOAP mit Biometriedaten</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="0.8.2" to="0.8.4">
        <text lang="fr">
        Gestion du poids et de la taille du patient
        Ajout des masques HTML d'exportation et d'impression plus modernes.
        </text>
        <text lang="xx">
        Correctly manages weight and height of the patient
        Adding modern HTML export and print masks.
        </text>
      </updateversion>
      <updateversion from="" to="0.8.2">
        <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::SOAP::WithBio" uifilename="./ui/xx/soapbio.ui">
    <label lang="xx">SOAP with biometrics</label>
    <label lang="fr">POMR avec biométrie</label>
    <label lang="de">SOAP mit Biometriedaten</label>
    <options>UseFormNameAsNameSpace</options>
    <icon>__theme__/stethoscope.png</icon>
    <file type="htmlprintmask">./html/xx/padtools_mask.html</file>
    <file type="htmlexportmask">./html/xx/padtools_mask.html</file>

    <Item type="group" name="SubjectiveGroup">
      <uilink widget="sGroup"/>
      <label lang="xx">Subjective</label>
      <label lang="fr">Subjectif (plainte du patient)</label>
      <label lang="de">Anamnese des Patienten</label>
      <options>DontPrintEmptyValues</options>

        <Item type="texteditor" name="SubjectiveGroup::Subjective">
          <uilink label="" widget="" layout="sLayout"/>
          <tooltip lang="xx">Subjective</tooltip>
          <tooltip lang="fr">Subjectif (plainte du patient)</tooltip>
          <tooltip lang="de">Anamnese des Patienten</tooltip>
          <options>DontPrintEmptyValues</options>
        </Item>

    </Item>

    <Item type="group" name="ObjectiveGroup">
      <uilink widget="oGroup"/>
      <label lang="xx">Objective</label>
      <label lang="fr">Objectif (examen clinique)</label>
      <label lang="de">Klinische Untersuchung</label>
      <options>DontPrintEmptyValues</options>

        <Item type="texteditor" name="ObjectiveGroup::Objective">
          <uilink label="" widget="" layout="oLayout"/>
          <tooltip lang="xx">Objective: your physical examination</tooltip>
          <tooltip lang="fr">Objectif: votre examen clinique</tooltip>
          <tooltip lang="de">Objectiv: Klinische Untersuchung</tooltip>
          <options>DontPrintEmptyValues</options>
        </Item>

        <Item type="helptext" name="ObjectiveGroup::BloodPressure::UiLabel">
          <uilink label="" widget="bpLabel" layout=""/>
          <label lang="xx">BP (mmHg)</label>
          <label lang="fr">TA (mmHg)</label>
          <label lang="de">RR (mmHg)</label>
          <tooltip lang="xx">Blood pressure (mmHg)</tooltip>
          <tooltip lang="fr">Tension artérielle (mmHg)</tooltip>
          <tooltip lang="de">Arterieller Blutdruck (mmHg)</tooltip>
          <options>DontPrintEmptyValues</options>
        </Item>

        <Item type="spin" name="ObjectiveGroup::BloodPressure::Syst">
          <uilink label="" widget="bpSyst" layout=""/>
          <tooltip lang="xx">Systolic</tooltip>
          <tooltip lang="fr">Systolique</tooltip>
          <tooltip lang="de">Systolisch</tooltip>
          <options>DontPrintEmptyValues</options>
          <patientdata>SystolicBloodPressure</patientdata>
        </Item>

        <Item type="spin" name="ObjectiveGroup::BloodPressure::Diast">
          <uilink label="" widget="bpDiast" layout=""/>
          <tooltip lang="xx">Diastolic</tooltip>
          <tooltip lang="fr">Diastolique</tooltip>
          <tooltip lang="de">Diastolisch</tooltip>
          <options>DontPrintEmptyValues</options>
          <patientdata>DiastolicBloodPressure</patientdata>
        </Item>

        <Item type="helptext" name="ObjectiveGroup::BloodPressure::Pulse">
          <uilink label="" widget="bpPulse" layout=""/>
          <tooltip lang="xx">Pulse pressure</tooltip>
          <tooltip lang="fr">Différentielle</tooltip>
          <tooltip lang="de">Differenz</tooltip>
          <options>DontPrintEmptyValues</options>
        </Item>

        <Item type="measurement" name="ObjectiveGroup::Weight::Value">
          <uilink label="wLabel" widget="weight;weightUnit" layout=""/>
          <label lang="xx">Weight</label>
          <label lang="fr">Poids</label>
          <label lang="de">Gewicht</label>
          <tooltip lang="xx">Weight</tooltip>
          <tooltip lang="fr">Poids</tooltip>
          <tooltip lang="de">Gewicht</tooltip>
          <options>DontPrintEmptyValues;Weight</options>
          <default>kilogram</default>
          <patientdata>WeightInGrams</patientdata>
        </Item>

        <Item type="measurement" name="ObjectiveGroup::Height::Value">
          <uilink label="hLabel" widget="height;heightUnit" layout=""/>
          <label lang="xx">Height</label>
          <label lang="fr">Taille</label>
          <tooltip lang="xx">Height</tooltip>
          <tooltip lang="fr">Taille</tooltip>
          <options>DontPrintEmptyValues;Length</options>
          <default>centimeter</default>
          <patientdata>HeightInCentimeters</patientdata>
        </Item>

        <Item type="helptext" name="ObjectiveGroup::BMI::Label">
          <uilink widget="bmiLabel"/>
          <label lang="xx">BMI</label>
          <label lang="fr">IMC</label>
          <tooltip lang="xx">Body Mass Index (kg/m2)&lt;br />BMI=Height (cm) / (Weight (kg) ^2)</tooltip>
          <tooltip lang="fr">Index de masse corporelle (kg/m2)&lt;br />BMI=Taille (cm) / (Poids (kg) ^2)</tooltip>
          <options>DontPrintEmptyValues</options>
        </Item>

        <Item type="helptext" name="ObjectiveGroup::BMI::Value">
          <uilink widget="bmiValue"/>
          <label lang="xx">BMI</label>
          <label lang="fr">IMC</label>
          <label lang="de">BMI</label>
          <tooltip lang="xx">Body Mass Index (kg/m2)&lt;br />BMI=Height (cm) / (Weight (kg) ^2)</tooltip>
          <tooltip lang="fr">Index de masse corporelle (kg/m2)&lt;br />BMI=Taille (cm) / (Poids (kg) ^2)</tooltip>
          <tooltip lang="de">Body-Mass-Index (kg/m2)&lt;br />BMI=Größe (cm) / (Gewicht (kg) ^2)</tooltip>
          <options>DontPrintEmptyValues</options>
        </Item>

    </Item>

    <Item type="group" name="AssessmentPlanGroup">
      <uilink widget="apGroup"/>
      <label lang="xx">Assessment and plan</label>
      <label lang="fr">Analyse et prise en charge</label>
      <label lang="de">Beurteilung / Procedere</label>
      <options>DontPrintEmptyValues</options>

        <Item type="texteditor" name="AssessmentPlanGroup::Assessment">
          <uilink label="" widget="" layout="aLayout"/>
          <options>DontPrintEmptyValues</options>
          <tooltip lang="xx">Assessment</tooltip>
          <tooltip lang="fr">Analyse</tooltip>
          <tooltip lang="de">Beurteilung, Zusammenfassung</tooltip>
        </Item>

        <Item type="texteditor" name="AssessmentPlanGroup::Plan">
          <uilink label="" widget="" layout="pLayout"/>
          <tooltip lang="xx">Plan</tooltip>
          <tooltip lang="fr">Prise en charge</tooltip>
          <tooltip lang="de">Procedere, Therapie, weiteres Vorgehen</tooltip>
          <options>DontPrintEmptyValues</options>
        </Item>

    </Item>

    <tabstops ns="Subs::Tools::SOAP::WithBio">
     <tabstop>SubjectiveGroup::Subjective</tabstop>
     <tabstop>ObjectiveGroup::BloodPressure::Syst</tabstop>
     <tabstop>ObjectiveGroup::BloodPressure::Diast</tabstop>
     <tabstop>ObjectiveGroup::Weight::Value</tabstop>
     <tabstop>ObjectiveGroup::Height::Value</tabstop>
     <tabstop>ObjectiveGroup::Objective</tabstop>
     <tabstop>AssessmentPlanGroup::Assessment</tabstop>
     <tabstop>AssessmentPlanGroup::Plan</tabstop>
    </tabstops>

  </MedForm>

</FreeMedForms>