-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathobjectFields.json
151 lines (151 loc) · 3.62 KB
/
objectFields.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
{
"default": [
"id",
"code",
"name",
"shortName",
"description"
],
"categories": [
"dataDimensionType",
"categoryOptions.id:expandName"
],
"categoryCombos": [
"categories.id:expandName",
"categoryOptionCombos.id:expandName",
"dataDimensionType"
],
"categoryOptionGroups": [
"categoryOptions.id:expandName"
],
"categoryOptionGroupSets": [
"categoryOptionGroups.id:expandName"
],
"package": [
"code",
"type",
"version",
"DHIS2Version",
"DHIS2Build",
"name"
],
"dataElements": [
"formName",
"valueType",
"domainType",
"aggregationType",
"legendSets.id:expandName",
"aggregationLevels:arrayJoin",
"categoryCombo.id:expandName"
],
"dataElementGroups": [
"dataElements.id:expandName"
],
"trackedEntityTypes": [
"trackedEntityTypeAttributes.id:expandName"
],
"trackedEntityAttributes": [
"optionSet.id:expandName"
],
"dataSets": [
"formType",
"dataEntryForm",
"sections.id:expandName",
"sharing.userGroups.id:expandName"
],
"sections": [
"dataSet.id:expandName",
"dataElements.id:expandName"
],
"dashboards": [
"dashboardItems.id:expandName",
"sharing.userGroups.id:expandName"
],
"indicators":[
"indicatorType.id:expandName",
"annualized",
"numerator",
"numeratorDescription",
"denominator",
"denominatorDescription",
"legendSets.id:expandName",
"decimals"
],
"legendSets":[
"legends.id:expandName"
],
"maps":[
"mapViews.id:expandName"
],
"optionSets": [
"options.id:expandName"
],
"options": [
"optionSet.id:expandName"
],
"predictors": [
"generator.description",
"generator.expression",
"output.id:expandName",
"outputCombo.id:expandName",
"periodType",
"organisationUnitLevels",
"predictorGroups.id:expandName"
],
"predictorGroups":[
"predictors.id:expandName"
],
"programs": [
"trackedEntityType.id",
"enrollmentDateLabel",
"incidentDateLabel",
"programTrackedEntityAttributes.trackedEntityAttribute.id:expandName"
],
"programNotificationTemplates": [
"subjectTemplate",
"messageTemplate"
],
"programStages": [
"program.id",
"programStageDataElements.id",
"programStageDataElements.dataElement.id:expandName",
"programStageDataElements.compulsory"
],
"programStageSections": [
"programStage.id"
],
"programRules": [
"condition",
"program.id:expandName",
"programStage.id:expandName"
],
"programRuleActions": [
"programRuleActionType",
"programRule.id:expandName",
"programStage.id:expandName",
"evaluationEnvironments:arrayJoin"
],
"programRuleVariables": [
"programRuleVariableSourceType",
"program.id:expandName",
"dataElement.id:expandName"
],
"validationRules": [
"instruction",
"leftSide.description",
"leftSide.expression",
"rightSide.description",
"rightSide.expression",
"organisationUnitLevels"
],
"validationRuleGroups":[
"validationRules.id:expandName"
],
"visualizations": [
"type",
"title",
"subtitle",
"rangeAxisLabel",
"domainAxisLabel"
]
}