\n \n \n\n\n\n\n\n","import { render } from \"./PricingSection.vue?vue&type=template&id=10700499&scoped=true\"\nimport script from \"./PricingSection.vue?vue&type=script&lang=js\"\nexport * from \"./PricingSection.vue?vue&type=script&lang=js\"\n\nimport \"./PricingSection.vue?vue&type=style&index=0&id=10700499&lang=scss&scoped=true\"\n\nimport exportComponent from \"/Users/baishouse/Documents/VS Projects/bh-webdev-chirowrite-2022-website/node_modules/vue-loader/dist/exportHelper.js\"\nconst __exports__ = /*#__PURE__*/exportComponent(script, [['render',render],['__scopeId',\"data-v-10700499\"]])\n\nexport default __exports__","\n
\n
\n \n
\n
\n ChiroWrite started offering chiropractors an effective and efficient suite of products\n in 2006. Building from that base with hundreds of suggestions from users over the years,\n ChiroWrite now offers chiropractors a variety of solutions to meet their software needs.\n Our front-to-back solutions are available running in house as a desktop application or in\n the cloud. Our modules include scheduling, billing, documentation and patient check-in.\n
\n Documentation Suite – Only need documentation? Our software interfaces with many of the\n standard chiropractic billing systems such as Eclipse, Medisoft, InPhase and many others.\n
\n Cash Based Practice Suite – Have a cash only practice? Get scheduling, documentation and\n our patient check-in to run your whole office from front to back.\n \n Billing Practice Suite – Doing internal billing? Get scheduling, billing, documentation\n and our patient check-in.\n
\n \n Done, Email was sent! We will confirm your date & time shortly.\n \n \n \n Unexpected error: {{ setError }}\n \n \n Email is being sent now... \n
\n
Contact Us
\n \n \n
\n
\n \n
\n
\n
\n\n\n\n\n\n","import { ref } from 'vue';\n\nconst UseEmail = (endpointUrl) => {\n const submitted = ref(false);\n const loading = ref(false);\n const error = ref();\n\n function sendEmail(data) {\n loading.value = true;\n submitted.value = false;\n error.value = undefined;\n\n fetch(endpointUrl, {\n method: 'POST',\n headers: {\n Accept: 'application/json',\n 'Content-Type': 'application/json',\n },\n body: JSON.stringify(data),\n })\n .then((response) => {\n if (response.status === 422) {\n throw new Error('Are you a robot?');\n }\n\n if (response.status !== 200) {\n throw new Error(`${response.statusText} (${response.status})`);\n }\n\n return response.json;\n })\n .then(() => {\n submitted.value = true;\n loading.value = false;\n })\n .catch((err) => {\n error.value = err.toString();\n loading.value = false;\n });\n }\n\n return {\n submitted,\n loading,\n error,\n sendEmail,\n };\n};\nexport default UseEmail;\n","import { render } from \"./ScheduleDemo.vue?vue&type=template&id=7ca9f32e&scoped=true\"\nimport script from \"./ScheduleDemo.vue?vue&type=script&lang=js\"\nexport * from \"./ScheduleDemo.vue?vue&type=script&lang=js\"\n\nimport \"./ScheduleDemo.vue?vue&type=style&index=0&id=7ca9f32e&lang=scss&scoped=true\"\n\nimport exportComponent from \"/Users/baishouse/Documents/VS Projects/bh-webdev-chirowrite-2022-website/node_modules/vue-loader/dist/exportHelper.js\"\nconst __exports__ = /*#__PURE__*/exportComponent(script, [['render',render],['__scopeId',\"data-v-7ca9f32e\"]])\n\nexport default __exports__","import { createRouter, createWebHistory } from 'vue-router';\nimport HomeView from '../views/HomeView.vue';\nimport FocusedView from '../views/TestView.vue';\nimport PricingView from '../components/PricingSection.vue';\nimport AboutView from '../views/AboutView.vue';\nimport ScheduleDemo from '../components/ScheduleDemo.vue';\n\nconst routes = [\n {\n path: '/',\n name: 'home',\n component: HomeView,\n meta: {\n title: 'Home',\n },\n },\n {\n path: '/info/:id',\n name: 'FocusedView',\n component: FocusedView,\n props: true,\n meta: {\n title: 'Notes',\n },\n },\n {\n path: '/pricing',\n name: 'PricingView',\n component: PricingView,\n props: true,\n meta: {\n title: 'Pricing',\n },\n },\n {\n path: '/about',\n name: 'AboutView',\n component: AboutView,\n props: true,\n meta: {\n title: 'About',\n },\n },\n {\n path: '/scheduledemo',\n name: 'ScheduleDemo',\n component: ScheduleDemo,\n props: true,\n meta: {\n title: 'Schedule A Demo',\n },\n },\n];\n\nconst router = createRouter({\n history: createWebHistory(process.env.BASE_URL),\n routes,\n scrollBehavior() {\n return { top: 0 };\n },\n});\n\nrouter.beforeEach((to, from, next) => {\n document.title = `${to.meta.title} | Chirowrite`;\n next();\n});\nexport default router;\n","import { createStore } from 'vuex';\n\nexport default createStore({\n state: {\n },\n getters: {\n },\n mutations: {\n },\n actions: {\n },\n modules: {\n },\n});\n","import { createApp } from 'vue';\nimport App from './App.vue';\nimport router from './router';\nimport store from './store';\n\ncreateApp(App).use(store)\n .use(router)\n .mount('#app');\n","var map = {\n\t\"./Chirowrite-Icon.png\": 3114,\n\t\"./SchedulerDay-view.png\": 4751,\n\t\"./billing-image.png\": 9131,\n\t\"./chiro-office-biller.png\": 6303,\n\t\"./chiro-office-schedule.png\": 13,\n\t\"./chiropractor-happy.png\": 1024,\n\t\"./chiropractor-patient copy.png\": 154,\n\t\"./chiropractor-patient-alt.png\": 1802,\n\t\"./chiropractor-patient.png\": 1464,\n\t\"./chirowrite-box.png\": 5457,\n\t\"./chirowrite-logo-white.png\": 8610,\n\t\"./chirowrite-logo.png\": 2000,\n\t\"./chirowrite-no-logo.png\": 5086,\n\t\"./doctor-spine.png\": 8823,\n\t\"./doctor-theragun.png\": 2389,\n\t\"./happy-female-chiro.png\": 3697,\n\t\"./happy-male-chiro.png\": 7989,\n\t\"./notes-image.png\": 8303,\n\t\"./patient-cNotes.png\": 7844,\n\t\"./patient-custom.png\": 809,\n\t\"./patient-images.png\": 9987,\n\t\"./patient-neck.png\": 9748,\n\t\"./patient-notes.png\": 769,\n\t\"./patient-prior.png\": 9818,\n\t\"./patient-reports.png\": 5822,\n\t\"./patient-screen.png\": 3886,\n\t\"./patient-worxflow.png\": 5113,\n\t\"./patient-worxphrase.png\": 8973,\n\t\"./ptscreen.png\": 1665,\n\t\"./schedule-image.png\": 1661,\n\t\"./scheduler-add.png\": 8859,\n\t\"./scheduler-default.png\": 8292,\n\t\"./scheduler-generate.png\": 2253,\n\t\"./scheduler-recur.png\": 8273,\n\t\"./scheduler-schedule.png\": 1680,\n\t\"./scheduler-text.png\": 3017,\n\t\"./spine-study.png\": 9406\n};\n\n\nfunction webpackContext(req) {\n\tvar id = webpackContextResolve(req);\n\treturn __webpack_require__(id);\n}\nfunction webpackContextResolve(req) {\n\tif(!__webpack_require__.o(map, req)) {\n\t\tvar e = new Error(\"Cannot find module '\" + req + \"'\");\n\t\te.code = 'MODULE_NOT_FOUND';\n\t\tthrow e;\n\t}\n\treturn map[req];\n}\nwebpackContext.keys = function webpackContextKeys() {\n\treturn Object.keys(map);\n};\nwebpackContext.resolve = webpackContextResolve;\nmodule.exports = webpackContext;\nwebpackContext.id = 260;","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n// expose the modules object (__webpack_modules__)\n__webpack_require__.m = __webpack_modules__;\n\n","var deferred = [];\n__webpack_require__.O = function(result, chunkIds, fn, priority) {\n\tif(chunkIds) {\n\t\tpriority = priority || 0;\n\t\tfor(var i = deferred.length; i > 0 && deferred[i - 1][2] > priority; i--) deferred[i] = deferred[i - 1];\n\t\tdeferred[i] = [chunkIds, fn, priority];\n\t\treturn;\n\t}\n\tvar notFulfilled = Infinity;\n\tfor (var i = 0; i < deferred.length; i++) {\n\t\tvar chunkIds = deferred[i][0];\n\t\tvar fn = deferred[i][1];\n\t\tvar priority = deferred[i][2];\n\t\tvar fulfilled = true;\n\t\tfor (var j = 0; j < chunkIds.length; j++) {\n\t\t\tif ((priority & 1 === 0 || notFulfilled >= priority) && Object.keys(__webpack_require__.O).every(function(key) { return __webpack_require__.O[key](chunkIds[j]); })) {\n\t\t\t\tchunkIds.splice(j--, 1);\n\t\t\t} else {\n\t\t\t\tfulfilled = false;\n\t\t\t\tif(priority < notFulfilled) notFulfilled = priority;\n\t\t\t}\n\t\t}\n\t\tif(fulfilled) {\n\t\t\tdeferred.splice(i--, 1)\n\t\t\tvar r = fn();\n\t\t\tif (r !== undefined) result = r;\n\t\t}\n\t}\n\treturn result;\n};","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = function(module) {\n\tvar getter = module && module.__esModule ?\n\t\tfunction() { return module['default']; } :\n\t\tfunction() { return module; };\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = function(exports, definition) {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.g = (function() {\n\tif (typeof globalThis === 'object') return globalThis;\n\ttry {\n\t\treturn this || new Function('return this')();\n\t} catch (e) {\n\t\tif (typeof window === 'object') return window;\n\t}\n})();","__webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }","__webpack_require__.p = \"/\";","// no baseURI\n\n// object to store loaded and loading chunks\n// undefined = chunk not loaded, null = chunk preloaded/prefetched\n// [resolve, reject, Promise] = chunk loading, 0 = chunk loaded\nvar installedChunks = {\n\t143: 0\n};\n\n// no chunk on demand loading\n\n// no prefetching\n\n// no preloaded\n\n// no HMR\n\n// no HMR manifest\n\n__webpack_require__.O.j = function(chunkId) { return installedChunks[chunkId] === 0; };\n\n// install a JSONP callback for chunk loading\nvar webpackJsonpCallback = function(parentChunkLoadingFunction, data) {\n\tvar chunkIds = data[0];\n\tvar moreModules = data[1];\n\tvar runtime = data[2];\n\t// add \"moreModules\" to the modules object,\n\t// then flag all \"chunkIds\" as loaded and fire callback\n\tvar moduleId, chunkId, i = 0;\n\tif(chunkIds.some(function(id) { return installedChunks[id] !== 0; })) {\n\t\tfor(moduleId in moreModules) {\n\t\t\tif(__webpack_require__.o(moreModules, moduleId)) {\n\t\t\t\t__webpack_require__.m[moduleId] = moreModules[moduleId];\n\t\t\t}\n\t\t}\n\t\tif(runtime) var result = runtime(__webpack_require__);\n\t}\n\tif(parentChunkLoadingFunction) parentChunkLoadingFunction(data);\n\tfor(;i < chunkIds.length; i++) {\n\t\tchunkId = chunkIds[i];\n\t\tif(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {\n\t\t\tinstalledChunks[chunkId][0]();\n\t\t}\n\t\tinstalledChunks[chunkId] = 0;\n\t}\n\treturn __webpack_require__.O(result);\n}\n\nvar chunkLoadingGlobal = self[\"webpackChunkChirowrite_EHR_Software\"] = self[\"webpackChunkChirowrite_EHR_Software\"] || [];\nchunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0));\nchunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));","// startup\n// Load entry module and return exports\n// This entry module depends on other loaded chunks and execution need to be delayed\nvar __webpack_exports__ = __webpack_require__.O(undefined, [998], function() { return __webpack_require__(8009); })\n__webpack_exports__ = __webpack_require__.O(__webpack_exports__);\n"],"names":["id","_createElementVNode","class","_createElementBlock","_createVNode","_component_navigation_component","_component_router_view","_hoisted_2","_component_footer_section","_component_router_link","to","_hoisted_5","name","params","_hoisted_14","script","__exports__","src","_imports_0","alt","_hoisted_1","$data","_imports_1","onClick","$options","onKeypress","_Transition","data","mobile","mobileNav","windowWidth","created","window","addEventListener","this","checkScreen","methods","innerWidth","toggleMobileNav","components","NavigationComponent","FooterSection","render","_component_intro_section","post","$setup","_Fragment","_renderList","x","_createBlock","_component_post_section","key","_toDisplayString","$props","title","content","require","photo","props","heading","subHeading","PostSection","IntroSection","setup","posts","welcomeScreen","ref","_component_test_section","overview","overview2","_component_d_button","_ctx","push","DButton","features","feature","icon","_hoisted_6","description","computed","_component_big_card","_component_small_card","BigCard","SmallCard","TestSection","route","useRoute","router","useRouter","Notes","productPhoto","ppAlt","Scheduler","Billing","value","_hoisted_11","_hoisted_15","_hoisted_24","_hoisted_28","_hoisted_37","_hoisted_41","_hoisted_8","_hoisted_13","_hoisted_17","_hoisted_18","_hoisted_21","_hoisted_26","_hoisted_30","_hoisted_31","_hoisted_34","_hoisted_39","_hoisted_43","_hoisted_44","_hoisted_46","_hoisted_47","purchase","buttonInput","purchasePrice","leasePrice","toggleStuff","style","for","_hoisted_3","_hoisted_9","_hoisted_19","_hoisted_23","_hoisted_25","_hoisted_29","_hoisted_32","onSubmit","type","placeholder","required","chiroName","$event","practiceName","phoneNumber","emailAddress","dateTime","_hoisted_40","softwareType","_hoisted_49","_hoisted_50","UseEmail","endpointUrl","submitted","loading","error","sendEmail","undefined","fetch","method","headers","Accept","body","JSON","stringify","then","response","status","Error","statusText","json","catch","err","toString","form","reactive","sendForm","Chiropractor","Practice","Email","PhoneNumber","Date","Software","routes","path","component","HomeView","meta","FocusedView","PricingView","AboutView","ScheduleDemo","createRouter","history","createWebHistory","process","scrollBehavior","top","beforeEach","from","next","document","createStore","state","getters","mutations","actions","modules","createApp","App","use","store","mount","map","webpackContext","req","webpackContextResolve","__webpack_require__","o","e","code","keys","Object","resolve","module","exports","__webpack_module_cache__","moduleId","cachedModule","__webpack_modules__","m","deferred","O","result","chunkIds","fn","priority","notFulfilled","Infinity","i","length","fulfilled","j","every","splice","r","n","getter","__esModule","d","a","definition","defineProperty","enumerable","get","g","globalThis","Function","obj","prop","prototype","hasOwnProperty","call","p","installedChunks","chunkId","webpackJsonpCallback","parentChunkLoadingFunction","moreModules","runtime","some","chunkLoadingGlobal","self","forEach","bind","__webpack_exports__"],"sourceRoot":""}