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

« back to all changes in this revision

Viewing changes to webservice/dhis-webservice-expoze/src/main/resources/jsonIndicator.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
{ "indicator": 
 
2
  {
 
3
    "id": $!{object.id},
 
4
    "name": "$!{object.name}",
 
5
    "alternativeName": "$!{object.alternativeNamee}",
 
6
    "shortName": "$!{object.shortName}",
 
7
    "code": "$!{object.code}",
 
8
    "annualized": "${object.annualized}",
 
9
    "indicatorTypeId": "$!{object.indicatorType.id}",
 
10
    "numerator": "$!{object.numerator}",
 
11
    "numeratorDescription": "$!{object.numeratorDescription}",
 
12
    "numeratorAggregationOperator": "$!{object.numeratorAggregationOperator}",
 
13
    "denominator": "$!{object.denominator}",
 
14
    "denominatorDescription": "$!{object.denominatorDescription}",
 
15
    "denominatorAggregationOperator": "$!{object.denominatorAggregationOperator}"
 
16
  }
 
17
}