BaseEventTypeController::getEpisode PHP Méthode

getEpisode() public méthode

Get the current episode for the firm and patient.
public getEpisode ( ) : Episode
Résultat Episode
    public function getEpisode()
    {
        return Episode::model()->getCurrentEpisodeByFirm($this->patient->id, $this->firm);
    }
BaseEventTypeController