Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register

root/openmrs-modules/chwdashboard/build/sqldiff.xml

Revision 1933, 0.7 kB (checked in by callen, 2 years ago)

Initial import.

Description of module:

CommunityHealthWorkerDashboard Module – a module that generates a dashboard for your community health workers (not just patients anymore). For each CHW, it shows the patients they are in charge of, and you can add or subtract from the list. It also has a tab for when community health workers interact with the system (read: come to a clinic to pickup meds and/or report on patients). There, you can fill out patient-level data and/or make observations about the CHW. NOTE: this interface could also work for any kind of provider, not just a CHW.

Line 
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE sqldiff PUBLIC "-//OpenMRS//DTD OpenMRS SQL Diff Config 1.0//EN" "http://resources.openmrs.org/doctype/sqldiff-1.0.dtd">
3
4 <sqldiff version="1.0">
5         <help>
6                 USE:
7                         The diffs are ordered by datamodel version number.
8                         The script can be run in a top down fashion and is
9                         expected to not failor overwrite old data
10                
11                 EXPECT:
12                         - "use business-database-name;" was called prior to
13                            calling this script
14         </help>
15        
16         <diff>
17                 <version>1.0.0</version>
18                 <author>Christian Allen</author>
19                 <date>Nov 8th 2006</date>
20                 <description>
21                        
22                 </description>
23                 <sql>
24                 </sql>
25         </diff>
26        
27 </sqldiff>
Note: See TracBrowser for help on using the browser.