Ejemplo n.º 1
0
 public FrmCureApply(HIS.Model.ZY_PatList _patlist, long userid, long deptid)
 {
     InitializeComponent();
     _currentUser = new User(userid);
     _currentDept = new Deptment(deptid);
     _zypatlist   = _patlist;
     Controller   = new HIS_ZYDocManager.Action.FrmMediApplyController(this, HIS.ZYDoc_BLL.MediApply.MediType.治疗);
     Controller.GetPatlist();
 }
Ejemplo n.º 2
0
 public FrmTestApply(HIS.Model.ZY_PatList _patlist, long userid, long deptid)
 {
     InitializeComponent();
     _currentUser = new User(userid);
     _currentDept = new Deptment(deptid);
     _zypatlist   = _patlist;
     Controller   = new HIS_ZYDocManager.Action.FrmMediApplyController(this, HIS.ZYDoc_BLL.MediApply.MediType.检验);
     Controller.GetPatlist();
     if (Controller.ConnectLis())
     {
         try
         {
             hyInitHinstance(this.Handle);
         }
         catch
         {
         }
     }
 }
Ejemplo n.º 3
0
 private void BtnBrush_Click(object sender, EventArgs e)
 {
     Controller = new HIS_ZYDocManager.Action.FrmMediApplyController(this, HIS.ZYDoc_BLL.MediApply.MediType.治疗);
     Controller.GetPatlist();
     Controller.getDept();
 }