-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMedicine.json
102 lines (102 loc) · 2.12 KB
/
Medicine.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
{
"Allergy": [
0,
{
"Hydroxyzine": [1, 0, 1, 600],
"Levocetirizine": [2, 0, 1, 400],
"Xyzal": [3, 0, 1, 500],
"Vistaril": [4, 0, 1, 650],
"Doxylamine": [5, 0, 1, 500]
}
],
"Cold": [
0,
{
"Benadryl": [1, 0, 1, 500],
"Diphenhydramine": [2, 0, 1, 500],
"Vicks": [3, 0, 1, 400],
"Chlorpheniramine": [4, 0, 1, 400],
"Coricidin": [5, 0, 1, 600]
}
],
"Dengue": [
1,
{
"Acetaminophen": [1, 1, 1, 650],
"Aspirin":[2,1,1,500],
"Platimax":[3,1,0,500],
"Qubinor":[4,1,1,600],
"Ostoshine":[5,1,1,600]
}
],
"Fungal Infection": [
0,
{
"Betamethasone": [1, 1, 0, 500],
"Ketaconazole": [2, 1, 0, 400],
"Clotrimazole": [3, 0, 0, 600],
"Lamisil": [4, 0, 0, 500],
"Terbinafine": [5, 0, 0, 650]
}
],
"Malaria": [
1,
{
"Artemether": [1, 1, 0, 400],
"Coartem": [2, 1, 0, 500],
"Malarone": [3, 1, 0, 650],
"Mefloquine": [4, 0, 0, 600],
"Doxycycline": [5, 1, 1, 550]
}
],
"Migraine": [
0,
{
"Sumatriptan": [1, 1, 0, 500],
"Imitrex": [2, 1, 0, 450],
"Maxalt": [3, 1, 0, 700],
"Rizatriptan": [4, 1, 0, 400],
"Replax": [5, 1, 0, 600]
}
],
"Pneumonia": [
0,
{
"Levoflaxin": [1, 1, 0, 500],
"Clarithromycin": [2, 1, 0, 600],
"Levaquin": [3, 1, 0, 450],
"Ceftriaxone": [4, 0, 0, 500],
"Amoxil": [5, 0, 0, 500]
}
],
"Typhoid": [
1,
{
"Ciproflaxacin": [1, 1, 0, 650],
"Ceftriaxone": [2, 0, 0, 500],
"Cipro": [3, 1, 0, 400],
"Azithromycin": [4, 0, 0, 600],
"Zithromax": [5, 0, 0, 600]
}
],
"Urinary Tract Infection": [
0,
{
"Ciproflaxacin": [1, 1, 0, 650],
"Nitrofurantoin": [2, 0, 0, 650],
"Cipro": [3, 1, 0, 400],
"Macrobid": [4, 0, 0, 400],
"Bactrium": [5, 1, 1, 500]
}
],
"Tubercolosis": [
1,
{
"Pyrazinamide": [1, 1, 1, 500],
"Ethambutol": [2, 1, 0, 600],
"Isoniazid": [3, 1, 1, 500],
"Rifampin": [4, 1, 0, 450],
"Amikin": [5, 1, 0, 450]
}
]
}