dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #29545
[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 1044: Aggregation operator docs
------------------------------------------------------------
revno: 1044
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Tue 2014-04-22 22:16:24 +0200
message:
Aggregation operator docs
modified:
src/docbkx/en/dhis2_user_man_data_elements.xml
--
lp:~dhis2-documenters/dhis2/dhis2-docbook-docs
https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs
Your team DHIS 2 developers is subscribed to branch lp:~dhis2-documenters/dhis2/dhis2-docbook-docs.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs/+edit-subscription
=== modified file 'src/docbkx/en/dhis2_user_man_data_elements.xml'
--- src/docbkx/en/dhis2_user_man_data_elements.xml 2014-04-22 19:57:11 +0000
+++ src/docbkx/en/dhis2_user_man_data_elements.xml 2014-04-22 20:16:24 +0000
@@ -1,5 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
-<!-- This document was created with Syntext Serna Free. --><!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "docbookV4.4/docbookx.dtd" []>
+<!--reat
+ This document was created with Syntext Serna Free. --><!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "docbookV4.4/docbookx.dtd" []>
<chapter>
<title>Data elements</title>
<para>When the ‘Data Elements and Indicators’ options is chosen from the main Maintenance menu, the following screen appears:</para>
@@ -86,7 +87,7 @@
</listitem>
<listitem>
<para><emphasis role="bold">Number type:</emphasis> In order to increase the robustness of data entry, DHIS2 supports several different number types. During data entry, users will be restricted to enter the defined number types only. Each of the available options are described below. </para>
- <orderedlist>
+ <itemizedlist>
<listitem>
<para>Number: This number type supports any real value with a single decimal point, an optional negative sign, and no thousands separators. </para>
</listitem>
@@ -99,10 +100,34 @@
<listitem>
<para>Negative integer: Any whole number less than (but not including) zero.</para>
</listitem>
- </orderedlist>
+ </itemizedlist>
</listitem>
<listitem>
- <para><emphasis role="bold">Aggregation operator: </emphasis>Defines the default aggregation operation that will be used on this data element. Most data elements should have the "SUM" option set. This includes all data elements which should be added together. Other data elements, such as staffing levels, should be set to use the "AVERAGE" operator, when values along the time dimension should not be added together, but rather averaged.</para>
+ <para><emphasis role="bold">Aggregation operator: </emphasis>Defines the default
+ aggregation operation that will be used on this data element. Most data elements
+ should have the "SUM" option set. This includes all data elements which
+ should be added together. Other data elements, such as staffing levels, should be set
+ to use the "AVERAGE" operator, when values along the time dimension should
+ not be added together, but rather averaged. The complete list of aggregation
+ operators:</para>
+ <itemizedlist>
+ <listitem>
+ <para>Sum: Sum of data values in the period and organisation unit dimension</para>
+ </listitem>
+ <listitem>
+ <para>Average: Average of data values in the period dimension, sum in the
+ organisation unit dimensions.</para>
+ </listitem>
+ <listitem>
+ <para>Count: Count of data values.</para>
+ </listitem>
+ <listitem>
+ <para>Std dev: Standard deviation (population-based) of data values.</para>
+ </listitem>
+ <listitem>
+ <para>Variance: Variance (population-based) of data values.</para>
+ </listitem>
+ </itemizedlist>
</listitem>
<listitem>
<para><emphasis role="bold">Store Zero Data Value</emphasis>: By default, DHIS2 will not store zeros which are entered in the data entry module. If zeros need to be saved for a particular reason, this option can be set to "Yes". </para>