-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
53 lines (50 loc) · 1.35 KB
/
config.json
File metadata and controls
53 lines (50 loc) · 1.35 KB
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
{
"defaultURL": "http://130.111.126.71:8081/openhds2/api2/rest",
"defaultUser": "admin",
"defaultPassword": "test",
"locationHierarchyLevel1": "Country",
"locationHierarchyLevel2": "Region",
"locationHierarchyLevel3": "District",
"locationHierarchyLevel4": "Village",
"locationHierarchyLevel5": "Subvillage",
"locationHierarchyLevel6": null,
"locationHierarchyLevel7": null,
"locationHierarchyLevel8": null,
"locationHierarchyLevel9": null,
"socialGroupLookupLevel": 5,
"minAgeOfMarriage": 12,
"dataStatusClosed": "C",
"yesResponse" : "Y",
"female": "F",
"enumeration": "ENU",
"earliestEnumerationDate": "01-01-1995",
"earliestEventDate": "01-01-1995",
"noResponse": "N",
"birth": "BIR",
"dataStatusWarning": "W",
"male": "M",
"inmigration": "IMG",
"unknownIdentifier": "UNK",
"dataStatusFatal": "F",
"death": "DTH",
"deathOfHOH": "DHH",
"dateFormat": "dd-MM-yyyy",
"marriage": "MAR",
"divorceSeparation": "DIV",
"stillBirth": "SBR",
"minAgeOfHouseholdHead": 14,
"outmigration": "OMG",
"liveBirth": "LBR",
"dataStatusVoid": "V",
"notApplicable": "NA",
"abortion": "ABT",
"miscarriage": "MIS",
"minAgeOfParenthood": 12,
"minAgeOfPregnancy": 12,
"autocomplete": true,
"dataStatusValid": "A",
"dataStatusPending": "P",
"locale": "English",
"visitAt": "location",
"ethiopianCalendar": 0
}