function registerListener() { window.wixDevelopersAnalytics.register( 'cf06bdf3-5bab-4f20-b165-97fb723dac6a', (eventName, eventParams, options) => { const XSRFToken = getXSRFTokenFromCookie() fetch( `${window.location.origin}/_serverless/analytics-reporter/facebook/event`, { method: 'POST', headers: { 'Content-Type': 'application/json', 'X-XSRF-TOKEN': XSRFToken, }, body: JSON.stringify({ eventName, data: eventParams }), }, ); }, ); function getXSRFTokenFromCookie() { var match = document.cookie.match(new RegExp("XSRF-TOKEN=(.+?);")); return match ? match[1] : ""; } } window.wixDevelopersAnalytics ? registerListener() : window.addEventListener('wixDevelopersAnalyticsReady', registerListener);
top of page
Faqs | Emergency Networking

Frequently Asked Questions

FAQs

Still Have Questions?

Contact Our Support Team

  • Is your patient care reporting (PCR) module NEMSIS compliant?
    Our patient care reporting (PCR) module is NEMSIS 3.5 compliant, ensuring our agencies will be prepared as states move to the new standard in the near future.
  • Can I use Emergency Networking without an internet connection?
    Yes. We have an iPad app which can used in offline mode without any cellular or wifi connection. You can navigate between screens and save information including signatures and photos and upload your information when you have an internet connection.
  • Can I customize each module for my specific department / agency?
    Yes, you can customize every module to meet your individual needs. Using aldrin we can go well beyond just reordering lists or making fields required. We can create new workflows, build advanced rules and calculations, and even customize the user experience based on specific devices.
Subscribe Our Newsletter
bottom of page