示例#1
0
文件: Modify.aspx.cs 项目: aj-hc/ZSSY
 private void ShowInfo()
 {
     RuRo.BLL.ZSSY.LabTestMaster bll=new RuRo.BLL.ZSSY.LabTestMaster();
     RuRo.Model.ZSSY.LabTestMaster model=bll.GetModel();
     this.txtId.Text=model.Id.ToString();
     this.txtTestNo.Text=model.TestNo;
     this.txtpriorityIndicator.Text=model.priorityIndicator;
     this.txtWorkingId.Text=model.WorkingId;
     this.txtTestCause.Text=model.TestCause;
     this.txtRelevantClinicDiag.Text=model.RelevantClinicDiag;
     this.txtSpecimen.Text=model.Specimen;
     this.txtSpcmReceivedDateTime.Text=model.SpcmReceivedDateTime;
     this.txtOrderingDept.Text=model.OrderingDept;
     this.txtorderingProvider.Text=model.orderingProvider;
     this.txtPerformedBy.Text=model.PerformedBy;
     this.txtResultStatus.Text=model.ResultStatus;
     this.txtResultsRptDateTime.Text=model.ResultsRptDateTime;
     this.txttranscriptionist.Text=model.transcriptionist;
     this.txtVerifiedBy.Text=model.VerifiedBy;
 }