예제 #1
0
        public ActionResult PrintPatientPrescription(int id)
        {
            var getAllPatientPrescription = _objIPatient.GetAllPatientPrescription(id);

            SetPatientName(id);
            return(PartialView("_PrintPatientPrescription", getAllPatientPrescription));
        }