示例#1
0
 public HistoryEmrTimeAndCaption(List <EmrNode> emrNodeList, DrectSoft.Core.MainEmrPad.New.UCEmrInput ucEmrInput)
 {
     InitializeComponent();
     InitDataSource();
     m_EmrNodeList       = emrNodeList;
     m_CurrentUCEmrInput = ucEmrInput;
 }
示例#2
0
 public HistoryEmrBatchInFormNurse(IEmrHost app, DrectSoft.Core.MainEmrPad.New.UCEmrInput ucEmrInput)
 {
     try
     {
         InitializeComponent();
         RegisterEvent();
         m_App = app;
         m_CurrentInpatient  = app.CurrentPatientInfo;
         m_CurrentUCEmrInput = ucEmrInput;
         InitDateEdit();
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
示例#3
0
 public HistoryEmrBatchInFormNew(IEmrHost app, Inpatient inpatient, string deptChangeID, DrectSoft.Core.MainEmrPad.New.UCEmrInput ucEmrInput)
 {
     try
     {
         InitializeComponent();
         RegisterEvent();
         m_App = app;
         m_CurrentInpatient  = inpatient;
         m_DeptChangeID      = deptChangeID;
         m_CurrentUCEmrInput = ucEmrInput;
         InitDateEdit();
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }