Beispiel #1
0
        public void ShowVs()
        {
            string Knock  = this.lbKnock.Text;
            string Score  = this.lbScore.Text;
            string strDep = patientDepartment;

            using (gjtEmrPatients.emrPatients ep = new gjtEmrPatients.emrPatients())
            {
                strDep = ep.GetDepartmentName(patientDepartment);
            }
            bool   blSelf        = false;
            string strRegistryID = regID;

            blSelf = true;
            GetNewReport(GetData(blSelf, strRegistryID), Score, Knock, strDep);
        }