← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 1009: Event query

 

------------------------------------------------------------
revno: 1009
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Fri 2014-04-04 23:48:49 +0200
message:
  Event query
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-04-04 17:34:55 +0000
+++ src/docbkx/en/dhis2_user_man_web_api.xml	2014-04-04 21:48:49 +0000
@@ -998,7 +998,7 @@
             <row>
               <entry>program</entry>
               <entry>identifier</entry>
-              <entry>true (unless programStage is provided)</entry>
+              <entry>true (if not programStage is provided)</entry>
               <entry>Identifier of program.</entry>
             </row>
             <row>
@@ -1023,7 +1023,7 @@
                 <entry>ouMode</entry>
                 <entry>enum</entry>
                 <entry>false</entry>
-                <entry>Can be SELECTED | CHILDREN | DESCENDANTS </entry>
+                <entry>Org unit selection mode, can be SELECTED | CHILDREN | DESCENDANTS </entry>
               </row>
             <row>
               <entry>startDate</entry>
@@ -1037,6 +1037,13 @@
               <entry>false</entry>
               <entry>Only events older than this date</entry>
             </row>
+              <row>
+                <entry>status</entry>
+                <entry>enum</entry>
+                <entry>false</entry>
+                <entry>Status of event in program, can be ACTIVE | COMPLETED | VISITED |
+                  FUTURE_VISIT | LATE_VISIT | SKIPPED</entry>
+              </row>
           </tbody>
         </tgroup>
       </table>