SecondaryToCommonOphthalmicDisorder::getConditionLabel PHP Method

getConditionLabel() public method

public getConditionLabel ( )
    public function getConditionLabel()
    {
        // FIXME: Add label column (moved from COD alternative label)
        if (false) {
            return $this->label;
        } elseif ($this->getDisorderOrFinding()) {
            return $this->getDisorderOrFinding()->term;
        } else {
            return 'None';
        }
    }