%single oral bolus dose

prepare @clear @all

human_parameters 	    % read in default human parameters
TSTOP=96;      			  % Simulation duration = 4 days
sex = 1;							 % Female
BWSW = 1;   	 				% Switch for age (set =0) or set (set =1) if bwt provided
BWST= 72.9;   	 				% kg

ORALMAL=15000;         % dose in ug/kg 
FA=1;


MAXT=0.01;       %maximum time step
MINT=1.0e-3;      %minimum time step

prepare @all

start @nocallback

plot(_time,_cbl,"-", 'MAL_blood_acute.aps')
plot(_time,_rbcce,"-",'percent_RBC_AChE_inhib_acute.aps')
