% oral exposure scenarios
% once per day for 21 days

prepare @clear @all

human_parameters      % Loads in default human parameters
TSTOP=600; 					 % Exposure duration in hrs 
SEX =1;							 % Female
BWSW=1;   						% Set = 1 if bwt provided
BWST=75; 					   % Body Weight in kg
ORALMAL=0.0;          % dose in ug/kg
FA=1.0; 


DT = xlsRead("daily_oral_dose.xls", "adult", "A1:A26"); % Dosing Times
DORAL=xlsRead("daily_oral_dose.xls", "adult", "B1:B26"); % Dose in ug/kg

prepare @clear @all 
start@nocallback

plot(_time,_rbcce,"-",'RBC_AChE_oral.aps')

min(_rbcce) 				% display peak AChE inhibition
