/// <summary> /// Print /// </summary> internal void Print() { EntityOutpatientInterview vo = GetRowObject(); if (vo != null && Function.Dec(vo.rptId) > 0) { frmPrintDocumentSimple frm = new frmPrintDocumentSimple(GetXR(Function.Dec(vo.rptId))); frm.ShowDialog(); } }
/// <summary> /// 打印 /// </summary> public override void Preview() { EntityNursEventStrument vo = GetRowObject(); if (vo != null && Function.Dec(this.rptId) > 0) { frmPrintDocumentSimple frm = new frmPrintDocumentSimple(GetXR(Function.Dec(this.rptId))); frm.ShowDialog(); } }
/// <summary> /// Print /// </summary> internal void Print() { EntityContagionDisplay vo = GetRowObject(); if (vo != null && Function.Dec(vo.rptId) > 0) { frmPrintDocumentSimple frm = new frmPrintDocumentSimple(GetXR(Function.Dec(vo.rptId))); frm.ShowDialog(); } }
/// <summary> /// Print /// </summary> internal void Print() { frmPrintDocumentSimple frm = new frmPrintDocumentSimple(GetXR()); frm.ShowDialog(); using (ProxyAdverseEvent proxy = new ProxyAdverseEvent()) { proxy.Service.UpdateZrbbgPrintFlg(Function.Dec(this.ZrbbgDisplayVo.rptId)); } }
/// <summary> /// Print /// </summary> internal void Print() { frmPrintDocumentSimple frm = new frmPrintDocumentSimple(GetXR()); frm.ShowDialog(); using (ProxyAdverseEvent proxy = new ProxyAdverseEvent()) { if (GlobalLogin.objLogin.lstRoleID.Contains("34")) { proxy.Service.UpdateZrbbgPrintFlg(Function.Dec(this.ZrbbgDisplayVo.rptId)); } } }
/// <summary> /// Print /// </summary> internal void Print() { EntityZrbbgDisplay vo = GetRowObject(); if (vo != null && Function.Dec(vo.rptId) > 0) { frmPrintDocumentSimple frm = new frmPrintDocumentSimple(GetXR(Function.Dec(vo.rptId))); frm.ShowDialog(); } if (vo != null && Function.Dec(vo.rptId) > 0) { using (ProxyAdverseEvent proxy = new ProxyAdverseEvent()) { proxy.Service.UpdateZrbbgPrintFlg(Function.Dec(vo.rptId)); } } this.Query(); }
/// <summary> /// Print /// </summary> internal void Print() { frmPrintDocumentSimple frm = new frmPrintDocumentSimple(GetXR()); frm.ShowDialog(); }