Closed jackolney closed 9 years ago
Simulations running 3:30pm on 5th January, 2015
Still working on the perfect care thing
// in person.cpp
if(theQ->GetTime() > 12417)
new VctHivTest(this,theQ->GetTime(),0);
else
new VctHivTest(this,12417,0);
// the idea being that we throw everyone into care in 2004 (using 12417 instead of 12418 as on 12418 we have a SeedInitialHivTest() that reschedules VCT and PICT testing which is higher in iQ and will invalidate any VctTests scheduled sooner.
Re: Jeff's comments