Is end_date = start_date + days_supply?

In this example, a 10 day supply starting 1/1/2010 would end 1/11/2010 because 1 + 10 = 11.

-Chris