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

            ConstHistorySavebutton.Hide();
            ConstHistoryUpdatebutton.Show();
        }
示例#3
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();
        }