redirectToPatientEpisodes() protected method

Redirect to the patient episodes when the controller determines the action cannot be carried out.
 public function redirectToPatientEpisodes()
 {
     parent::redirectToPatientEpisodes();
 }