// Provide a default path to dwr.engine if (dwr == null) var dwr = {}; if (dwr.engine == null) dwr.engine = {}; if (DWREngine == null) var DWREngine = dwr.engine; if (EstadoNotificacionReaccionAdversaCtrl == null) var EstadoNotificacionReaccionAdversaCtrl = {}; EstadoNotificacionReaccionAdversaCtrl._path = '/nraalcs/dwr'; EstadoNotificacionReaccionAdversaCtrl.obtenerListaFiltrada = function(p0, callback) { dwr.engine._execute(EstadoNotificacionReaccionAdversaCtrl._path, 'EstadoNotificacionReaccionAdversaCtrl', 'obtenerListaFiltrada', p0, callback); }