-
Notifications
You must be signed in to change notification settings - Fork 1
/
dataRecords.json
52 lines (52 loc) · 1.31 KB
/
dataRecords.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
{
"dataRecords": [
{
"id": "1",
"username": "Dilshan Senarath",
"personalDetails": "Sample personal details",
"sicknessDetails": "Doc-0",
"drugPrescription": "temp",
"labTestPrescription": "temp"
},
{
"id": "2",
"username": "Dilshan Senarath",
"personalDetails": "temo",
"sicknessDetails": "Doc-0",
"drugPrescription": "temp",
"labTestPrescription": "temp"
},
{
"id": "3",
"username": "Dilshan Senarath",
"personalDetails": "temo",
"sicknessDetails": "Doc-0",
"drugPrescription": "temp",
"labTestPrescription": "temp"
},
{
"id": "4",
"username": "Udara Karuna",
"personalDetails": "temo",
"sicknessDetails": "Doc-0",
"drugPrescription": "temp",
"labTestPrescription": "temp"
},
{
"id": "5",
"username": "Udara Karuna",
"personalDetails": "Male, 23, 43/B, Elpitiya",
"sicknessDetails": "Headech",
"drugPrescription": "Panadol",
"labTestPrescription": "Urin 2.34"
},
{
"id": "6",
"username": "Dilshan Senarath",
"personalDetails": "Male, 25, 43/M Galle",
"sicknessDetails": "Test sickness",
"drugPrescription": "Test drugs",
"labTestPrescription": "Test lab prescription"
}
]
}