Esempio n. 1
0
        public PatientBillingInfo()
        {
            items = new List<BillingLineItem>();
            insurance = new PatientInsInfo();
            sameAsHome = true;

        }
Esempio n. 2
0
 public PatientBillingInfo()
 {
     items      = new List <BillingLineItem>();
     insurance  = new PatientInsInfo();
     sameAsHome = true;
 }