コード例 #1
0
 private void simpleButton7_Click(object sender, EventArgs e)
 {
     PatientTeartment.XtraFrmRecipe recipe = new PatientTeartment.XtraFrmRecipe(VISITID, STATE = 0);
     recipe.Show();
 }
コード例 #2
0
 private void simpleButton9_Click(object sender, EventArgs e)
 {
     PatientTeartment.XtraFrmRecipe recipe = new PatientTeartment.XtraFrmRecipe(VISITID, RECIPEID, RECODE, REDATE, RETIME, RENOTE, STATE = 1);
     recipe.Show();
 }