~chris-ormaza/+junk/medical

« back to all changes in this revision

Viewing changes to medical/medical_report.xml

  • Committer: Christopher Ormaza
  • Date: 2011-04-29 02:58:11 UTC
  • Revision ID: chris.ormaza@gmail.com-20110429025811-po7h8pog9pcy3bxc
Inicial Import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<openerp>
 
3
    <data>
 
4
  
 
5
         <report id="report_patient_label" model="medical.patient" name="medical.patient.label" string="Patient Card" xml="medical/report/patient_label.xml" xsl="medical/report/patient_label.xsl"/>
 
6
 
 
7
         <report id="report_patient_medications" auto="False" model="medical.patient" name="patient.medications" string="Medication History" rml="medical/report/patient_medications.rml"/> 
 
8
 
 
9
         <report id="report_patient_vaccinations" auto="False" model="medical.patient" name="patient.vaccinations" string="Vaccination History" rml="medical/report/patient_vaccinations.rml"/> 
 
10
 
 
11
         <report id="report_patient_diseases"   auto="False" model="medical.patient" name="patient.diseases" string="Diseases Report" rml="medical/report/patient_diseases.rml"/> 
 
12
 
 
13
         <report id="report_prescription_order" auto="False" model="medical.prescription.order" name="prescription.order" string="Prescription" rml="medical/report/prescription_order.rml"/> 
 
14
    </data>
 
15
</openerp>