]> Softwares of Agnibho - pdosage.git/blob - src/data/ofloxacin.json
Initial commit
[pdosage.git] / src / data / ofloxacin.json
1 {
2 "name": "Ofloxacin",
3 "form": [
4 {
5 "mode": "Oral",
6 "gen": true,
7 "dose": {
8 "perKg": 15,
9 "limit": [
10 400,
11 800
12 ],
13 "unit": "mg",
14 "txt": "per day q 12 hr"
15 }
16 },
17 {
18 "mode": "IV",
19 "gen": true,
20 "dose": {
21 "perKg": [
22 5,
23 10
24 ],
25 "limit": [
26 400,
27 800
28 ],
29 "unit": "mg",
30 "txt": "per day q 12 hr"
31 }
32 },
33 {
34 "mode": "Tab",
35 "content": "100mg",
36 "dose": {
37 "approx": [
38 100,
39 "15*bw"
40 ],
41 "limit": [
42 4,
43 8
44 ],
45 "unit": "tab",
46 "txt": ""
47 }
48 },
49 {
50 "mode": "Tab",
51 "content": "200mg",
52 "dose": {
53 "approx": [
54 200,
55 "15*bw"
56 ],
57 "limit": [
58 2,
59 4
60 ],
61 "unit": "tab",
62 "txt": ""
63 }
64 },
65 {
66 "mode": "Tab",
67 "content": "400mg",
68 "dose": {
69 "approx": [
70 400,
71 "15*bw"
72 ],
73 "limit": [
74 1,
75 2
76 ],
77 "unit": "tab",
78 "txt": ""
79 }
80 },
81 {
82 "mode": "Susp",
83 "content": "100mg/5ml",
84 "dose": {
85 "perKg": 0.75,
86 "limit": [
87 20,
88 40
89 ],
90 "unit": "ml",
91 "txt": ""
92 }
93 },
94 {
95 "mode": "IV",
96 "content": "200mg/100ml",
97 "dose": {
98 "perKg": [
99 2.5,
100 5
101 ],
102 "limit": [
103 200,
104 400
105 ],
106 "unit": "ml",
107 "txt": "infusion"
108 }
109 },
110 {
111 "mode": "IV",
112 "content": "400mg/100ml",
113 "dose": {
114 "perKg": [
115 1.25,
116 2.5
117 ],
118 "limit": [
119 100,
120 200
121 ],
122 "unit": "ml",
123 "txt": "infusion"
124 }
125 }
126 ]
127 }