Exemple #1
0
 private void checkBox_pat_isPregnant_CheckedChanged(object sender, EventArgs e)
 {
     consMgr.updatePtPregFlag(int.Parse(textBox_patId.Text), checkBox_pat_isPregnant.Checked);
     if (isFinished == "1")
     {
         refresh_consultation_data(false);
     }
 }