Services\Patient::getGp PHP Method

getGp() public method

public getGp ( ) : Gp | null
return Gp | null
    public function getGp()
    {
        return $this->gp_ref ? $this->gp_ref->resolve() : null;
    }