private DataTable tblJJBData = new DataTable();
tblJJBData.Columns.AddRange(new DataColumn[] {
new DataColumn("住院号",typeof(string)),
new DataColumn("床号", typeof(string)),
new DataColumn("病人姓名", typeof(string)),
new DataColumn("性别", typeof(string)),
new DataColumn("年龄", typeof(string))
});
tblJJBData.Columns.Add("病人健康卡号", typeof(string));
tblJJBData.Columns.Add("诊断名称", typeof(string));
tblJJBData.Columns.Add("交接日期", typeof(string));
tblJJBData.Columns.Add("交班时间", typeof(string));
tblJJBData.Columns.Add("交班医生姓名", typeof(string));
tblJJBData.Columns.Add("班次", typeof(string));
tblJJBData.Columns.Add("交班情况", typeof(string));
tblJJBData.Columns.Add("接班时间", typeof(string));
tblJJBData.Columns.Add("接班医生姓名", typeof(string));
tblJJBData.Columns.Add("接班情况", typeof(string));
tblJJBData.Rows.Add("474823", "12", "张三", "1", "21岁", "2200000000", "急性心力衰竭", "20150527", "0923", "赵红梅", "白班", "该患者在下午两点需要换药,吊水时注意......请注意......请注意", "0925", "齐小姐", "交班注意事项已收到......已收到......已收到......已收到");
tblJJBData.Rows.Add("674828", "15", "李思思", "2", "21岁", "2200000000", "急性心力衰竭", "20150526", "0923", "胡杰", "白班", "该患者在下午两点需要换药,吊水时注意......请注意......请注意", "0925", "李小涛", "交班注意事项已收到......已收到......已收到......已收到");
tblJJBData.Rows.Add("574723", "+20", "李钟硕", "1", "20岁", "2200000000", "急性心力衰竭", "20150527", "1023", "赵红梅", "白班", "该患者在下午两点需要换药,吊水时注意......请注意......请注意", "1025", "齐小姐", "交班注意事项已收到......已收到......已收到......已收到");
tblJJBData.Rows.Add("404823A", "23", "朴海镇", "1", "21岁", "2200000000", "急性心力衰竭", "20150527", "0923", "安慧", "白班", "该患者在下午两点需要换药,吊水时注意......请注意......请注意", "0925", "齐小姐", "交班注意事项已收到......已收到......已收到......已收到");
tblJJBData.Rows.Add("474823B", "18", "李四", "1", "12岁", "2200000000", "急性心力衰竭", "20150526", "0823", "赵红梅", "白班", "该患者在下午两点需要换药,吊水时注意......请注意......请注意", "", "", "");
tblJJBData.Rows.Add("474823B", "13", "李四", "1", "12岁", "2200000000", "急性心力衰竭", "20150527", "0923", "李婷婷", "白班", "该患者在下午两点需要换药,吊水时注意......请注意......请注意", "0925", "齐小姐", "交班注意事项已收到......已收到......已收到......已收到");