~dhis2-devs-core/dhis2/dhis2-patient-tz

« back to all changes in this revision

Viewing changes to local/tz/dhis-web-maintenance-patient-tz/src/main/webapp/dhis-web-maintenance-patient/responseProgram.vm

  • Committer: John Francis Mukulu
  • Date: 2011-08-09 06:36:18 UTC
  • mfrom: (4244.1.21 dhis2)
  • Revision ID: john.f.mukulu@gmail.com-20110809063618-wad1pcc9fd1mnc6k
[merge]

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{
2
 
        "id":"$program.id",
3
 
        "name":"$!encoder.jsEncode( ${program.name} )",
4
 
        "description": "$!encoder.jsEncode( ${program.description} )",
5
 
        "programStageCount": "$program.programStages.size()",
6
 
        "maxDay": "$program.maxDaysAllowedInputData"
7
 
}
 
 
b'\\ No newline at end of file'