OEModule\OphCoCvi\components\OphCoCvi_API::getEvents PHP Method

getEvents() public method

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