* An integer indicating the number of repeats of the Dispense. UsageNotes: For example, the number of times the prescribed quantity is to be supplied including the initial standard fill.
* </p>
*/
public IntegerDt getNumberOfRepeatsAllowed() {
if (myNumberOfRepeatsAllowed == null) {
myNumberOfRepeatsAllowed = new IntegerDt();
}
return myNumberOfRepeatsAllowed;
}