OEModule\OphCoCvi\components\OphCoCvi_API::getEvents PHP 메소드

getEvents() 공개 메소드

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