说明: private void AddPatientInfo() {//添加病历信息 TipMessage frmTip = new TipMessage(); if (this.textBoxBingLiNo.Text.Length < 1) { frmTip.SetTipMessage("病历号必须填写!"); frmTip.ShowDialog(); this.textBoxBingLiNo.Focus(); return; } if (this.textBoxName.Text.Len
<mana2323> 上传 | 大小:20kb