public ActionResult GetPatientIPDBedStatus(string prefix) { DataSet ds = bl_status.GetBedStatus(prefix); return(View(prefix)); }