Examination::isIntraocularPressureCollapsed PHP Method

isIntraocularPressureCollapsed() protected method

    protected function isIntraocularPressureCollapsed()
    {
        return (bool) $this->find('xpath', $this->getElement('openIntraocularPressure')->getXpath());
    }
Examination