public PatientBillingInfo() { items = new List<BillingLineItem>(); insurance = new PatientInsInfo(); sameAsHome = true; }
public PatientBillingInfo() { items = new List <BillingLineItem>(); insurance = new PatientInsInfo(); sameAsHome = true; }