~mortenoh/+junk/dhis2-detailed-import-export

« back to all changes in this revision

Viewing changes to webservice/dhis-webservice-expoze/src/main/resources/xmlAggregatedDataValues.vm

  • Committer: larshelge at gmail
  • Date: 2009-03-03 16:46:36 UTC
  • Revision ID: larshelge@gmail.com-20090303164636-2sjlrquo7ib1gf7r
Initial check-in

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<aggregatedDataValues>
 
3
#foreach( $value in $object )
 
4
    <aggregatedDataValue>
 
5
        <dataElementId>$value.dataElementId</dataElementId>
 
6
        <categoryOptionComboId>$value.categoryOptionComboId</categoryOptionComboId>
 
7
        <periodId>$value.periodId</periodId>
 
8
        <periodTypeId>$value.periodTypeId</periodTypeId>
 
9
        <organisationUnitId>$value.organisationUnitId</organisationUnitId>
 
10
        <level>$value.level</level>
 
11
        <value>$value.value</value>
 
12
        </aggregatedDataValue>
 
13
#end
 
14
</aggregatedDataValues>
 
 
b'\\ No newline at end of file'