dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #31297
[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 1126: Minor
------------------------------------------------------------
revno: 1126
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Wed 2014-07-02 10:44:16 +0200
message:
Minor
modified:
src/docbkx/en/dhis2_user_man_web_api.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_web_api.xml'
--- src/docbkx/en/dhis2_user_man_web_api.xml 2014-06-30 18:29:14 +0000
+++ src/docbkx/en/dhis2_user_man_web_api.xml 2014-07-02 08:44:16 +0000
@@ -3095,70 +3095,64 @@
organisation unit group sets. The table below displays the available data dimensions in DHIS
2. Each data dimension has a corresponding <emphasis role="italic">dimension
identifier</emphasis>, and each dimension can have a set of <emphasis role="italic">dimension items</emphasis>:</para>
- <itemizedlist>
- <listitem>
- <table frame="all">
- <title>Dimensions and dimension items</title>
- <tgroup cols="3">
- <colspec colname="c1" colnum="1" colwidth="3.17*"/>
- <colspec colname="c2" colnum="2" colwidth="1*"/>
- <colspec colname="newCol3" colnum="3" colwidth="4.03*"/>
- <thead>
- <row>
- <entry>Dimension</entry>
- <entry>Dimension id</entry>
- <entry>Dimension items</entry>
- </row>
- </thead>
- <tbody>
- <row>
- <entry>Data elements, indicators and data set reporting rates</entry>
- <entry>dx</entry>
- <entry>Data elements, indicators and data set identifiers</entry>
- </row>
- <row>
- <entry>Periods (time)</entry>
- <entry>pe</entry>
- <entry>ISO periods and relative periods, see "date and period format"</entry>
- </row>
- <row>
- <entry>Organisation unit hierarchy</entry>
- <entry>ou</entry>
- <entry>Organisation unit identifiers, and keywords USER_ORGUNIT,
- USER_ORGUNIT_CHILDREN, USER_ORGUNIT_GRANDCHILDREN, LEVEL-<level> and
- OU_GROUP-<group-id></entry>
- </row>
- <row>
- <entry>Category option combinations</entry>
- <entry>co</entry>
- <entry>Not possible to define dimension items - all relevant items are
- returned</entry>
- </row>
- <row>
- <entry>Categories</entry>
- <entry><category id></entry>
- <entry>Category option identifiers (omit to get all items)</entry>
- </row>
- <row>
- <entry>Data element group sets</entry>
- <entry><group set id></entry>
- <entry>Data element group identifiers (omit to get all items)</entry>
- </row>
- <row>
- <entry>Organisation unit group sets</entry>
- <entry><group set id></entry>
- <entry>Organisation unit group identifiers (omit to get all items)</entry>
- </row>
- <row>
- <entry>Category option group sets</entry>
- <entry><group set id></entry>
- <entry>Category option group identifiers (omit to get all items)</entry>
- </row>
- </tbody>
- </tgroup>
- </table>
- </listitem>
- </itemizedlist>
+ <table frame="all">
+ <title>Dimensions and dimension items</title>
+ <tgroup cols="3">
+ <colspec colname="c1" colnum="1" colwidth="3.17*"/>
+ <colspec colname="c2" colnum="2" colwidth="1*"/>
+ <colspec colname="newCol3" colnum="3" colwidth="4.03*"/>
+ <thead>
+ <row>
+ <entry>Dimension</entry>
+ <entry>Dimension id</entry>
+ <entry>Dimension items</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>Data elements, indicators and data set reporting rates</entry>
+ <entry>dx</entry>
+ <entry>Data elements, indicators and data set identifiers</entry>
+ </row>
+ <row>
+ <entry>Periods (time)</entry>
+ <entry>pe</entry>
+ <entry>ISO periods and relative periods, see "date and period format"</entry>
+ </row>
+ <row>
+ <entry>Organisation unit hierarchy</entry>
+ <entry>ou</entry>
+ <entry>Organisation unit identifiers, and keywords USER_ORGUNIT, USER_ORGUNIT_CHILDREN,
+ USER_ORGUNIT_GRANDCHILDREN, LEVEL-<level> and OU_GROUP-<group-id></entry>
+ </row>
+ <row>
+ <entry>Category option combinations</entry>
+ <entry>co</entry>
+ <entry>Not possible to define dimension items - all relevant items are returned</entry>
+ </row>
+ <row>
+ <entry>Categories</entry>
+ <entry><category id></entry>
+ <entry>Category option identifiers (omit to get all items)</entry>
+ </row>
+ <row>
+ <entry>Data element group sets</entry>
+ <entry><group set id></entry>
+ <entry>Data element group identifiers (omit to get all items)</entry>
+ </row>
+ <row>
+ <entry>Organisation unit group sets</entry>
+ <entry><group set id></entry>
+ <entry>Organisation unit group identifiers (omit to get all items)</entry>
+ </row>
+ <row>
+ <entry>Category option group sets</entry>
+ <entry><group set id></entry>
+ <entry>Category option group identifiers (omit to get all items)</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
<para>It is not necessary to be aware of which objects are used for the various dynamic
dimensions when designing analytics queries. You can get a complete list of dynamic dimensions
by visiting this URL in the Web API:</para>