private void HuyThanhtoan() { try { string ma_lydohuy = ""; if (!Utility.isValidGrid(grdRegExam)) return; if (objLuotkham == null) { objLuotkham = CreatePatientExam(); } if (objLuotkham == null) { Utility.ShowMsg("Không lấy được thông tin bệnh nhân dựa vào dữ liệu trên lưới danh sách bệnh nhân. Liên hệ 0915 150148 để được hỗ trợ"); return; } if (Utility.Int32Dbnull( objLuotkham.TrangthaiNoitru,0) >= Utility.Int32Dbnull(THU_VIEN_CHUNG.Laygiatrithamsohethong("KCB_THANHTOAN_CHAN_THANHTOANNGOAITRU", "2", false), 2)) { Utility.ShowMsg("Bệnh nhân này đã ở trạng thái nội trú nên hệ thống không cho phép hủy thanh toán ngoại trú nữa"); return; } //if (PropertyLib._ThanhtoanProperties.Hoitruockhihuythanhtoan) // if (!Utility.AcceptQuestion("Bạn có muốn thực hiện việc hủy thanh toán cho dịch vụ KCB đang chọn không ?", // "Thông báo", true)) // return; int v_Payment_ID = Utility.Int32Dbnull(grdRegExam.CurrentRow.Cells["Id_thanhtoan"].Value, -1); if (v_Payment_ID != -1) { List<int> lstRegID = GetIDKham(); if (PropertyLib._ThanhtoanProperties.Hienthihuythanhtoan) { frm_HuyThanhtoan frm = new frm_HuyThanhtoan(); frm.objLuotkham = objLuotkham; frm.v_Payment_Id = v_Payment_ID; frm.Chuathanhtoan = 0; frm.ShowCancel = true; frm.ShowDialog(); if (!frm.m_blnCancel) { foreach (DataRow _row in m_dataDataRegExam.Rows) { if (lstRegID.Contains(Utility.Int32Dbnull(_row[KcbDangkyKcb.Columns.IdKham], -1))) { _row["ten_trangthai_thanhtoan"] = "Chưa thanh toán"; _row[KcbDangkyKcb.Columns.IdThanhtoan] = -1; _row[KcbDangkyKcb.Columns.TrangthaiThanhtoan] = 0; } } } } else { if (THU_VIEN_CHUNG.Laygiatrithamsohethong("KCB_THANHTOAN_BATNHAPLYDO_HUYTHANHTOAN", "1", false) == "1") { frm_Chondanhmucdungchung _Nhaplydohuythanhtoan = new frm_Chondanhmucdungchung("LYDOHUYTHANHTOAN", "Hủy thanh toán tiền Bệnh nhân", "Nhập lý do hủy thanh toán trước khi thực hiện...", "Lý do hủy thanh toán"); _Nhaplydohuythanhtoan.ShowDialog(); if (_Nhaplydohuythanhtoan.m_blnCancel) return; ma_lydohuy = _Nhaplydohuythanhtoan.ma; } bool HUYTHANHTOAN_HUYBIENLAI = THU_VIEN_CHUNG.Laygiatrithamsohethong("HUYTHANHTOAN_HUYBIENLAI", "1", true) == "1"; ActionResult actionResult = new KCB_THANHTOAN().HuyThanhtoan(v_Payment_ID, objLuotkham, ma_lydohuy, Utility.Int32Dbnull(grdRegExam.CurrentRow.Cells[KcbThanhtoan.Columns.IdHdonLog], -1), HUYTHANHTOAN_HUYBIENLAI); switch (actionResult) { case ActionResult.Success: foreach (DataRow _row in m_dataDataRegExam.Rows) { if (lstRegID.Contains(Utility.Int32Dbnull(_row[KcbDangkyKcb.Columns.IdKham], -1))) { _row["ten_trangthai_thanhtoan"] = "Chưa thanh toán"; _row[KcbDangkyKcb.Columns.IdThanhtoan] = -1; _row[KcbDangkyKcb.Columns.TrangthaiThanhtoan] = 0; } } break; case ActionResult.ExistedRecord: break; case ActionResult.Error: Utility.ShowMsg("Lỗi trong quá trình hủy thông tin thanh toán", "Thông báo", MessageBoxIcon.Error); break; case ActionResult.UNKNOW: Utility.ShowMsg("Lỗi không xác định", "Thông báo", MessageBoxIcon.Error); break; case ActionResult.Cancel: break; } } } } catch (Exception ex) { Utility.ShowMsg("Lỗi khi hủy thanh toán", "Thông báo", MessageBoxIcon.Error); } finally { ModifyButtonCommandRegExam(); } }
private void HuyThanhtoan() { ma_lydohuy = ""; if (!Utility.isValidGrid(grdPayment)) return; if (grdPayment.CurrentRow != null) { if (objLuotkham == null) { objLuotkham = Utility.getKcbLuotkham(Utility.Int64Dbnull(txtPatient_ID.Text), Utility.DoTrim(txtPatient_Code.Text)); } v_Payment_ID = Utility.Int32Dbnull(grdPayment.CurrentRow.Cells[KcbThanhtoan.Columns.IdThanhtoan].Value, -1); KcbThanhtoan objPayment = KcbThanhtoan.FetchByID(v_Payment_ID); if (objPayment != null) { //Kiểm tra ngày hủy int SONGAY_HUYTHANHTOAN =Utility.Int32Dbnull( THU_VIEN_CHUNG.Laygiatrithamsohethong("SONGAY_HUYTHANHTOAN", "0", true),0); int Chenhlech = (int)Math.Ceiling((globalVariables.SysDate.Date - objPayment.NgayThanhtoan.Date).TotalDays); if (Chenhlech > SONGAY_HUYTHANHTOAN) { Utility.ShowMsg("Hệ thống không cho phép bạn hủy thanh toán đã quá ngày. Cần liên hệ quản trị hệ thống để được trợ giúp"); return; } if (PropertyLib._ThanhtoanProperties.Hienthihuythanhtoan) { frm_HuyThanhtoan frm = new frm_HuyThanhtoan(); frm.objLuotkham = objLuotkham; frm.v_Payment_Id = Utility.Int32Dbnull(objPayment.IdThanhtoan, -1); frm.Chuathanhtoan = Chuathanhtoan; frm.TotalPayment = grdPayment.GetDataRows().Length; frm.txtSoTienCanNop.Text = txtSoTienCanNop.Text; frm.ShowCancel = true; frm.ShowDialog(); if (!frm.m_blnCancel) { getData(); } } else { if (THU_VIEN_CHUNG.Laygiatrithamsohethong("KCB_THANHTOAN_BATNHAPLYDO_HUYTHANHTOAN", "1", false) == "1") { frm_Chondanhmucdungchung _Nhaplydohuythanhtoan = new frm_Chondanhmucdungchung("LYDOHUYTHANHTOAN", "Hủy thanh toán tiền Bệnh nhân", "Nhập lý do hủy thanh toán trước khi thực hiện...", "Lý do hủy thanh toán"); _Nhaplydohuythanhtoan.ShowDialog(); if (_Nhaplydohuythanhtoan.m_blnCancel) return; ma_lydohuy = _Nhaplydohuythanhtoan.ma; } int IdHdonLog = Utility.Int32Dbnull(grdPayment.CurrentRow.Cells[HoadonLog.Columns.IdHdonLog].Value, -1); bool HUYTHANHTOAN_HUYBIENLAI = THU_VIEN_CHUNG.Laygiatrithamsohethong("HUYTHANHTOAN_HUYBIENLAI", "1", true) == "1"; ActionResult actionResult = _THANHTOAN.HuyThanhtoan(Utility.Int32Dbnull(objPayment.IdThanhtoan, -1), objLuotkham, ma_lydohuy, IdHdonLog, HUYTHANHTOAN_HUYBIENLAI); switch (actionResult) { case ActionResult.Success: getData(); break; case ActionResult.ExistedRecord: break; case ActionResult.Error: Utility.ShowMsg("Lỗi trong quá trình hủy thông tin thanh toán", "Thông báo", MessageBoxIcon.Error); break; case ActionResult.UNKNOW: Utility.ShowMsg("Lỗi không xác định", "Thông báo", MessageBoxIcon.Error); break; case ActionResult.Cancel: break; } } } } }
/// <summary> /// hàm thực hiện việc trả lại thông tin tiền dịch vụ /// để bệnh nhân trả lại tiền hco bệnh nhân /// </summary> /// <param name="sender"></param> /// <param name="e"></param> private void cmdTraLaiTien_Click(object sender, EventArgs e) { try { if (!IsValidCancelData()) return; if (Utility.AcceptQuestion("Bạn có chắc chắn muốn trả lại tiền các dịch vụ đang được chọn cho Bệnh nhân hay không?", "Thông báo", true)) { if (objLuotkham == null) { objLuotkham = Utility.getKcbLuotkham(Utility.Int64Dbnull(txtPatient_ID.Text), Utility.DoTrim(txtPatient_Code.Text)); } KcbThanhtoan objPayment = CreatePaymentHuy(); string[] query = (from p in grdThongTinDaThanhToan.GetCheckedRows() select Utility.sDbnull(p.Cells["ten_chitietdichvu"].Value, "")).ToArray(); string noidung = string.Join(";", query); frm_Chondanhmucdungchung _Chondanhmucdungchung = new frm_Chondanhmucdungchung("LYDOTRATIEN", "TRẢ TIỀN LẠI CHO BỆNH NHÂN", "Chọn lý do trả trước khi thực hiện", "Lý do trả tiền"); _Chondanhmucdungchung.ShowDialog(); if (_Chondanhmucdungchung.m_blnCancel) return; ActionResult actionResult = _THANHTOAN.Tratien(objPayment, objLuotkham, TaodulieuthanhtoanchitietHuy(), noidung, _Chondanhmucdungchung.ten); switch (actionResult) { case ActionResult.Success: tabThongTinThanhToan.SelectedTab = tabPagePhieuChi; LaydanhsachLichsuthanhtoan_phieuchi(); foreach (GridEXRow gridExRow in grdThongTinDaThanhToan.GetCheckedRows()) { gridExRow.BeginEdit(); gridExRow.Cells[KcbThanhtoanChitiet.Columns.TrangthaiHuy].Value = 1; gridExRow.EndEdit(); grdThongTinDaThanhToan.UpdateData(); m_dtChiPhiDaThanhToan.AcceptChanges(); } Utility.GotoNewRowJanus(grdPhieuChi, KcbThanhtoan.Columns.IdThanhtoan, Utility.sDbnull(objPayment.IdThanhtoan)); if (PropertyLib._MayInProperties.TudonginPhieuchiSaukhitratien) { new INPHIEU_THANHTOAN_NGOAITRU().InPhieuchi(objPayment.IdThanhtoan); } if (PropertyLib._ThanhtoanProperties.HienthidichvuNgaysaukhitratien) { CallPhieuChi(); } ModifyCommand(); break; case ActionResult.AssignIsConfirmed: Utility.ShowMsg("Đã có dịch vụ được thực hiện rồi. Bạn không thể trả lại tiền !", "Thông báo"); break; case ActionResult.PresIsConfirmed: Utility.ShowMsg("Đã có thuốc được xác nhận cấp phát. Bạn không thể trả lại tiền !", "Thông báo"); break; case ActionResult.Error: Utility.ShowMsg("Lỗi trong quá trình cập nhập thông tin", "Thông báo"); break; } } } catch (Exception exception) { if (globalVariables.IsAdmin) { Utility.ShowMsg(exception.ToString()); } } }
void Xoatamung() { if (!isValidXoatamung()) return; try { if (Utility.AcceptQuestion("Bạn có chắc chắn muốn xóa dòng tạm ứng đang chọn này hay không?", "Xác nhận", true)) { if (objTamung != null) { frm_Chondanhmucdungchung _Chondanhmucdungchung = new frm_Chondanhmucdungchung("LYDOHUYTAMUNG", "Hủy tiền tạm ứng", "Chọn lý do hủy tiền tạm ứng...", "Lý do hủy"); _Chondanhmucdungchung.ShowDialog(); if (!_Chondanhmucdungchung.m_blnCancel) { if (noitru_TamungHoanung.XoaTienTamung(objTamung, grdTamung.GetDataRows().Length - 1 > 0, _Chondanhmucdungchung.ten)) { Utility.SetMsg(lblMsg, string.Format("Xóa tạm ứng {0} thành công", txtSotien.Text), false); DataRow drDelete = Utility.getCurrentDataRow(grdTamung); if (drDelete != null) { m_dtTamung.Rows.Remove(drDelete); m_dtTamung.AcceptChanges(); } } } SetControlStatus(); } else { Utility.SetMsg(lblMsg, string.Format("Bạn cần chọn dòng tạm ứng cần xóa"), true); } } if(_OnChangedData!=null) _OnChangedData(); } catch (Exception ex) { } }
/// <summary> /// hàm thực hiện việc hủy thông tin phiếu chi /// </summary> private void HuyPhieuchi() { ma_lydohuy = ""; if (!Utility.isValidGrid(grdPhieuChi)) return; if (grdPhieuChi.CurrentRow != null) { if (objLuotkham == null) { objLuotkham = CreatePatientExam(); } if (objLuotkham.TrangthaiNoitru >= Utility.Int32Dbnull(THU_VIEN_CHUNG.Laygiatrithamsohethong("KCB_THANHTOAN_CHAN_THANHTOANNGOAITRU", "2", false), 2)) { Utility.ShowMsg("Bệnh nhân này đã ở trạng thái nội trú nên hệ thống không cho phép hủy phiếu chi ngoại trú nữa"); return; } v_Payment_ID = Utility.Int32Dbnull(grdPhieuChi.CurrentRow.Cells[KcbThanhtoan.Columns.IdThanhtoan].Value, -1); KcbThanhtoan objPayment = KcbThanhtoan.FetchByID(v_Payment_ID); if (objPayment != null) { //Kiểm tra ngày hủy int KCB_THANHTOAN_SONGAY_HUYPHIEUCHI = Utility.Int32Dbnull(THU_VIEN_CHUNG.Laygiatrithamsohethong("KCB_THANHTOAN_SONGAY_HUYPHIEUCHI", "0", true), 0); int Chenhlech = (int)Math.Ceiling((globalVariables.SysDate.Date - objPayment.NgayThanhtoan.Date).TotalDays); if (Chenhlech > KCB_THANHTOAN_SONGAY_HUYPHIEUCHI) { Utility.ShowMsg(string.Format("Ngày lập phiếu chi {0} - Ngày hủy phiếu chi {1}. Hệ thống không cho phép bạn hủy phiếu chi đã quá {2} ngày. Cần liên hệ quản trị hệ thống để được trợ giúp", objPayment.NgayThanhtoan.ToString("dd/MM/yyyy"), globalVariables.SysDate.ToString("dd/MM/yyyy"), KCB_THANHTOAN_SONGAY_HUYPHIEUCHI.ToString())); return; } if (PropertyLib._ThanhtoanProperties.Hienthihuyphieuchi) { frm_Tralaitien frm = new frm_Tralaitien(); frm.objLuotkham = objLuotkham; frm.v_Payment_Id = Utility.Int32Dbnull(objPayment.IdThanhtoan, -1); frm.Chuathanhtoan = Chuathanhtoan; frm.TotalPayment = grdPayment.GetDataRows().Length; frm.ShowCancel = true; frm.ShowDialog(); if (!frm.m_blnCancel) { getData(); } } else { if (THU_VIEN_CHUNG.Laygiatrithamsohethong("KCB_THANHTOAN_BATNHAPLYDO_HUYPHIEUCHI", "1", false) == "1") { frm_Chondanhmucdungchung _Nhaplydohuythanhtoan = new frm_Chondanhmucdungchung("LYDOTRATIEN", "Trả lại tiền cho Bệnh nhân", "Nhập lý do trả lại tiền trước khi thực hiện...", "Lý do trả lại tiền"); _Nhaplydohuythanhtoan.ShowDialog(); if (_Nhaplydohuythanhtoan.m_blnCancel) return; ma_lydohuy = _Nhaplydohuythanhtoan.ma; lydo_huy = _Nhaplydohuythanhtoan.ten; } ActionResult actionResult = _THANHTOAN.HuyPhieuchi(objPayment, objLuotkham, lydo_huy); switch (actionResult) { case ActionResult.Success: grdPhieuChi.CurrentRow.Delete(); ModifyCommand(); Utility.ShowMsg("Bạn hủy thông tin phiếu chi thành công", "Thông báo"); getData(); break; case ActionResult.Error: Utility.ShowMsg("Lỗi trong quá trình hủy phiếu chi", "Thông báo lỗi", MessageBoxIcon.Error); break; } } } ModifyCommand(); } }
/// <summary> /// hàm thực hiện việc hủy thanh toán /// </summary> /// <param name="sender"></param> /// <param name="e"></param> private void cmdPrint_Click(object sender, EventArgs e) { if (objLuotkham.TrangthaiNoitru >= Utility.Int32Dbnull(THU_VIEN_CHUNG.Laygiatrithamsohethong("KCB_THANHTOAN_CHAN_THANHTOANNGOAITRU", "2", false), 2)) { Utility.ShowMsg("Bệnh nhân này đã ở trạng thái nội trú nên hệ thống không cho phép hủy phiếu chi ngoại trú nữa"); return; } KcbThanhtoan objPayment = KcbThanhtoan.FetchByID(v_Payment_Id); if (objPayment != null) { //Kiểm tra ngày hủy int KCB_THANHTOAN_SONGAY_HUYPHIEUCHI = Utility.Int32Dbnull(THU_VIEN_CHUNG.Laygiatrithamsohethong("KCB_THANHTOAN_SONGAY_HUYPHIEUCHI", "0", true), 0); int Chenhlech = (int)Math.Ceiling((globalVariables.SysDate.Date - objPayment.NgayThanhtoan.Date).TotalDays); if (Chenhlech > KCB_THANHTOAN_SONGAY_HUYPHIEUCHI) { Utility.ShowMsg(string.Format("Ngày lập phiếu chi {0} - Ngày hủy phiếu chi {1}. Hệ thống không cho phép bạn hủy phiếu chi đã quá {2} ngày. Cần liên hệ quản trị hệ thống để được trợ giúp", objPayment.NgayThanhtoan.ToString("dd/MM/yyyy"), globalVariables.SysDate.ToString("dd/MM/yyyy"), KCB_THANHTOAN_SONGAY_HUYPHIEUCHI.ToString())); return; } if (THU_VIEN_CHUNG.Laygiatrithamsohethong("KCB_THANHTOAN_BATNHAPLYDO_HUYTRALAITIEN", "1", false) == "1") { frm_Chondanhmucdungchung _Chondanhmucdungchung = new frm_Chondanhmucdungchung("LYDOHUYTRALAITIEN", "Hủy trả lại tiền Bệnh nhân", "Nhập lý do hủy trả lại tiền trước khi thực hiện...", "Lý do hủy trả lại tiền"); _Chondanhmucdungchung.ShowDialog(); if (_Chondanhmucdungchung.m_blnCancel) return; lydo_huy = _Chondanhmucdungchung.ma; } ActionResult actionResult = _THANHTOAN.HuyPhieuchi(objPayment,objLuotkham, ma_lydohuy); switch (actionResult) { case ActionResult.Success: Utility.ShowMsg("Bạn xóa phiếu chi thành công", "Thông báo"); m_blnCancel = false; cmdExit.PerformClick(); break; case ActionResult.Error: Utility.ShowMsg("Lỗi trong quá trình hủy phiếu chi", "Thông báo lỗi", MessageBoxIcon.Error); break; } } }
/// <summary> /// hàm thực hiện việc hủy thanh toán /// </summary> /// <param name="sender"></param> /// <param name="e"></param> private void cmdPrint_Click(object sender, EventArgs e) { if (THU_VIEN_CHUNG.Laygiatrithamsohethong("KCB_THANHTOAN_BATNHAPLYDO_HUYTHANHTOAN", "1", false) == "1") { frm_Chondanhmucdungchung _Nhaplydohuythanhtoan = new frm_Chondanhmucdungchung("LYDOHUYTHANHTOAN", "Hủy thanh toán tiền Bệnh nhân", "Nhập lý do hủy thanh toán trước khi thực hiện...", "Lý do hủy thanh toán"); _Nhaplydohuythanhtoan.ShowDialog(); m_blnCancel = _Nhaplydohuythanhtoan.m_blnCancel; if(m_blnCancel) return; ma_lydohuy = _Nhaplydohuythanhtoan.ma; } bool HUYTHANHTOAN_HUYBIENLAI = THU_VIEN_CHUNG.Laygiatrithamsohethong("HUYTHANHTOAN_HUYBIENLAI", "1", true) == "1"; actionResult = _THANHTOAN.HuyThanhtoanDonthuoctaiquay(v_Payment_Id, null, ma_lydohuy, Utility.Int32Dbnull(grdPaymentDetail.CurrentRow.Cells[KcbThanhtoan.Columns.IdHdonLog], -1), HUYTHANHTOAN_HUYBIENLAI); int record = -1; switch (actionResult) { case ActionResult.Success: ModifyComamd(); Utility.ShowMsg("Bạn hủy thông tin thanh toán thành công", "Thông báo"); m_blnCancel = false; cmdExit.PerformClick(); break; case ActionResult.ExistedRecord: Utility.ShowMsg("Thuốc đã cấp phát cho Bệnh nhân nên cần trả lại thuốc bên Dược mới có thể thực hiện hủy thanh toán", "Thông báo", MessageBoxIcon.Warning); break; case ActionResult.Error: Utility.ShowMsg("Lỗi trong quá trình hủy thông tin thanh toán", "Thông báo", MessageBoxIcon.Error); break; } //Rem lại //if (record <= 0 && Id_HD_LOG > 0) //{ // Utility.ShowMsg("Có lỗi trong quá trình hủy hóa đơn thanh toán."); //} }
/// <summary> /// hàm thực hiện việc hủy thanh toán /// </summary> /// <param name="sender"></param> /// <param name="e"></param> private void cmdPrint_Click(object sender, EventArgs e) { if (objLuotkham.TrangthaiNoitru >= Utility.Int32Dbnull(THU_VIEN_CHUNG.Laygiatrithamsohethong("KCB_THANHTOAN_CHAN_THANHTOANNGOAITRU", "2", false), 2)) { Utility.ShowMsg("Bệnh nhân này đã ở trạng thái nội trú nên hệ thống không cho phép hủy phiếu chi ngoại trú nữa"); return; } KcbThanhtoan objPayment = KcbThanhtoan.FetchByID(v_Payment_Id); //Kiểm tra ngày hủy int KCB_THANHTOAN_SONGAY_HUYTHANHTOAN = Utility.Int32Dbnull(THU_VIEN_CHUNG.Laygiatrithamsohethong("KCB_THANHTOAN_SONGAY_HUYTHANHTOAN", "0", true), 0); int Chenhlech = (int)Math.Ceiling((globalVariables.SysDate.Date - objPayment.NgayThanhtoan.Date).TotalDays); if (Chenhlech > KCB_THANHTOAN_SONGAY_HUYTHANHTOAN) { Utility.ShowMsg(string.Format("Ngày thanh toán {0} - Ngày hủy thanh toán {1}. Hệ thống không cho phép bạn hủy thanh toán đã quá {2} ngày. Cần liên hệ quản trị hệ thống để được trợ giúp", objPayment.NgayThanhtoan.ToString("dd/MM/yyyy"), globalVariables.SysDate.ToString("dd/MM/yyyy"), KCB_THANHTOAN_SONGAY_HUYTHANHTOAN.ToString())); return; } if (PropertyLib._ThanhtoanProperties.Hoitruockhihuythanhtoan) if (!Utility.AcceptQuestion(string.Format("Bạn có muốn hủy lần thanh toán với Mã thanh toán {0}", v_Payment_Id.ToString()), "Thông báo", true)) { return; } if (THU_VIEN_CHUNG.Laygiatrithamsohethong("KCB_THANHTOAN_BATNHAPLYDO_HUYTHANHTOAN", "1", false) == "1") { frm_Chondanhmucdungchung _Nhaplydohuythanhtoan = new frm_Chondanhmucdungchung("LYDOHUYTHANHTOAN", "Hủy thanh toán tiền Bệnh nhân", "Nhập lý do hủy thanh toán trước khi thực hiện...", "Lý do hủy thanh toán"); _Nhaplydohuythanhtoan.ShowDialog(); m_blnCancel = _Nhaplydohuythanhtoan.m_blnCancel; if(m_blnCancel) return; ma_lydohuy = _Nhaplydohuythanhtoan.ma; } bool HUYTHANHTOAN_HUYBIENLAI = THU_VIEN_CHUNG.Laygiatrithamsohethong("HUYTHANHTOAN_HUYBIENLAI", "1", true) == "1"; actionResult = _THANHTOAN.HuyThanhtoan(v_Payment_Id, objLuotkham, ma_lydohuy, Utility.Int32Dbnull(grdPaymentDetail.CurrentRow.Cells[KcbThanhtoan.Columns.IdHdonLog], -1), HUYTHANHTOAN_HUYBIENLAI); int record = -1; switch (actionResult) { case ActionResult.Success: ModifyComamd(); Utility.ShowMsg("Bạn hủy thông tin thanh toán thành công", "Thông báo"); m_blnCancel = false; cmdExit.PerformClick(); break; case ActionResult.ExistedRecord: Utility.ShowMsg("Thuốc đã cấp phát cho Bệnh nhân nên cần trả lại thuốc bên Dược mới có thể thực hiện hủy thanh toán", "Thông báo", MessageBoxIcon.Warning); break; case ActionResult.Error: Utility.ShowMsg("Lỗi trong quá trình hủy thông tin thanh toán", "Thông báo", MessageBoxIcon.Error); break; } }