Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register

root/openmrs-modules/chwdashboard/lib-common/config-1.0.dtd

Revision 1933, 1.0 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
3 <!--
4 Top level configuration element.
5 -->
6 <!ELEMENT module (
7     (id),
8     (name),
9     (version),
10     (package),
11     (author),
12     (description),
13     (activator),
14     (updateURL?),
15     (require_version?),
16     (require_database_version?),
17     (require_modules?),
18     (library*),
19     (extension*),
20     (advice*),
21     (privilege*),
22     (globalProperty*),
23     (dwr?),
24     (servlet*),
25     (messages*),
26     (mappingFiles*)
27 )>
28 <!ATTLIST module configVersion CDATA #FIXED "1.0">
29
30 <!ELEMENT library EMPTY>
31 <!ATTLIST library
32         id CDATA #REQUIRED
33         path CDATA #REQUIRED
34         type (resources|library) #REQUIRED
35 >
36
37 <!ELEMENT extension (point, class)>
38
39 <!ELEMENT advice (point, class)>
40
41 <!ELEMENT privilege (name, description)>
42
43 <!ELEMENT globalProperty (property, defaultValue?, description)>
44
45 <!ELEMENT dwr (allow, signatures?)>
46
47 <!ELEMENT servlet (servlet-name, servlet-class)>
48
49 <!ELEMENT messages (lang, file)>
50
51 <!ELEMENT require_modules (require_module*)>
Note: See TracBrowser for help on using the browser.