public IPlugIn Run(YidanSoft.FrameWork.WinForm.Plugin.IYidanEmrHost host) { PlugIn plg = new PlugIn(this.GetType().ToString(), this); plg.PatientChanged += new PatientChangedHandler(plg_PatientChanged); m_app = host; m_RecordDal = new RecordDal(m_app.SqlHelper); m_UCEmrInput.SetInnerVar(m_app, m_RecordDal); return(plg); }
public IPlugIn Run(YidanSoft.FrameWork.WinForm.Plugin.IYidanEmrHost host) { throw new NotImplementedException(); }