示例#1
0
        public ActionResult CreateEpisodeOfCare(Application.Entities.EpisodeOfCare model)
        {
            _patientService.CreateEpisodeOfCare(model);

            return(RedirectToAction("Edit", "Patient", new { patientId = model.PatientId }));
        }