-------------------------------------
ANC

WBC<-
S<-
B<-
                                ANC->

ANC=10*(WBC)*(S+B)

-------------------------------------

Dextrose Volume

C<-              [Wanted]
Kg<-
D<-             [Dextrose] {D10~>0.1}
                        Vol-> 6,048  cc/24°
                        Cc-> 252 cc/°

Vol=C*1.44*Kg/D
Cc=Vol/24

-------------------------------------

Intake/Output

Kg<-
GI<-
GO<-
                        BSA-> 0.36  m2
                        NI-> 305.56  cc/m2/D
                        NO-> 0.54  cc/kg/°
                        Less10-> 15.71 cc/kg/D


(4*Kg+7)/(Kg+90)=BSA
GI/BSA=NI
GO/Kg/24=NO
GI/Kg=Less10

-------------------------------------

Length

ft<-
in<-
cm<-
                        CM->12.7
                        In->36.220472440945
                        Ft->3.0183727034121

CM=(12*ft+in)*2.54
In=cm/2.54
Ft=In/12

-------------------------------------

Temperature

F<-
C<-

C=5/9*(F-32)

-------------------------------------

Weight

Kg<-
Lbs<-


Lbs=Kg*2.2

 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Drugs: Each drug is seperated by a solid line.  The
brocken line is part of the equation, make sure to
include it and the equations below it.  They are the
calculations for the route.

_____________________________

Chloral Hydrate         50-100 mg/kg 

Kg<-
Lbs<-
                        D-> 550 mg q8° to
                                D2-> 1,100  mg q8°
                        MAX: 2 GM Dose
                                (Chapter 27)

F-> 550 G->1,100
F=Kg*50
G=Kg*100
Kg=Lbs/2.2
D=if(F>=2000;2000;F)
D2=if(G>=2000;2000;G)

_____________________________


Diphenhydramine  5mg/kg/24° q6°

Kg<-
Lbs<-
                        D?-> 12.5 mg q6° 
                        MAX: 75 mg Dose
                                (Chapter 27)

F-> 12.5
F=Kg*1.25
Kg=Lbs/2.2
D=if(F>=75;75;F)

-------------------------------------

"12.5mg/5 ml"  Syrup-> 5  ml
T25-> 0.5 tabs
T50-> 0.25 tabs

Syrup=D/12.5*5
T25=D/25
T50=D/50

_____________________________

Ibuprofen       5-10 mg/kg *q6°

Kg<-
Lbs<-
                        D-> 35 mg q6° to
                                D2?-> 70  mg q6°
                        MAX: 800mg/Dose
F-> 35 G->70
F=Kg*5
G=Kg*10
Kg=Lbs/2.2
D=if(F>=800;800;F)
D2=if(G>=800;800;G)


-------------------------------------

SIG: Max
"100 mg/5 ml"
 Syrup->  tsp  or->   cc q6°

Syrup=D2/100
or=D2/100*5

_____________________________

Tylenol         15 mg/kg q4°

Kg<-
Lbs<-
                        D?-> 650 mg q4°
                                MAX: 650 mg/Dose
F-> 1,350
F=Kg*15
Kg=Lbs/2.2
D=if(F>=650;650;F)

-------------------------------------


Sig: 
Chewable"80 mg" tabs-> 8.13  tab q4°

 "80 mg/0.8 ml" Drops-> 6.5  cc  q4°

"125 mg/ 5 ml"
Syrup-> 5.2 tsp   c-> 26 cc q4°

"50 mg tabs" T50-> 13 tabs q4°

Syrup = D/125
c=Syrup*5
T50=D/50
tabs=D/80
Drops=D/80*0.8



    Source: geocities.com/southbeach/pointe/5375/Dailybread/Medical

               ( geocities.com/southbeach/pointe/5375/Dailybread)                   ( geocities.com/southbeach/pointe/5375)                   ( geocities.com/southbeach/pointe)                   ( geocities.com/southbeach)