Beispiel #1
0
 public MReport()
 {
     this.m_info = new Info();
     this.m_itemCollection = new List<Item>(30);
     this.m_customCollection = new List<Custom>(3);
     this.m_imageMap = new Dictionary<string, string>(4);
 }
Beispiel #2
0
 private void ConvertInfo(InfoElement i1, Info i2)
 {
     i2.AgeStr = i1.AgeStr;
     i2.BedNo = i1.BedNo;
     i2.Checker = i1.Checker;
     i2.CheckerUrl = i1.CheckerUrl;
     i2.CheckTime = i1.CheckTime;
     i2.CID = i1.CID;
     i2.ClinicalDiagnosis = i1.ClinicalDiagnosis;
     i2.ClinicName = i1.ClinicName;
     i2.CollectTime = i1.CollectTime;
     i2.Comment = i1.Comment;
     i2.DeptName = i1.DeptName;
     i2.Description = i1.Description;
     i2.Doctor = i1.Doctor;
     i2.Explanation = i1.Explanation;
     i2.FinalTime = i1.FinalTime;
     i2.GenderName = i1.GenderName;
     i2.InceptTime = i1.InceptTime;
     i2.Memo = i1.Memo;
     i2.PatientID = i1.PatientID;
     i2.PatientName = i1.PatientName;
     i2.ReceiveTime = i1.ReceiveTime;
     i2.ReportContent = i1.ReportContent;
     i2.SampleNo = i1.SampleNo;
     i2.SampleTypeName = i1.SampleTypeName;
     i2.SampleTypeNo = i1.SampleTypeNo;
     i2.SectionNo = i1.SectionNo;
     i2.SerialNo = i1.SerialNo;
     i2.Technician = i1.Technician;
     i2.TechnicianUrl = i1.TechnicianUrl;
     i2.TestTime = i1.TestTime;
     i2.VisitTimes = i1.VisitTimes;
 }