-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
144 lines (144 loc) · 3.83 KB
/
db.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
{
"patients": [
{
"id": "5856675843",
"firstName": "Milt",
"lastName": "Rosenbaum",
"gender": "Male",
"dateOfBirth": "15/01/2005",
"email": "[email protected]",
"phoneNumber": "+351 161 160 5674",
"prescriptions": ["Lidocaine Viscous"],
"dogtorId": 1
},
{
"id": "8272482266",
"firstName": "Faydra",
"lastName": "Lief",
"gender": "Female",
"dateOfBirth": "29/09/2003",
"email": "[email protected]",
"phoneNumber": "+86 503 995 7341",
"prescriptions": ["Mucinex", "Aspirin"],
"dogtorId": 2
},
{
"id": "6877351762",
"firstName": "Roxane",
"lastName": "Alflat",
"gender": "Female",
"dateOfBirth": "14/01/2014",
"email": "[email protected]",
"phoneNumber": "+1 914 731 0603",
"prescriptions": [
"ARBUTINUM",
"Cetirizine Hydrochloride"
],
"dogtorId": 2
},
{
"id": "0323339832",
"firstName": "Willy",
"lastName": "Entwisle",
"gender": "Female",
"dateOfBirth": "24/09/1949",
"email": "[email protected]",
"phoneNumber": "+351 550 612 9238",
"prescriptions": [
"Rich Almond Perfecting Makeup Broad Spectrum SPF 25",
"VITAMIN CREAM",
"NITRO-DUR"
],
"dogtorId": 3
},
{
"id": "4772181415",
"firstName": "Bjorn",
"lastName": "Bolgar",
"gender": "Male",
"dateOfBirth": "09/07/1985",
"email": "[email protected]",
"phoneNumber": "+7 375 198 3116",
"prescriptions": ["Vanilla Fig Hand Sanitizer"],
"dogtorId": 2
},
{
"id": "5942660123",
"firstName": "Ardith",
"lastName": "Kilmartin",
"gender": "Female",
"dateOfBirth": "14/12/1949",
"email": "[email protected]",
"phoneNumber": "+1 773 365 8289",
"prescriptions": ["NEXIUM", "Clear Defense"],
"dogtorId": 3
},
{
"id": "6467006526",
"firstName": "Walt",
"lastName": "Moule",
"gender": "Male",
"dateOfBirth": "12/05/2005",
"email": "[email protected]",
"phoneNumber": "+967 897 754 8473",
"prescriptions": [],
"dogtorId": 3
},
{
"id": "6906950363",
"firstName": "Fedora",
"lastName": "Johnston",
"gender": "Female",
"dateOfBirth": "27/08/1959",
"email": "[email protected]",
"phoneNumber": "+505 127 699 7118",
"prescriptions": ["DELUXE Dish DETERGENT"],
"dogtorId": 3
},
{
"id": "3711892663",
"firstName": "Jo-anne",
"lastName": "Furmonger",
"gender": "Female",
"dateOfBirth": "29/01/1953",
"email": "[email protected]",
"phoneNumber": "+62 826 530 5184",
"prescriptions": ["Acyclovir", "Palmers Amaranth"],
"dogtorId": 1
},
{
"id": "9335192813",
"firstName": "Gerome",
"lastName": "Stutte",
"gender": "Male",
"dateOfBirth": "31/05/1984",
"email": "[email protected]",
"phoneNumber": "+81 855 427 4970",
"prescriptions": ["Emtriva"],
"dogtorId": 1
}
],
"dogtors": [
{
"id": 1,
"dogtor": "Dr. Golden",
"imageUrl": "https://media.istockphoto.com/photos/dog-doctor-picture-id824016544?s=612x612",
"email": "[email protected]",
"onDuty": true
},
{
"id": 2,
"dogtor": "Dr. Happy",
"imageUrl": "https://media.istockphoto.com/photos/medical-doctor-dog-picture-id490056552",
"email": "[email protected]",
"onDuty": true
},
{
"id": 3,
"dogtor": "Dr. Good Boy",
"imageUrl": "https://cdn.shopify.com/s/files/1/0654/0895/articles/doctor-dog_5dc4901a-3248-4e79-97b4-253fa61dce5a.jpg?v=1525270302",
"email": "[email protected]",
"onDuty": false
}
]
}