|
|
@ -228,13 +228,13 @@ namespace PEIS.View.Exam |
|
|
|
Invoke(new Action(() => textBox3.Text = patient.Name)); |
|
|
|
Invoke(new Action(() => textBox3.Text = patient.Name)); |
|
|
|
Invoke(new Action(() => textBox4.Text = patient.Sex == "1" ? "男" : "女")); |
|
|
|
Invoke(new Action(() => textBox4.Text = patient.Sex == "1" ? "男" : "女")); |
|
|
|
Invoke(new Action(() => textBox5.Text = patient.Age.ToString())); |
|
|
|
Invoke(new Action(() => textBox5.Text = patient.Age.ToString())); |
|
|
|
//Invoke(new Action(() =>textBox9.Text = patient)). |
|
|
|
Invoke(new Action(() => textBox6.Text = patient.Type));//类别 |
|
|
|
//Invoke(new Action(() =>textBox7.Text = patient.HazardFactors)); |
|
|
|
Invoke(new Action(() =>textBox7.Text = patient.HazardFactors));//接害因素 |
|
|
|
//Invoke(new Action(() =>textBox8.Text= patient)) |
|
|
|
Invoke(new Action(() => textBox8.Text = patient.Company));//工作单位 |
|
|
|
//Invoke(new Action(() =>textBox9.Text= patient.JobTypes)) |
|
|
|
Invoke(new Action(() => textBox9.Text = patient.JobTypes));//工种 |
|
|
|
//Invoke(new Action(() =>textBox10.Text = )) |
|
|
|
Invoke(new Action(() => textBox10.Text = patient.DeptName));//部门/车间 |
|
|
|
//Invoke(new Action(() =>textBox11.Text = patient.WorkYears)) |
|
|
|
Invoke(new Action(() => textBox11.Text = patient.WorkYears));//总工龄 |
|
|
|
//Invoke(new Action(() =>textBox12.Text = )) |
|
|
|
Invoke(new Action(() => textBox12.Text = patient.HazardYears));//接害年龄 |
|
|
|
|
|
|
|
|
|
|
|
if (patient.Sex == "1") Sexman(); |
|
|
|
if (patient.Sex == "1") Sexman(); |
|
|
|
|
|
|
|
|
|
|
|