public PatientDirInfo() { patientID = (id++).ToString(); fName = "Thomas"; mName = "Brandon"; lName = "Kibler"; gender = true; DOB = new DateTime(1976,9,12); strAddress = "314 Cumberland Drive"; city = "Huntsville"; state = "Alabama"; zip = "35803"; phoneNum1 = "2569199468"; phoneNum2 = ""; visitors = new List<Visitor>(); location = new HospLocation(); emerContact1 = new EmerContact(); emerContact2 = new EmerContact(); //emerContact1.name = ""; //emerContact1.phoneNum = ""; //emerContact2.name = ""; //emerContact2.phoneNum = ""; }
public PatientDirInfo() { visitors = new List <Visitor>(); location = new HospLocation(); emerContact1 = new EmerContact(); emerContact2 = new EmerContact(); }
public PatientDirInfo() { visitors = new List<Visitor>(); location = new HospLocation(); emerContact1 = new EmerContact(); emerContact2 = new EmerContact(); }
public PatientDirInfo() { patientID = (id++).ToString(); fName = "Thomas"; mName = "Brandon"; lName = "Kibler"; gender = true; DOB = new DateTime(1976, 9, 12); strAddress = "314 Cumberland Drive"; city = "Huntsville"; state = "Alabama"; zip = "35803"; phoneNum1 = "2569199468"; phoneNum2 = ""; visitors = new List <Visitor>(); location = new HospLocation(); emerContact1 = new EmerContact(); emerContact2 = new EmerContact(); //emerContact1.name = ""; //emerContact1.phoneNum = ""; //emerContact2.name = ""; //emerContact2.phoneNum = ""; }