//基本信息显示 private void BasicInfoItem_Click(object sender, EventArgs e) { LabInspectpanel.Hide(); PhysicalInspectpanel.Hide(); ConstHistorypanel.Hide(); PresentHistorypanel.Hide(); CurePlanpanel.Hide(); this.BasicInfopanel.Show(); }
private void ConstHistoryAgain_Click(object sender, EventArgs e) { ImageInspectpanel.Hide(); LabInspectpanel.Hide(); PhysicalInspectpanel.Hide(); CurePlanpanel.Hide(); this.ConstHistorypanel.Show(); ConstHistorySavebutton.Hide(); ConstHistoryUpdatebutton.Show(); }
//体格检查出诊显示 private void PhysicalInspect_Click(object sender, EventArgs e) { ImageInspectpanel.Hide(); LabInspectpanel.Hide(); CurePlanpanel.Hide(); this.PhysicalInspectpanel.Show(); PhysicalInspectUpdatebutton.Hide(); PhysicalInspectSavebutton.Show(); }
/*********************************************************************************** * 初诊显示* ***********************************************************************************/ //基本症状初诊显示 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(); }