* <b>Definition:</b>
* The time the dispensed product was provided to the patient or their representative.
* </p>
*/
public Dispense setWhenHandedOver( Date theDate, TemporalPrecisionEnum thePrecision) {
myWhenHandedOver = new DateTimeDt(theDate, thePrecision);
return this;
}