This file is indexed.

/usr/share/freemedforms/forms/subforms/french/protocole_ald/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
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
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
<?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>2013-01-01</cdate>
    <lmdate>2013-05-23</lmdate>
    <icon>__theme__/carte_vitale.png</icon>
    <weblink></weblink>
    <bibliography/>

    <!-- Translatable values -->
    <license>GPLv3</license>
    <description lang="xx">Protocole d'ALD</description>
    <category lang="xx">Generic tools</category>
    <category lang="fr">Outils généraux</category>
    <specialties lang="fr">Outils</specialties>
    <specialties lang="xx">Tools</specialties>

    <updateinfo>
      <updateversion from="" to="0.8.4">
        <text lang="fr">
        Première mise à disposition
        </text>
        <text lang="xx">
        First release
        </text>
      </updateversion>
    </updateinfo>
  </formdescription>

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

  <MedForm name="Subs::Tools::FrenchSpecific::ALD" uifilename="./ui/xx/ald.ui">
    <label lang="xx">Protocole d'ALD</label>
    <options>UseFormNameAsNameSpace</options>
    <icon>__theme__/carte_vitale.png</icon>

    <Item type="detailswidget" name="InfoMaladiesDetails" uifilename="./ui/xx/info_maladies.ui">
        <uilink label="" widget="" layout="aldLayout"/>
        <label lang="xx">Information(s) concernant la maladie</label>
        <options>SummaryFontBold;expanded</options>

        <Item type="shorttext" name="Diagnostic1::Label">
          <uilink label="" widget="diag1" layout=""/>
          <options>DontPrintEmptyValues</options>
        </Item>

        <Item type="moderndate" name="Diagnostic1::Date">
          <uilink label="" widget="" layout="dateDiag1Layout"/>
          <options>DontPrintEmptyValues</options>
          <dateformat>dd MM yyyy</dateformat>
        </Item>

        <Item type="shorttext" name="Diagnostic2::Label">
          <uilink label="" widget="diag2" layout=""/>
          <options>DontPrintEmptyValues</options>
        </Item>

        <Item type="moderndate" name="Diagnostic2::Date">
          <uilink label="" widget="" layout="dateDiag2Layout"/>
          <options>DontPrintEmptyValues</options>
          <dateformat>dd MM yyyy</dateformat>
        </Item>

        <Item type="shorttext" name="Diagnostic3::Label">
          <uilink label="" widget="diag3" layout=""/>
          <options>DontPrintEmptyValues</options>
        </Item>

        <Item type="moderndate" name="Diagnostic3::Date">
          <uilink label="" widget="" layout="dateDiag3Layout"/>
          <options>DontPrintEmptyValues</options>
          <dateformat>dd MM yyyy</dateformat>
        </Item>

        <Item type="longtext" name="Arguments">
          <uilink label="" widget="arguments" layout=""/>
          <options>DontPrintEmptyValues</options>
        </Item>

    </Item>

    <Item type="detailswidget" name="PropositionDetails" uifilename="./ui/xx/propositions.ui">
      <uilink label="" widget="" layout="aldLayout"/>
      <country>FR</country>
      <label lang="xx">Proposition du médecin traitant</label>
      <column>1</column>
      <options>DontPrintEmptyValues;SummaryFontBold;expanded</options>

        <Item type="combo" name="Proposition">
          <uilink label="" widget="propositionCombo" layout=""/>
          <tooltip lang="xx">Sélectionnez l'ALD que vous proposez</tooltip>
          <options>DontPrintEmptyValues</options>
          <value>
            <uuid id="0">nonExo</uuid>
            <uuid id="1">ald30</uuid>
            <uuid id="2">horsListe</uuid>
            <uuid id="3">polyPatho</uuid>
            <uuid id="4">autres</uuid>
            <possible id="0" lang="xx">ALD non exonérante</possible>
            <possible id="1" lang="xx">ALD 30 (voir liste)</possible>
            <possible id="2" lang="xx">ALD hors-liste</possible>
            <possible id="3" lang="xx">Poly-pathologie invalidante</possible>
            <possible id="4" lang="xx">ALD autres</possible>
            <default>ald30</default>
          </value>
        </Item>

    </Item>

    <Item type="detailswidget" name="ActesPrestationsDetails" uifilename="./ui/xx/actes_prestations.ui">
      <uilink label="" widget="" layout="aldLayout"/>
      <label lang="xx">Actes et prestations concernant la maladie</label>
      <column>1</column>
      <options>DontPrintEmptyValues;SummaryFontBold;expanded</options>

      <Item type="editablelist" name="Pharma">
        <uilink label="" widget="" layout="pharmaLayout"/>
        <maxrow>12</maxrow>
        <options>DontPrintEmptyValues</options>
      </Item>

      <Item type="editablelist" name="SuiviBio">
        <uilink label="" widget="" layout="bioLayout"/>
        <maxrow>3</maxrow>
        <options>DontPrintEmptyValues</options>
      </Item>

      <Item type="editablelist" name="RecoursSpe">
        <uilink label="" widget="" layout="recSpeLayout"/>
        <maxrow>3</maxrow>
        <options>DontPrintEmptyValues</options>
      </Item>

      <Item type="editablelist" name="RecoursPro">
        <uilink label="" widget="" layout="recProLayout"/>
        <maxrow>3</maxrow>
        <options>DontPrintEmptyValues</options>
      </Item>

      <Item type="spin" name="DureeSoins::Value">
        <uilink label="" widget="dureeSoinsValue" layout=""/>
        <min>1</min>
        <max>99</max>
        <options>DontPrintEmptyValues</options>
      </Item>

      <Item type="combo" name="DureeSoins::Period">
        <uilink label="" widget="dureeSoinsScheme" layout=""/>
        <options>PopulateWithPeriods;DontPrintEmptyValues</options>
        <default>year</default>
      </Item>

      <Item type="spin" name="DureeAT::Value">
        <uilink label="" widget="dureeATValue" layout=""/>
        <min>1</min>
        <max>99</max>
        <options>DontPrintEmptyValues</options>
      </Item>

      <Item type="combo" name="DureeAT::Period">
        <uilink label="" widget="dureeATVScheme" layout=""/>
        <options>PopulateWithPeriods;DontPrintEmptyValues</options>
        <default>year</default>
      </Item>

      <Item type="combo" name="Reclassement">
        <uilink label="" widget="reclassement" layout=""/>
        <options>DontPrintEmptyValues</options>
        <value>
          <uuid id="0">non</uuid>
          <uuid id="1">oui</uuid>
          <possible id="0" lang="xx">Non</possible>
          <possible id="1" lang="xx">Oui</possible>
          <default>non</default>
        </value>
        <default></default>
      </Item>

    </Item>

    <Item type="detailswidget" name="InfoPatientDetails" uifilename="./ui/xx/info_patient.ui">
        <uilink label="" widget="" layout="aldLayout"/>
        <label lang="xx">Informations pour le patient</label>
        <column>1</column>
        <options>DontPrintEmptyValues;SummaryFontBold;expanded</options>

        <Item type="longtext" name="InfoPatients">
          <uilink label="" widget="infoPatient" layout=""/>
          <options>DontPrintEmptyValues</options>
        </Item>

    </Item>

    <Item type="detailswidget" name="RemunerationDetails" uifilename="./ui/xx/remuneration.ui">
        <uilink label="" widget="" layout="aldLayout"/>
        <label lang="xx">Demande de rémunération</label>
        <column>1</column>
        <options>DontPrintEmptyValues;SummaryFontBold;expanded</options>
    </Item>

    <Item type="button" name="CreatePDF">
        <uilink label="" widget="createPDF" layout=""/>
        <label lang="xx">Formulaire PDF</label>
        <icon>__theme__/carte_vitale.png</icon>
        <script>
          <onload>
            // Enabled this button only is the FreeMedForms PDF object is available
            freemedforms.forms.namespaceInUse = "Subs::Tools::FrenchSpecific::ALD";
            var item = freemedforms.forms.item("CreatePDF");
            if (!item.isValid) {
                freemedforms.log("ALD form", "Error in french specific ALD form");
                return;
            }
            item.enabled = freemedforms.pdf.isAvailable;
          </onload>
          <onclicked>
            namespace.com.freemedforms.subs.french.protocole.ald.generatePdf();
          </onclicked>
        </script>
    </Item>

  </MedForm>

</FreeMedForms>