private void butClaimPay_Click(object sender,EventArgs e) { FormClaimPayList FormCPL=new FormClaimPayList(); FormCPL.ShowDialog(); if(FormCPL.GotoPatNum!=0 && FormCPL.GotoClaimNum!=0) { Patient pat=Patients.GetPat(FormCPL.GotoPatNum); OnPatientSelected(pat); GotoModule.GotoClaim(FormCPL.GotoClaimNum); } }
private void butClaimPay_Click(object sender,EventArgs e) { FormClaimPayList FormCPL=new FormClaimPayList(); FormCPL.ShowDialog(); if(FormCPL.GotoPatNum!=0 && FormCPL.GotoClaimNum!=0) { Patient pat=Patients.GetPat(FormCPL.GotoPatNum); OnPatientSelected(FormCPL.GotoPatNum,pat.GetNameLF(),pat.Email!="",pat.ChartNumber); GotoModule.GotoClaim(FormCPL.GotoClaimNum); } }