This file is indexed.

/usr/share/freemedforms/forms/subforms/fortestonly/Double Drugs Widget Plugin Sample.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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE FreeMedForms>
<MedForm>
  <name>formSample</name>
  <label>Double Drugs plugin sample</label>
  <type>form</type>
  <version>0.3</version>
  <creationdate>09-09-2009</creationdate>
  <categorie>samples</categorie>
  <authors>Eric Maeker, MD</authors>
  <description>Small description here</description>
  <bibliography>Small bibliography</bibliography>
  <license>License terms here</license>
  <column>1</column>
  <option>compact</option>

  <Item>
    <name>drugsSampleOne</name>
    <label>Make your choice</label>
    <type>drugs</type>
  </Item>

  <Item>
    <name>drugsSampleTwo</name>
    <label>Make your choice</label>
    <type>drugs</type>
  </Item>

</MedForm>