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

« back to all changes in this revision

Viewing changes to webservice/dhis-webservice-expoze/src/main/resources/xmlAggregatedIndicatorValues.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
<aggregatedIndicatorValues>
 
3
#foreach( $value in $object )
 
4
    <aggregatedIndicatorValue>
 
5
        <indicatorId>$value.indicatorId</indicatorId>
 
6
        <periodId>$value.periodId</periodId>
 
7
        <periodTypeId>$value.periodTypeId</periodTypeId>
 
8
        <organisationUnitId>$value.organisationUnitId</organisationUnitId>
 
9
        <level>$value.level</level>
 
10
        <annualized>$value.annualized</annualized>
 
11
        <factor>$value.factor</factor>
 
12
        <value>$value.value</value>
 
13
        <numeratorValue>$value.numeratorValue</numeratorValue>
 
14
        <denominatorValue>$value.denominatorValue</denominatorValue>            
 
15
        </aggregatedIndicatorValue>
 
16
#end
 
17
</aggregatedIndicatorValues>
 
 
b'\\ No newline at end of file'