← Back to team overview

dhis2-devs team mailing list archive

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

 

------------------------------------------------------------
revno: 1010
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Sat 2014-04-05 00:14:48 +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 21:48:49 +0000
+++ src/docbkx/en/dhis2_user_man_web_api.xml	2014-04-04 22:14:48 +0000
@@ -1008,6 +1008,13 @@
               <entry>Identifier of program stage</entry>
             </row>
               <row>
+                <entry>programStatus</entry>
+                <entry>enum</entry>
+                <entry>false</entry>
+                <entry>Status of event in the given program, ca be ACTIVE | COMPLETED |
+                  CANCELLED</entry>
+              </row>
+              <row>
                 <entry>trackedEntityInstance</entry>
                 <entry>identifier</entry>
                 <entry>false</entry>
@@ -1041,8 +1048,8 @@
                 <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>
+                <entry>Status of event, can be ACTIVE | COMPLETED | VISITED | FUTURE_VISIT |
+                  LATE_VISIT | SKIPPED</entry>
               </row>
           </tbody>
         </tgroup>