コード例 #1
0
 private void simpleButton2_Click_1(object sender, EventArgs e)
 {
     PatientTeartment.XtraDiagnose diagnose = new PatientTeartment.XtraDiagnose(VISITID, PANAME, STATE = 0);
     diagnose.Show();
 }
コード例 #2
0
 private void simpleButton4_Click(object sender, EventArgs e)
 {
     PatientTeartment.XtraDiagnose diagn = new PatientTeartment.XtraDiagnose(VISITID, DIAGNOSEID, DICODE, PANAME, DINAME, DIDATE, DITIME, STATE = 1);
     diagn.Show();
 }