Ejemplo n.º 1
0
        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);
        }
Ejemplo n.º 2
0
 public IPlugIn Run(YidanSoft.FrameWork.WinForm.Plugin.IYidanEmrHost host)
 {
     throw new NotImplementedException();
 }