← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 1042: Adding readme file for Zambia reports

 

------------------------------------------------------------
revno: 1042
committer: Jason Pickering <jason@jason-laptop>
branch nick: dhis2
timestamp: Tue 2009-11-17 10:53:50 +0200
message:
  Adding readme file for Zambia reports
added:
  resources/zm_hmis/readme.txt


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription.
=== added file 'resources/zm_hmis/readme.txt'
--- resources/zm_hmis/readme.txt	1970-01-01 00:00:00 +0000
+++ resources/zm_hmis/readme.txt	2009-11-17 08:53:50 +0000
@@ -0,0 +1,17 @@
+These SQL scripts will create a table, essentially a materialized view, that
+characterizes the total number of data elements submitted by a
+facility, compared to the number expected in each data set. One would not expect that every facility will submit data on
+every single data element, as there are variations from facility to
+facility in terms of what services are available. Additionally, for
+some disease specific data elements, the facility may not report
+anything for a given month, if they had no occurrence of this
+syndrome. The hypothesis is that most facilities should be rather
+constant in terms of the percentage of returned data. Some months it
+may be higher, some lower, but in general, the percentage of submitted
+data elements per facility should remain relatively constant. Of
+course the easier situation is when facilities report nothing, which
+of course will be easier to evaluate.
+
+These SQL scripts take a slightly different view on the "data completeness" functionality of DHIS2 itself, which requires the user to mark the dataset as complete. Several BIRT reports have been included along with the SQL script. They will require modification in each country, specifially on the JDBC connection string and username/authentication. 
+
+For further information on these reports and SQL contact Jason Pickering <jason.p.pickering@xxxxxxxxx>.