示例#1
0
 public function getIdentificacionCompleta()
 {
     $enum = \SmartApps\HistClinicaBundle\Util\Util::TipoIdentificacionMinEnum();
     return $enum[$this->tipoIdentificacion] . ' ' . $this->noIdentificacion . ' ' . $this->getNombreCompleto();
     //return $this->tipoIdentificacion . ' ' . $this->noIdentificacion;
 }