Exemplo n.º 1
0
        /// <summary>
        /// 显示“收藏病例”(来自于会诊病例)
        /// </summary>
        /// <returns></returns>
        public ActionResult MyPatientCase()
        {
            ViewBag.CurrentUser = CurrentUser;
            var list = AccountMgr.GetUserPatientCaseCollections(CurrentUser.id);

            return(View(list));
        }