=== added file 'dhis-2/dhis-web/dhis-web-api/src/main/resources/templates/html/dataValueSet.vm' --- dhis-2/dhis-web/dhis-web-api/src/main/resources/templates/html/dataValueSet.vm 1970-01-01 00:00:00 +0000 +++ dhis-2/dhis-web/dhis-web-api/src/main/resources/templates/html/dataValueSet.vm 2012-01-06 09:46:10 +0000 @@ -0,0 +1,33 @@ + +The DataValueSet resource gives you a mean to POST dataValues into DHIS 2. + +It needs a phoneNumber as the query string, this will be matched against the phoneNumber for the users +in the system, and the dataValues will be added to their orgUnit. + +The supported format is XML, and the root dataValueSet is declared with the following attributes + +dataSet - The UID of the dataset to report on +period - The period to report on +orgUnit - The organisation unit to report on + +The actual dataValues are sent with a format matching this + + + + + + + + + +So, a complete example would be: + + + + + + + + + +