I assume you are doing sometihng like this
I think Pulse is failing to find the data files it needs from disk
Try adding this line before your InitializeEngine call:
scenario.GetPatientConfiguration().SetDataRootDir(Application.streamingAssetsPath+"/Data/");
Those directories should be under that Data
folder
Hopefully Pulse will then be able to find the files its looking for