This file is indexed.

/usr/share/freemedforms/forms/subforms/cardiology/riskfactors/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
 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
<?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.7.0</fmfv>
    <cdate>2011-09-15</cdate>
    <lmdate>2013-04-22</lmdate>
    <icon>cardiology.png</icon>
    <weblink></weblink>
    <bibliography/>

    <!-- Translatable values -->
    <license>GPLv3</license>
    <description lang="xx">Cardiovascular risk factors</description>
    <description lang="fr">Facteurs de risque cardio-vasculaires</description>
    <category lang="xx">Cardiology</category>
    <category lang="fr">Cardiologie</category>
    <tooltip lang="xx"></tooltip>
    <tooltip lang="fr"></tooltip>
    <htmldescription lang="fr"></htmldescription>
    <htmldescription lang="xx"></htmldescription>
    <specialties lang="xx">Cardiology</specialties>
    <specialties lang="fr">Cardiologie</specialties>

  </formdescription>

  <MedForm name="Subs::Cardiology::RiskFactors">
    <label lang="xx">Cardiovascular risk factors</label>
    <label lang="fr">Facteurs de risque cardio-vasculaire</label>
    <options>compact;UseFormNameAsNameSpace</options>
    <file type="htmlprintmask">./html/xx/padtools_print_export_mask.html</file>
    <file type="htmlexportmask">./html/xx/padtools_print_export_mask.html</file>

<!--
    <Item name="NonModifiable" type="group">
      <label lang="fr">Non-modifiables</label>
      <label lang="xx">Non modifiable</label>
    </Item>

    <Item name="Modifiable" type="group">
      <label lang="fr">Modifiables</label>
      <label lang="xx">Modifiable</label>
      <column>1</column>
-->

      <Item name="Modifiable::PhysicalInactivity" type="check">
        <label lang="fr">Sédentarité</label>
        <label lang="xx">Physical inactivity</label>
        <options>PrintOnlyChecked</options>
      </Item>

      <Item name="Modifiable::FamilyHistory" type="check">
        <label lang="fr">Antécédents familiaux d'accident cardio-vasculaires précoces</label>
        <label lang="xx">Family history</label>
        <options>PrintOnlyChecked</options>
      </Item>

      <Item name="Modifiable::Stress" type="check">
        <label lang="fr">Vie stressante, dépression et/ou anxiété</label>
        <label lang="xx">Chronically stressful life, social isolation, anxiety and/or depression</label>
        <options>PrintOnlyChecked</options>
      </Item>

      <Item name="Modifiable::Obesity" type="check">
        <label lang="fr">Obésité</label>
        <label lang="xx">Obesity</label>
        <options>PrintOnlyChecked</options>
      </Item>

      <Item name="Modifiable::Smoking" type="check">
        <label lang="fr">Tabac</label>
        <label lang="xx">Tabacco use</label>
        <options>PrintOnlyChecked</options>
      </Item>

      <Item name="Modifiable::Diet" type="check">
        <label lang="fr">Régime riche en graisses saturées</label>
        <label lang="xx">Diet high in saturated fat</label>
        <options>PrintOnlyChecked</options>
      </Item>

      <Item name="Modifiable::Cholesterol" type="check">
        <label lang="fr">Cholestérol total élevé, triglycérides élevés, LDL élevé ou faible niveau d'HDL</label>
        <label lang="xx">High total cholesterol, high levels of triglycerides, high levels of low-density lipoprotein or low levels of high-density lipoprotein (HDL) cholesterol</label>
        <options>PrintOnlyChecked</options>
      </Item>

      <Item name="Modifiable::Hypertension" type="check">
        <label lang="fr">Hypertension</label>
        <label lang="xx">Hypertension</label>
        <options>PrintOnlyChecked</options>
      </Item>

      <Item name="Modifiable::Diabetes" type="check">
        <label lang="fr">Diabète de type 2</label>
        <label lang="xx">Type 2 diabetes</label>
        <options>PrintOnlyChecked</options>
      </Item>

<!--
    </Item>
-->

  </MedForm>

</FreeMedForms>