Example #1
0
 //基本信息显示
 private void BasicInfoItem_Click(object sender, EventArgs e)
 {
     LabInspectpanel.Hide();
     PhysicalInspectpanel.Hide();
     ConstHistorypanel.Hide();
     PresentHistorypanel.Hide();
     CurePlanpanel.Hide();
     this.BasicInfopanel.Show();
 }
Example #2
0
        /***********************************************************************************
        * 初诊显示*
        ***********************************************************************************/

        //基本症状初诊显示
        private void PresentHistory_Click(object sender, EventArgs e)
        {
            ImageInspectpanel.Hide();
            LabInspectpanel.Hide();
            PhysicalInspectpanel.Hide();
            ConstHistorypanel.Hide();
            CurePlanpanel.Hide();
            this.PresentHistorypanel.Show();


            PresentHistoryUpdateButton.Hide();
            PresentHistoryButton.Show();
        }