OEModule\OphCoCvi\components\OphCoCvi_API::getEvents PHP Méthode

getEvents() public méthode

Get all events regardless of episode.
public getEvents ( Patient $patient ) : Event[]
$patient Patient
Résultat Event[]
    public function getEvents(Patient $patient)
    {
        return $this->getManager()->getEventsForPatient($patient);
    }