Example #1
0
        //化验检查初诊
        private void LabInspect_Click(object sender, EventArgs e)
        {
            ImageInspectpanel.Hide();
            CurePlanpanel.Hide();
            this.LabInspectpanel.Show();


            LabInspectUpdatebutton.Hide();
            LabInspectSavebutton.Show();
        }
Example #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();
        }
Example #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();
        }