public bool ExistenPendientesPacienteVivo(int?establecimientoId) { return(objAutorizacionDA.ExistenPendientesPacienteVivo(establecimientoId)); }