dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #21211
[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 658: Fixed typos
------------------------------------------------------------
revno: 658
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Mon 2013-03-04 19:21:35 +0100
message:
Fixed typos
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 2013-03-04 10:14:16 +0000
+++ src/docbkx/en/dhis2_user_man_web_api.xml 2013-03-04 18:21:35 +0000
@@ -1170,15 +1170,15 @@
<screen>api/analytics?dimension=dx:fbfJHSPpUQD;cYeuwXTCPkU&dimension=pe:2012Q1;2012Q2&dimension=ou:O6uvpzGd5pu;lc3eMKXaEfw</screen>
<para>To query for data broken down by categories instead of data element totals you can include
the category dimension in the query string, for instance like this:</para>
- <screen>api/analytics?dimension=dx:fbfJHSPpUQD;cYeuwXTCPkU&dimension=coc&dimension=pe:201201&dimension=ou:O6uvpzGd5pu;lc3eMKXaEfw</screen>
+ <screen>api/analytics?dimension=dx:fbfJHSPpUQD;cYeuwXTCPkU&dimension=co&dimension=pe:201201&dimension=ou:O6uvpzGd5pu;lc3eMKXaEfw</screen>
<para>To query for organisation unit group sets and data elements you can use the following URL
- notice how the group set identifier is used as dimension identifier and the groups as
dimension items:</para>
- <screen>api/analytics?Bpx0589u8y0:oRVt7g429ZO;MAs88nJc9nL&dimension=pe:2012&dimension=ou:ImspTQPwCqd</screen>
+ <screen>api/analytics?dimension=Bpx0589u8y0:oRVt7g429ZO;MAs88nJc9nL&dimension=pe:2012&dimension=ou:ImspTQPwCqd</screen>
<para>A few things to be aware of when using the analytics resource are listed below.</para>
<itemizedlist>
<listitem>
- <para>Data elements, indicator and data sets are part of a common data dimension, identifier
+ <para>Data elements, indicator and data sets are part of a common data dimension, identified
as "dx". This means that you can use any of data elements, indicators and data set
identifiers together with the "dx" dimension identifier in a query.</para>
</listitem>