var APP = {}; APP.contextPath = '/ema'; APP.resourceVersionParameters = 'build=7.3.4.1&rev=2d4c345dc0'; APP.pod = 'pod01'; APP.emaEnvironment = 'PROD'; APP.welcomeText = 'Welcome to Schweiger Dermatology\'s Patient Portal. FOR MEDICAL QUESTIONS OR A FASTER RESPONSE TEXT US AT 646-558-6696\r\n\r\nEXPECT UP TO TWO DAYS FOR A RESPONSE. \r\n\r\nYou can use our portal to: \r\n\r\n*View Results: Pathology or Lab\r\n\r\nEXPECT UP TO TWO DAYS FOR A RESPONSE.\r\n\r\n*Book an Appointment: Click the \'Appointment\' tab and the \'Request Appointment button.\r\n\r\n*Enter Your Medical History: Click the \'My Health\' tab and use the tabs on the left to add\/update your history.\r\n\r\n*See Your Past Visit Information: Click on the \'Appointment\' tab and use the tabs on the left to access previous visits.'; APP.sessionId = 'HZ78ED81F46EA64D869EC6AAE2C51C2BBC'; APP.isEyefinity = false; APP.isRegionsEnabled = false; APP.isRestrictedChartsEnabled = false; APP.isMmFaxEnabled = false; APP.isChartSegmentationEnabled = false; APP.isGlobalPeriodEnabled = false; APP.maverickEnabled = false; APP.inventoryEnabled = false; APP.canCreateVisit = false; APP.showGoToPage = false; APP.maverickSetupComplete = false; APP.systemQueueWorkerThrottleEnabled = false; APP.twainDriverVersion = ''; APP.twainDriverUiEnabled = false; APP.familyAccountsSizeLimit = '0'; APP.billCSVDownloadSizeLimit = '2000'; APP.webSocketsEnabled = false APP.automationHelper = { showingPleaseWait: false }; APP.staffSelectEsEnabled = false; APP.staffPreferences = { useStaffPreferredFacilities: false, staffPreferredFacilities: [] }; APP.pleaseWaitConfig = { pleaseWaitDelay: 0, pleaseWaitDisable: false, pleaseWaitCleanupEnabled: false, pleaseWaitMinTime: 0 }; APP.pleaseWaitConfig.preProcess = !!APP.pleaseWaitConfig.pleaseWaitDisable || (APP.pleaseWaitConfig.pleaseWaitDelay !== undefined && APP.pleaseWaitConfig.pleaseWaitDelay > 0); APP.firm = { id: 212, encryptedId: 'CjOIt3_7IIXJ8AhTR4x-h59pydNRB4nHKCnK97eaMCGthYUQ-DvS_ILWCiaZp2G3', name: 'Schweiger Dermatology', primaryMedicalDomain: 'DERMATOLOGY', primaryMedicalSubdomain: 'DERMATOLOGY' }; APP.firm.medicalDomains = ['DERMATOLOGY','PLASTICS','ENT',]; APP.firm.medicalSubdomains = ['DERMATOLOGY','PLASTICS','ALLERGY',]; var require = { urlArgs: APP.resourceVersionParameters }; // Disable press Enter to submit the form when it causes problems. APP.disablePressEnterToSubmitForm = function() { jQuery("form input").keypress(function (evt) { if ((evt.which && evt.which == 13) || (evt.keyCode && evt.keyCode == 13)) { return false; } return true; }); }; var allowSystemQueue = false; var firmMedicalDomain = "DERMATOLOGY"; APP.requireConfig = { baseUrl: APP.contextPath + "/static/js", paths: { "domReady": "lib/domReady", "lodash": "common/include/lodash.0c3054e4729c1adb1919.bundle", "rsql": "common/include/rsql.d19298a863e316d424ae.bundle" }, shim: { "pdfobject": { exports: "PDFObject" } } }; APP.require = function(deps, callback) { require.config(APP.requireConfig); function getEsCompatibleCallback(cb) { return typeof cb !== 'function' ? cb : function () { var args = Array.prototype.slice.call(arguments) .map(arg => arg && arg.__esModule ? arg.default : arg); return cb.apply(this, args); }; } (function($) { $(document).ready(function() { require(deps, getEsCompatibleCallback(callback)); }); })(jQuery); }; APP.staticResourcePrefix = '/ema/static/';