//{A45EE85D-B1E3-4af0-ACAD-9DAF65610611}
        /// <summary>
        /// 根据护士站更新警戒线
        /// </summary>
        /// <param name="nurseCellID"></param>
        /// <returns></returns>
        private int UpdateByNurseCellID(string nurseCellID, decimal alertMoney, string alertType, DateTime beginDate, DateTime endDate)
        {
            int result = radtIntegrate.UpdatePatientAlertByNurseCellID(nurseCellID, alertMoney, alertType, beginDate, endDate);

            return(result);
        }