\r\n\r\n\r\n","import mod from \"-!../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-parents-diabet.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-parents-diabet.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-parents-diabet.vue?vue&type=template&id=0bc24be4&\"\nimport script from \"./survey-step-parents-diabet.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-parents-diabet.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('h3',[_vm._v(\"Have you ever been told that you have diabetes (either type 1 or type 2) or are pre-diabetic?\")]),_c('p',[_vm._v(\"Note: For females, please answer “No” if you have had gestational diabetes only.\")]),_c('v-form-group',{staticClass:\"card-selector\",attrs:{\"validator\":_vm.$v.diabetic}},[_c('b-form-checkbox',{on:{\"change\":function (value) { return _vm.setOptions(value, _vm.survey.diabetic.isDiabetic, false); }},model:{value:(_vm.survey.diabetic.isPrediabetic),callback:function ($$v) {_vm.$set(_vm.survey.diabetic, \"isPrediabetic\", $$v)},expression:\"survey.diabetic.isPrediabetic\"}},[_vm._v(\"Yes, I have been told that I am pre-diabetic\")]),_c('b-form-checkbox',{on:{\"change\":function (value) { return _vm.setOptions(_vm.survey.diabetic.isPrediabetic, value, false); }},model:{value:(_vm.survey.diabetic.isDiabetic),callback:function ($$v) {_vm.$set(_vm.survey.diabetic, \"isDiabetic\", $$v)},expression:\"survey.diabetic.isDiabetic\"}},[_vm._v(\"Yes, I have been told that I have diabetes\")]),_c('b-form-checkbox',{on:{\"change\":function (value) { return _vm.setOptions(false, false, value); }},model:{value:(_vm.survey.diabetic.isNeverTold),callback:function ($$v) {_vm.$set(_vm.survey.diabetic, \"isNeverTold\", $$v)},expression:\"survey.diabetic.isNeverTold\"}},[_vm._v(\"No\")])],1)],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n
\r\n
Have you ever been told that you have diabetes (either type 1 or type 2) or are pre-diabetic?
\r\n
Note: For females, please answer “No” if you have had gestational diabetes only.
\r\n \r\n setOptions(value, survey.diabetic.isDiabetic, false)\">Yes, I have been told that I am pre-diabetic\r\n setOptions(survey.diabetic.isPrediabetic, value, false)\">Yes, I have been told that I have diabetes\r\n setOptions(false, false, value)\">No\r\n \r\n
\r\n\r\n\r\n","import mod from \"-!../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-diabetic.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-diabetic.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-diabetic.vue?vue&type=template&id=f1d72fca&\"\nimport script from \"./survey-step-diabetic.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-diabetic.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('h3',[_vm._v(\"Are you on medication to manage your diabetic risk?\")]),_c('v-form-group',{staticClass:\"card-selector\",attrs:{\"validator\":_vm.$v.medicationStatus}},[_c('b-form-radio',{attrs:{\"name\":\"medication\",\"value\":_vm.medicationType.Yes},model:{value:(_vm.survey.medicationStatus),callback:function ($$v) {_vm.$set(_vm.survey, \"medicationStatus\", $$v)},expression:\"survey.medicationStatus\"}},[_vm._v(\"Yes\")]),_c('b-form-radio',{attrs:{\"name\":\"medication\",\"value\":_vm.medicationType.No},model:{value:(_vm.survey.medicationStatus),callback:function ($$v) {_vm.$set(_vm.survey, \"medicationStatus\", $$v)},expression:\"survey.medicationStatus\"}},[_vm._v(\"No\")]),_c('b-form-radio',{attrs:{\"name\":\"medication\",\"value\":_vm.medicationType.NotApplicable},model:{value:(_vm.survey.medicationStatus),callback:function ($$v) {_vm.$set(_vm.survey, \"medicationStatus\", $$v)},expression:\"survey.medicationStatus\"}},[_vm._v(\"Not applicable\")])],1)],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","const medicationType = {\r\n Yes: 1,\r\n No: 2,\r\n NotApplicable: 3\r\n}\r\n\r\nexport default medicationType;","\r\n
\r\n
Are you on medication to manage your diabetic risk?
\r\n \r\n Yes\r\n No\r\n Not applicable\r\n \r\n
\r\n\r\n\r\n","import mod from \"-!../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-medication.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-medication.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-medication.vue?vue&type=template&id=3ce9b570&\"\nimport script from \"./survey-step-medication.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-medication.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('h3',[_vm._v(\"Have you had diabetes during pregnancy?\")]),_c('v-form-group',{staticClass:\"card-selector\",attrs:{\"validator\":_vm.$v.pregnancyDiabetStatus}},[_c('b-form-radio',{attrs:{\"name\":\"pregnancy\",\"value\":_vm.pregnancyDiabetType.Yes},model:{value:(_vm.survey.pregnancyDiabetStatus),callback:function ($$v) {_vm.$set(_vm.survey, \"pregnancyDiabetStatus\", $$v)},expression:\"survey.pregnancyDiabetStatus\"}},[_vm._v(\"Yes\")]),_c('b-form-radio',{attrs:{\"name\":\"pregnancy\",\"value\":_vm.pregnancyDiabetType.No},model:{value:(_vm.survey.pregnancyDiabetStatus),callback:function ($$v) {_vm.$set(_vm.survey, \"pregnancyDiabetStatus\", $$v)},expression:\"survey.pregnancyDiabetStatus\"}},[_vm._v(\"No\")])],1)],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n
\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-gender.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-gender.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-gender.vue?vue&type=template&id=324efdca&\"\nimport script from \"./survey-step-gender.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-gender.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_c('h3',[_vm._v(\"What is your Date of Birth?\")]),_c('v-form-group',{staticClass:\"page-buttons\",attrs:{\"icon\":\"calendar\",\"validator\":_vm.$v.birthDate,\"label\":\"Select date\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar attrs = ref.attrs;\nvar listeners = ref.listeners;\nreturn _c('date-picker',_vm._g(_vm._b({attrs:{\"placeholder\":\"MM/DD/YYYY\"},model:{value:(_vm.survey.birthDate),callback:function ($$v) {_vm.$set(_vm.survey, \"birthDate\", $$v)},expression:\"survey.birthDate\"}},'date-picker',attrs,false),listeners))}}])})],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n
\r\n
What is your Date of Birth?
\r\n \r\n \r\n \r\n \r\n
\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-birthdate.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-birthdate.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-birthdate.vue?vue&type=template&id=36ad35a7&\"\nimport script from \"./survey-step-birthdate.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-birthdate.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_c('h3',[_vm._v(\"What is your Race / Ethnicity?\")]),_c('v-form-group',{staticClass:\"card-selector page-buttons\",attrs:{\"validator\":_vm.$v.ethnicities}},[_c('b-form-checkbox-group',{attrs:{\"id\":\"ethnicities\",\"name\":\"selectedEthnicities\"},model:{value:(_vm.survey.ethnicities),callback:function ($$v) {_vm.$set(_vm.survey, \"ethnicities\", $$v)},expression:\"survey.ethnicities\"}},[_c('b-form-checkbox',{attrs:{\"value\":_vm.ethnicityType.Hispanic}},[_vm._v(\"Hispanic\")]),_c('b-form-checkbox',{attrs:{\"value\":_vm.ethnicityType.White}},[_vm._v(\"White Non-Hispanic\")]),_c('b-form-checkbox',{attrs:{\"value\":_vm.ethnicityType.Black}},[_vm._v(\"Black Non-Hispanic\")]),_c('b-form-checkbox',{attrs:{\"value\":_vm.ethnicityType.Native}},[_vm._v(\"Native American\")]),_c('b-form-checkbox',{attrs:{\"value\":_vm.ethnicityType.SouthAsian}},[_vm._v(\"South Asian (India, Pakistan, Bangladesh, Nepal, Bhutan, Maldives, Sri Lanka)\")]),_c('b-form-checkbox',{attrs:{\"value\":_vm.ethnicityType.Asian}},[_vm._v(\"Asian (China, Hong Kong, Taiwan, Japan, Mongolia, Korea)\")]),_c('b-form-checkbox',{attrs:{\"value\":_vm.ethnicityType.Other}},[_vm._v(\"Other\")]),_c('b-form-checkbox',{attrs:{\"value\":_vm.ethnicityType.Unknown}},[_vm._v(\"Adopted/Unknown\")])],1)],1)],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","const ethnicity = {\r\n Hispanic: 1,\r\n White: 2,\r\n Black: 3,\r\n Native: 4,\r\n SouthAsian: 5,\r\n Asian: 6,\r\n Other: 7,\r\n Unknown: 8\r\n}\r\n\r\nexport default ethnicity;","\r\n
\r\n
What is your Race / Ethnicity?
\r\n \r\n \r\n Hispanic\r\n White Non-Hispanic\r\n Black Non-Hispanic\r\n Native American\r\n South Asian (India, Pakistan, Bangladesh, Nepal, Bhutan, Maldives, Sri Lanka)\r\n Asian (China, Hong Kong, Taiwan, Japan, Mongolia, Korea)\r\n Other\r\n Adopted/Unknown\r\n \r\n \r\n
\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-ethnicity.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-ethnicity.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-ethnicity.vue?vue&type=template&id=3482a8aa&\"\nimport script from \"./survey-step-ethnicity.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-ethnicity.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_c('h3',[_vm._v(\"How tall are you?\")]),_c('div',{staticClass:\"page-buttons row\"},[_c('v-form-group',{staticClass:\"col-12 col-lg-4\",attrs:{\"validator\":_vm.$v.selectedFeet,\"label\":\"Feet\"}},[_c('v-select',{class:[{ 'vs--has-value': _vm.selectedFeet !== null }, 'height-form'],attrs:{\"options\":_vm.feetOptions,\"placeholder\":\"Feet\"},on:{\"input\":_vm.convertToInches},model:{value:(_vm.selectedFeet),callback:function ($$v) {_vm.selectedFeet=$$v},expression:\"selectedFeet\"}})],1),_c('v-form-group',{staticClass:\"col-12 col-lg-4\",attrs:{\"validator\":_vm.$v.selectedInches,\"label\":\"Inches\"}},[_c('v-select',{class:[{ 'vs--has-value': _vm.selectedInches !== null }, 'height-form'],attrs:{\"options\":_vm.inchesOptions,\"placeholder\":\"Inches\"},on:{\"input\":_vm.convertToInches},model:{value:(_vm.selectedInches),callback:function ($$v) {_vm.selectedInches=$$v},expression:\"selectedInches\"}})],1)],1)])}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n
\r\n
How tall are you?
\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n
\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-height.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-height.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-height.vue?vue&type=template&id=682d00de&\"\nimport script from \"./survey-step-height.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-height.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_c('h3',[_vm._v(\"How much do you weight (in lbs)\")]),_c('v-form-group',{staticClass:\"page-buttons\",attrs:{\"validator\":_vm.$v.weight,\"label\":\"Weight\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar attrs = ref.attrs;\nvar listeners = ref.listeners;\nreturn _c('b-form-input',_vm._g(_vm._b({attrs:{\"placeholder\":\"Weight\"},on:{\"click\":function (e) { return e.target.setSelectionRange(0, e.target.value.length); }},model:{value:(_vm.survey.weight),callback:function ($$v) {_vm.$set(_vm.survey, \"weight\", $$v)},expression:\"survey.weight\"}},'b-form-input',attrs,false),listeners))}}])})],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n
\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-parents.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-parents.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-parents.vue?vue&type=template&id=33e7eb0f&\"\nimport script from \"./survey-step-parents.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-parents.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_c('h3',[_vm._v(\"Has your healthcare provider diagnosed your Type 2 Diabetes as being in remissions (A1C below 6.4% and not on glucose-lowering medication)?\")]),_c('v-form-group',{staticClass:\"card-selector page-buttons\"},[_c('b-form-radio',{attrs:{\"name\":\"hadType2Remission\",\"value\":true},model:{value:(_vm.survey.bloodSugar.diabetesHistory.hadType2Remission),callback:function ($$v) {_vm.$set(_vm.survey.bloodSugar.diabetesHistory, \"hadType2Remission\", $$v)},expression:\"survey.bloodSugar.diabetesHistory.hadType2Remission\"}},[_vm._v(\"Yes\")]),_c('b-form-radio',{attrs:{\"name\":\"hadType2Remission\",\"value\":false},model:{value:(_vm.survey.bloodSugar.diabetesHistory.hadType2Remission),callback:function ($$v) {_vm.$set(_vm.survey.bloodSugar.diabetesHistory, \"hadType2Remission\", $$v)},expression:\"survey.bloodSugar.diabetesHistory.hadType2Remission\"}},[_vm._v(\"No\")])],1)],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n
\r\n
Has your healthcare provider diagnosed your Type 2 Diabetes as being in remissions (A1C below 6.4% and not on glucose-lowering medication)?
\r\n \r\n Yes\r\n No\r\n \r\n
\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-type-two-remission.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-type-two-remission.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-type-two-remission.vue?vue&type=template&id=350818af&\"\nimport script from \"./survey-step-type-two-remission.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-type-two-remission.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_c('h3',{staticClass:\"page-question\"},[_vm._v(\" Early vascular disease in your immediate family is a significant risk factor. Have your father, mother, siblings, or children experienced a premature heart attack, stroke, bypass surgery, or stent? Premature means males having one of these events before age of 55, or females having an event before age of 65. \")]),_c('v-form-group',{staticClass:\"card-selector page-buttons\",attrs:{\"validator\":_vm.$v.relativeHadHeartAttack}},[_c('b-form-radio',{attrs:{\"name\":\"family\",\"value\":true},model:{value:(_vm.survey.arteryBlockages.relativeHadHeartAttack),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages, \"relativeHadHeartAttack\", $$v)},expression:\"survey.arteryBlockages.relativeHadHeartAttack\"}},[_vm._v(\"Yes\")]),_c('b-form-radio',{attrs:{\"name\":\"family\",\"value\":false},model:{value:(_vm.survey.arteryBlockages.relativeHadHeartAttack),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages, \"relativeHadHeartAttack\", $$v)},expression:\"survey.arteryBlockages.relativeHadHeartAttack\"}},[_vm._v(\"No\")])],1)],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n
\r\n
\r\n Early vascular disease in your immediate family is a significant risk factor. \r\n Have your father, mother, siblings, or children experienced a premature heart attack, stroke, \r\n bypass surgery, or stent? Premature means males having one of these events before age of 55, \r\n or females having an event before age of 65.\r\n
\r\n \r\n Yes\r\n No\r\n \r\n
\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-family-premature-heart-attack.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-family-premature-heart-attack.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-family-premature-heart-attack.vue?vue&type=template&id=601d4d11&\"\nimport script from \"./survey-step-family-premature-heart-attack.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-family-premature-heart-attack.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_vm._m(0),_c('v-form-group',{staticClass:\"card-selector page-buttons\",attrs:{\"validator\":_vm.$v.blockageHistory}},[_c('b-form-checkbox',{on:{\"change\":_vm.onNoPlaqueSelected},model:{value:(_vm.survey.arteryBlockages.blockageHistory.hadNoPlaque),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.blockageHistory, \"hadNoPlaque\", $$v)},expression:\"survey.arteryBlockages.blockageHistory.hadNoPlaque\"}},[_vm._v(\" No \")]),_c('b-form-checkbox',{on:{\"change\":_vm.onCoronaryPlaqueSelected},model:{value:(_vm.survey.arteryBlockages.blockageHistory.hadCoronaryPlaque),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.blockageHistory, \"hadCoronaryPlaque\", $$v)},expression:\"survey.arteryBlockages.blockageHistory.hadCoronaryPlaque\"}},[_vm._v(\" Heart arteries (coronary arteries) \")]),_c('b-form-checkbox',{on:{\"change\":_vm.onCarotidPlaqueSelected},model:{value:(_vm.survey.arteryBlockages.blockageHistory.hadCarotidPlaque),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.blockageHistory, \"hadCarotidPlaque\", $$v)},expression:\"survey.arteryBlockages.blockageHistory.hadCarotidPlaque\"}},[_vm._v(\" Neck arteries (carotid arteries) \")]),_c('b-form-checkbox',{on:{\"change\":_vm.onLegPlaqueSelected},model:{value:(_vm.survey.arteryBlockages.blockageHistory.hadLegPlaque),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.blockageHistory, \"hadLegPlaque\", $$v)},expression:\"survey.arteryBlockages.blockageHistory.hadLegPlaque\"}},[_vm._v(\" Leg arteries \")])],1)],1)}\nvar staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('h3',{staticClass:\"page-question\"},[_vm._v(\" Have you been told there is ANY blockage (sometimes called “plaque”) in your heart, \"),_c('br'),_vm._v(\" neck, or leg arteries? This would have likely been from a CT scan of your heart, a CAC \"),_c('br'),_vm._v(\" score, or a CIMT of your neck arteries?\"),_c('br'),_c('i',[_vm._v(\"(Check all that apply)\")])])}]\n\nexport { render, staticRenderFns }","\r\n
\r\n
\r\n Have you been told there is ANY blockage (sometimes called “plaque”) in your heart, \r\n neck, or leg arteries? This would have likely been from a CT scan of your heart, a CAC \r\n score, or a CIMT of your neck arteries? (Check all that apply)\r\n
\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-blockage-history.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-blockage-history.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-blockage-history.vue?vue&type=template&id=b89f2f8c&\"\nimport script from \"./survey-step-blockage-history.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-blockage-history.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_vm._m(0),_c('v-form-group',{staticClass:\"card-selector page-buttons\",attrs:{\"validator\":_vm.$v.blockageTests}},[_c('b-form-checkbox',{on:{\"change\":_vm.onNoTestSelected},model:{value:(_vm.survey.arteryBlockages.blockageTests.hadNoTest),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.blockageTests, \"hadNoTest\", $$v)},expression:\"survey.arteryBlockages.blockageTests.hadNoTest\"}},[_vm._v(\" No \")]),_c('b-form-checkbox',{on:{\"change\":_vm.onCacTestSelected},model:{value:(_vm.survey.arteryBlockages.blockageTests.hadCacTest),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.blockageTests, \"hadCacTest\", $$v)},expression:\"survey.arteryBlockages.blockageTests.hadCacTest\"}},[_vm._v(\" Coronary artery calcium score (CAC) \")]),_c('b-form-checkbox',{on:{\"change\":_vm.onHeartAngiogramSelected},model:{value:(_vm.survey.arteryBlockages.blockageTests.hadHeartAngiogramTest),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.blockageTests, \"hadHeartAngiogramTest\", $$v)},expression:\"survey.arteryBlockages.blockageTests.hadHeartAngiogramTest\"}},[_vm._v(\" Heart catheterization (angiogram) \")]),_c('b-form-checkbox',{on:{\"change\":_vm.onCtaTestSelected},model:{value:(_vm.survey.arteryBlockages.blockageTests.hadCtaTest),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.blockageTests, \"hadCtaTest\", $$v)},expression:\"survey.arteryBlockages.blockageTests.hadCtaTest\"}},[_vm._v(\" CT angiogram (CTA) \")]),_c('b-form-checkbox',{on:{\"change\":_vm.onCimtTestSelected},model:{value:(_vm.survey.arteryBlockages.blockageTests.hadCimtTest),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.blockageTests, \"hadCimtTest\", $$v)},expression:\"survey.arteryBlockages.blockageTests.hadCimtTest\"}},[_vm._v(\" Ultrasound of neck arteries (CIMT or doppler scan) \")]),_c('b-form-checkbox',{on:{\"change\":_vm.onLegAngiogramSelected},model:{value:(_vm.survey.arteryBlockages.blockageTests.hadLegAngiogramTest),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.blockageTests, \"hadLegAngiogramTest\", $$v)},expression:\"survey.arteryBlockages.blockageTests.hadLegAngiogramTest\"}},[_vm._v(\" Ultrasound or angiogram of leg arteries \")]),_c('b-form-checkbox',{on:{\"change\":_vm.onAnkleBrachialTestSelected},model:{value:(_vm.survey.arteryBlockages.blockageTests.hadAnkleBrachialTest),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.blockageTests, \"hadAnkleBrachialTest\", $$v)},expression:\"survey.arteryBlockages.blockageTests.hadAnkleBrachialTest\"}},[_vm._v(\" Blood pressure check of leg arteries (ankle brachial index – ABI) \")]),_c('b-form-checkbox',{on:{\"change\":_vm.onCarotidAngiogramTestSelected},model:{value:(_vm.survey.arteryBlockages.blockageTests.hadCarotidAngiogramTest),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.blockageTests, \"hadCarotidAngiogramTest\", $$v)},expression:\"survey.arteryBlockages.blockageTests.hadCarotidAngiogramTest\"}},[_vm._v(\" Carotid Angiogram \")])],1)],1)}\nvar staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('h3',[_vm._v(\"Have you ever had ANY tests or noninvasive imaging to detect arterial blockage?\"),_c('br'),_c('i',[_vm._v(\"(Check all that apply)\")])])}]\n\nexport { render, staticRenderFns }","\r\n
\r\n
Have you ever had ANY tests or noninvasive imaging to detect arterial blockage? (Check all that apply)
\r\n \r\n \r\n No\r\n \r\n \r\n Coronary artery calcium score (CAC)\r\n \r\n \r\n Heart catheterization (angiogram)\r\n \r\n \r\n CT angiogram (CTA)\r\n \r\n \r\n Ultrasound of neck arteries (CIMT or doppler scan)\r\n \r\n \r\n Ultrasound or angiogram of leg arteries\r\n \r\n \r\n Blood pressure check of leg arteries (ankle brachial index – ABI)\r\n \r\n \r\n Carotid Angiogram\r\n \r\n \r\n
\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-blockage-tests.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-blockage-tests.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-blockage-tests.vue?vue&type=template&id=5b0307cd&\"\nimport script from \"./survey-step-blockage-tests.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-blockage-tests.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_c('h3',[_vm._v(\"What was your last total coronary artery calcium (CAC) score?\")]),_c('v-form-group',{staticClass:\"page-buttons\",attrs:{\"validator\":_vm.$v.score,\"label\":\"Score\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar attrs = ref.attrs;\nvar listeners = ref.listeners;\nreturn _c('b-form-input',_vm._g(_vm._b({attrs:{\"placeholder\":\"0 - 3000\"},model:{value:(_vm.survey.arteryBlockages.lastCacTest.obtainedScore),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.lastCacTest, \"obtainedScore\", $$v)},expression:\"survey.arteryBlockages.lastCacTest.obtainedScore\"}},'b-form-input',attrs,false),listeners))}}])}),_c('h3',{staticClass:\"mt-5 mb-3\"},[_vm._v(\"How old were you when you took this assessment?\")]),_c('v-form-group',{staticClass:\"page-buttons\",attrs:{\"validator\":_vm.$v.age,\"label\":\"Age\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar attrs = ref.attrs;\nvar listeners = ref.listeners;\nreturn _c('b-form-input',_vm._g(_vm._b({attrs:{\"placeholder\":\"18 - 90\"},model:{value:(_vm.survey.arteryBlockages.lastCacTest.doneAtAge),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.lastCacTest, \"doneAtAge\", $$v)},expression:\"survey.arteryBlockages.lastCacTest.doneAtAge\"}},'b-form-input',attrs,false),listeners))}}])}),_c('h3',{staticClass:\"mt-5\"},[_vm._v(\"Was your CAC score higher than ANY previous assessments?\")]),_c('v-form-group',{staticClass:\"card-selector page-buttons\",attrs:{\"validator\":_vm.$v.isProgression}},[_c('b-form-radio',{attrs:{\"name\":\"progress\",\"value\":true},model:{value:(_vm.survey.arteryBlockages.lastCacTest.isProgression),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.lastCacTest, \"isProgression\", $$v)},expression:\"survey.arteryBlockages.lastCacTest.isProgression\"}},[_vm._v(\"Yes\")]),_c('b-form-radio',{attrs:{\"name\":\"progress\",\"value\":false},model:{value:(_vm.survey.arteryBlockages.lastCacTest.isProgression),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.lastCacTest, \"isProgression\", $$v)},expression:\"survey.arteryBlockages.lastCacTest.isProgression\"}},[_vm._v(\"No\")])],1)],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n
\r\n
What was your last total coronary artery calcium (CAC) score?
\r\n \r\n \r\n \r\n
How old were you when you took this assessment?
\r\n \r\n \r\n \r\n
Was your CAC score higher than ANY previous assessments?
\r\n \r\n Yes\r\n No\r\n \r\n
\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-last-cac-test.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-last-cac-test.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-last-cac-test.vue?vue&type=template&id=70e116e4&\"\nimport script from \"./survey-step-last-cac-test.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-last-cac-test.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_c('h3',{staticClass:\"page-question\"},[_vm._v(\"Did any arteries show ANY blockage on your last heart catheterization (angiogram)?\")]),_c('v-form-group',{staticClass:\"card-selector page-buttons\",attrs:{\"validator\":_vm.$v.hasArteriesBlockage}},[_c('b-form-radio',{attrs:{\"name\":\"blockage\",\"value\":true},model:{value:(_vm.survey.arteryBlockages.lastHeartAngiogram.hasArteriesBlockage),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.lastHeartAngiogram, \"hasArteriesBlockage\", $$v)},expression:\"survey.arteryBlockages.lastHeartAngiogram.hasArteriesBlockage\"}},[_vm._v(\"Yes\")]),_c('b-form-radio',{attrs:{\"name\":\"blockage\",\"value\":false},model:{value:(_vm.survey.arteryBlockages.lastHeartAngiogram.hasArteriesBlockage),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.lastHeartAngiogram, \"hasArteriesBlockage\", $$v)},expression:\"survey.arteryBlockages.lastHeartAngiogram.hasArteriesBlockage\"}},[_vm._v(\"No\")])],1),_c('h3',{staticClass:\"mb-3 page-question\"},[_vm._v(\"How old were you when you took this assessment?\")]),_c('v-form-group',{staticClass:\"page-buttons\",attrs:{\"validator\":_vm.$v.age,\"label\":\"Age\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar attrs = ref.attrs;\nvar listeners = ref.listeners;\nreturn _c('b-form-input',_vm._g(_vm._b({attrs:{\"placeholder\":\"18 - 90\"},model:{value:(_vm.survey.arteryBlockages.lastHeartAngiogram.doneAtAge),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.lastHeartAngiogram, \"doneAtAge\", $$v)},expression:\"survey.arteryBlockages.lastHeartAngiogram.doneAtAge\"}},'b-form-input',attrs,false),listeners))}}])}),_c('h3',{staticClass:\"mt-5 page-question\"},[_vm._v(\"Did your angiogram show MORE blockage than any previous heart catheterization (angiogram)?\")]),_c('v-form-group',{staticClass:\"card-selector page-buttons\",attrs:{\"validator\":_vm.$v.isProgression}},[_c('b-form-radio',{attrs:{\"name\":\"progress\",\"value\":true},model:{value:(_vm.survey.arteryBlockages.lastHeartAngiogram.isProgression),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.lastHeartAngiogram, \"isProgression\", $$v)},expression:\"survey.arteryBlockages.lastHeartAngiogram.isProgression\"}},[_vm._v(\"Yes\")]),_c('b-form-radio',{attrs:{\"name\":\"progress\",\"value\":false},model:{value:(_vm.survey.arteryBlockages.lastHeartAngiogram.isProgression),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.lastHeartAngiogram, \"isProgression\", $$v)},expression:\"survey.arteryBlockages.lastHeartAngiogram.isProgression\"}},[_vm._v(\"No\")])],1)],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n
\r\n
Did any arteries show ANY blockage on your last heart catheterization (angiogram)?
\r\n \r\n Yes\r\n No\r\n \r\n
How old were you when you took this assessment?
\r\n \r\n \r\n \r\n
Did your angiogram show MORE blockage than any previous heart catheterization (angiogram)?
\r\n \r\n Yes\r\n No\r\n \r\n
\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-last-heart-angiogram.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-last-heart-angiogram.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-last-heart-angiogram.vue?vue&type=template&id=66952dd7&\"\nimport script from \"./survey-step-last-heart-angiogram.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-last-heart-angiogram.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_c('h3',[_vm._v(\"Did any arteries show ANY blockage on your last CT angiogram?\")]),_c('v-form-group',{staticClass:\"card-selector page-buttons\",attrs:{\"validator\":_vm.$v.hasArteriesBlockage}},[_c('b-form-radio',{attrs:{\"name\":\"blockage\",\"value\":true},model:{value:(_vm.survey.arteryBlockages.lastCtAngiogram.hasArteriesBlockage),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.lastCtAngiogram, \"hasArteriesBlockage\", $$v)},expression:\"survey.arteryBlockages.lastCtAngiogram.hasArteriesBlockage\"}},[_vm._v(\"Yes\")]),_c('b-form-radio',{attrs:{\"name\":\"blockage\",\"value\":false},model:{value:(_vm.survey.arteryBlockages.lastCtAngiogram.hasArteriesBlockage),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.lastCtAngiogram, \"hasArteriesBlockage\", $$v)},expression:\"survey.arteryBlockages.lastCtAngiogram.hasArteriesBlockage\"}},[_vm._v(\"No\")])],1),_c('h3',{staticClass:\"mb-3 page-question\"},[_vm._v(\"How old were you when you took this assessment?\")]),_c('v-form-group',{staticClass:\"page-buttons\",attrs:{\"validator\":_vm.$v.age,\"label\":\"Age\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar attrs = ref.attrs;\nvar listeners = ref.listeners;\nreturn _c('b-form-input',_vm._g(_vm._b({attrs:{\"placeholder\":\"18 - 90\"},model:{value:(_vm.survey.arteryBlockages.lastCtAngiogram.doneAtAge),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.lastCtAngiogram, \"doneAtAge\", $$v)},expression:\"survey.arteryBlockages.lastCtAngiogram.doneAtAge\"}},'b-form-input',attrs,false),listeners))}}])}),_c('h3',{staticClass:\"mt-5 page-question\"},[_vm._v(\"Did your CT angiography show MORE blockages than any previous assessments?\")]),_c('v-form-group',{staticClass:\"card-selector page-buttons\",attrs:{\"validator\":_vm.$v.isProgression}},[_c('b-form-radio',{attrs:{\"name\":\"progress\",\"value\":true},model:{value:(_vm.survey.arteryBlockages.lastCtAngiogram.isProgression),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.lastCtAngiogram, \"isProgression\", $$v)},expression:\"survey.arteryBlockages.lastCtAngiogram.isProgression\"}},[_vm._v(\"Yes\")]),_c('b-form-radio',{attrs:{\"name\":\"progress\",\"value\":false},model:{value:(_vm.survey.arteryBlockages.lastCtAngiogram.isProgression),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.lastCtAngiogram, \"isProgression\", $$v)},expression:\"survey.arteryBlockages.lastCtAngiogram.isProgression\"}},[_vm._v(\"No\")])],1)],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n
\r\n
Did any arteries show ANY blockage on your last CT angiogram?
\r\n \r\n Yes\r\n No\r\n \r\n
How old were you when you took this assessment?
\r\n \r\n \r\n \r\n
Did your CT angiography show MORE blockages than any previous assessments?
\r\n \r\n Yes\r\n No\r\n \r\n
\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-last-ct-angiogram.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-last-ct-angiogram.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-last-ct-angiogram.vue?vue&type=template&id=7d3647c2&\"\nimport script from \"./survey-step-last-ct-angiogram.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-last-ct-angiogram.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_c('h3',{staticClass:\"page-question\"},[_vm._v(\"Was ANY amount of blockage (plaque) noted on your last ultrasound of your neck arteries (CIMT or doppler scan)?\")]),_c('v-form-group',{staticClass:\"card-selector page-buttons\",attrs:{\"validator\":_vm.$v.hasArteriesBlockage}},[_c('b-form-radio',{attrs:{\"name\":\"blockage\",\"value\":true},model:{value:(_vm.survey.arteryBlockages.lastCimtTest.hasArteriesBlockage),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.lastCimtTest, \"hasArteriesBlockage\", $$v)},expression:\"survey.arteryBlockages.lastCimtTest.hasArteriesBlockage\"}},[_vm._v(\"Yes\")]),_c('b-form-radio',{attrs:{\"name\":\"blockage\",\"value\":false},model:{value:(_vm.survey.arteryBlockages.lastCimtTest.hasArteriesBlockage),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.lastCimtTest, \"hasArteriesBlockage\", $$v)},expression:\"survey.arteryBlockages.lastCimtTest.hasArteriesBlockage\"}},[_vm._v(\"No\")])],1),_c('h3',{staticClass:\"mb-3 page-question\"},[_vm._v(\"How old were you when you had this scan completed?\")]),_c('v-form-group',{staticClass:\"page-buttons\",attrs:{\"validator\":_vm.$v.age,\"label\":\"Age\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar attrs = ref.attrs;\nvar listeners = ref.listeners;\nreturn _c('b-form-input',_vm._g(_vm._b({attrs:{\"placeholder\":\"18 - 90\"},model:{value:(_vm.survey.arteryBlockages.lastCimtTest.doneAtAge),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.lastCimtTest, \"doneAtAge\", $$v)},expression:\"survey.arteryBlockages.lastCimtTest.doneAtAge\"}},'b-form-input',attrs,false),listeners))}}])}),_c('h3',{staticClass:\"mt-5 page-question\"},[_vm._v(\"Did your CIMT scan show MORE blockage than any previous assessments?\")]),_c('v-form-group',{staticClass:\"card-selector page-buttons\",attrs:{\"validator\":_vm.$v.isProgression}},[_c('b-form-radio',{attrs:{\"name\":\"progress\",\"value\":true},model:{value:(_vm.survey.arteryBlockages.lastCimtTest.isProgression),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.lastCimtTest, \"isProgression\", $$v)},expression:\"survey.arteryBlockages.lastCimtTest.isProgression\"}},[_vm._v(\"Yes\")]),_c('b-form-radio',{attrs:{\"name\":\"progress\",\"value\":false},model:{value:(_vm.survey.arteryBlockages.lastCimtTest.isProgression),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.lastCimtTest, \"isProgression\", $$v)},expression:\"survey.arteryBlockages.lastCimtTest.isProgression\"}},[_vm._v(\"No\")])],1)],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n
\r\n
Was ANY amount of blockage (plaque) noted on your last ultrasound of your neck arteries (CIMT or doppler scan)?
\r\n \r\n Yes\r\n No\r\n \r\n
How old were you when you had this scan completed?
\r\n \r\n \r\n \r\n
Did your CIMT scan show MORE blockage than any previous assessments?
\r\n \r\n Yes\r\n No\r\n \r\n
\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-last-cimt-test.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-last-cimt-test.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-last-cimt-test.vue?vue&type=template&id=5979e970&\"\nimport script from \"./survey-step-last-cimt-test.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-last-cimt-test.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_c('h3',{staticClass:\"page-question\"},[_vm._v(\"Was ANY amount of blockage (plaque) noted on your last ultrasound or angiogram of your leg arteries?\")]),_c('v-form-group',{staticClass:\"card-selector page-buttons\",attrs:{\"validator\":_vm.$v.hasArteriesBlockage}},[_c('b-form-radio',{attrs:{\"name\":\"blockage\",\"value\":true},model:{value:(_vm.survey.arteryBlockages.lastLegAngiogram.hasArteriesBlockage),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.lastLegAngiogram, \"hasArteriesBlockage\", $$v)},expression:\"survey.arteryBlockages.lastLegAngiogram.hasArteriesBlockage\"}},[_vm._v(\"Yes\")]),_c('b-form-radio',{attrs:{\"name\":\"blockage\",\"value\":false},model:{value:(_vm.survey.arteryBlockages.lastLegAngiogram.hasArteriesBlockage),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.lastLegAngiogram, \"hasArteriesBlockage\", $$v)},expression:\"survey.arteryBlockages.lastLegAngiogram.hasArteriesBlockage\"}},[_vm._v(\"No\")])],1),_c('h3',{staticClass:\"mb-3 page-question\"},[_vm._v(\"How old were you when you had this angiogram completed?\")]),_c('v-form-group',{staticClass:\"page-buttons\",attrs:{\"validator\":_vm.$v.age,\"label\":\"Age\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar attrs = ref.attrs;\nvar listeners = ref.listeners;\nreturn _c('b-form-input',_vm._g(_vm._b({attrs:{\"placeholder\":\"18 - 90\"},model:{value:(_vm.survey.arteryBlockages.lastLegAngiogram.doneAtAge),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.lastLegAngiogram, \"doneAtAge\", $$v)},expression:\"survey.arteryBlockages.lastLegAngiogram.doneAtAge\"}},'b-form-input',attrs,false),listeners))}}])}),_c('h3',{staticClass:\"mt-5 page-question\"},[_vm._v(\"Did your test show MORE blockage than any previous ultrasound or angiogram of your leg arteries?\")]),_c('v-form-group',{staticClass:\"card-selector page-buttons\",attrs:{\"validator\":_vm.$v.isProgression}},[_c('b-form-radio',{attrs:{\"name\":\"progress\",\"value\":true},model:{value:(_vm.survey.arteryBlockages.lastLegAngiogram.isProgression),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.lastLegAngiogram, \"isProgression\", $$v)},expression:\"survey.arteryBlockages.lastLegAngiogram.isProgression\"}},[_vm._v(\"Yes\")]),_c('b-form-radio',{attrs:{\"name\":\"progress\",\"value\":false},model:{value:(_vm.survey.arteryBlockages.lastLegAngiogram.isProgression),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.lastLegAngiogram, \"isProgression\", $$v)},expression:\"survey.arteryBlockages.lastLegAngiogram.isProgression\"}},[_vm._v(\"No\")])],1)],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n
\r\n
Was ANY amount of blockage (plaque) noted on your last ultrasound or angiogram of your leg arteries?
\r\n \r\n Yes\r\n No\r\n \r\n
How old were you when you had this angiogram completed?
\r\n \r\n \r\n \r\n
Did your test show MORE blockage than any previous ultrasound or angiogram of your leg arteries?
\r\n \r\n Yes\r\n No\r\n \r\n
\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-last-leg-angiogram.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-last-leg-angiogram.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-last-leg-angiogram.vue?vue&type=template&id=357c0bd0&\"\nimport script from \"./survey-step-last-leg-angiogram.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-last-leg-angiogram.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_c('h3',{staticClass:\"page-question\"},[_vm._v(\"On your last ankle brachial index, did you have a low blood pressure ratio (<0.9) when your arm and ankle blood pressures were measured?\")]),_c('v-form-group',{staticClass:\"card-selector page-buttons\",attrs:{\"validator\":_vm.$v.hadLowPressureRatio}},[_c('b-form-radio',{attrs:{\"name\":\"ratio\",\"value\":true},model:{value:(_vm.survey.arteryBlockages.lastAnkleBrachialTest.hadLowPressureRatio),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.lastAnkleBrachialTest, \"hadLowPressureRatio\", $$v)},expression:\"survey.arteryBlockages.lastAnkleBrachialTest.hadLowPressureRatio\"}},[_vm._v(\"Yes\")]),_c('b-form-radio',{attrs:{\"name\":\"ratio\",\"value\":false},model:{value:(_vm.survey.arteryBlockages.lastAnkleBrachialTest.hadLowPressureRatio),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.lastAnkleBrachialTest, \"hadLowPressureRatio\", $$v)},expression:\"survey.arteryBlockages.lastAnkleBrachialTest.hadLowPressureRatio\"}},[_vm._v(\"No\")])],1),_c('h3',{staticClass:\"mt-5 page-question\"},[_vm._v(\"Was this reported to you as “low”?\")]),_c('b-form-group',{staticClass:\"card-selector page-buttons\"},[_c('b-form-radio',{attrs:{\"name\":\"low\",\"value\":true},model:{value:(_vm.survey.arteryBlockages.lastAnkleBrachialTest.reportedLowPressure),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.lastAnkleBrachialTest, \"reportedLowPressure\", $$v)},expression:\"survey.arteryBlockages.lastAnkleBrachialTest.reportedLowPressure\"}},[_vm._v(\"Yes\")]),_c('b-form-radio',{attrs:{\"name\":\"low\",\"value\":false},model:{value:(_vm.survey.arteryBlockages.lastAnkleBrachialTest.reportedLowPressure),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.lastAnkleBrachialTest, \"reportedLowPressure\", $$v)},expression:\"survey.arteryBlockages.lastAnkleBrachialTest.reportedLowPressure\"}},[_vm._v(\"No\")])],1),_c('h3',{staticClass:\"mb-3 page-question\"},[_vm._v(\"How old were you when you had this test completed?\")]),_c('v-form-group',{staticClass:\"page-buttons\",attrs:{\"validator\":_vm.$v.age,\"label\":\"Age\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar attrs = ref.attrs;\nvar listeners = ref.listeners;\nreturn _c('b-form-input',_vm._g(_vm._b({attrs:{\"placeholder\":\"18 - 90\"},model:{value:(_vm.survey.arteryBlockages.lastAnkleBrachialTest.doneAtAge),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.lastAnkleBrachialTest, \"doneAtAge\", $$v)},expression:\"survey.arteryBlockages.lastAnkleBrachialTest.doneAtAge\"}},'b-form-input',attrs,false),listeners))}}])}),_c('h3',{staticClass:\"mt-5 page-question\"},[_vm._v(\"Did your test show a LOWER ABI value than any previous assessments?\")]),_c('v-form-group',{staticClass:\"card-selector page-buttons\",attrs:{\"validator\":_vm.$v.isProgression}},[_c('b-form-radio',{attrs:{\"name\":\"progress\",\"value\":true},model:{value:(_vm.survey.arteryBlockages.lastAnkleBrachialTest.isProgression),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.lastAnkleBrachialTest, \"isProgression\", $$v)},expression:\"survey.arteryBlockages.lastAnkleBrachialTest.isProgression\"}},[_vm._v(\"Yes\")]),_c('b-form-radio',{attrs:{\"name\":\"progress\",\"value\":false},model:{value:(_vm.survey.arteryBlockages.lastAnkleBrachialTest.isProgression),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.lastAnkleBrachialTest, \"isProgression\", $$v)},expression:\"survey.arteryBlockages.lastAnkleBrachialTest.isProgression\"}},[_vm._v(\"No\")])],1)],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n
\r\n
On your last ankle brachial index, did you have a low blood pressure ratio (<0.9) when your arm and ankle blood pressures were measured?
\r\n \r\n Yes\r\n No\r\n \r\n
Was this reported to you as “low”?
\r\n \r\n Yes\r\n No\r\n \r\n
How old were you when you had this test completed?
\r\n \r\n \r\n \r\n
Did your test show a LOWER ABI value than any previous assessments?
\r\n \r\n Yes\r\n No\r\n \r\n
\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-last-ankle-brachial-test.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-last-ankle-brachial-test.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-last-ankle-brachial-test.vue?vue&type=template&id=54d80c86&\"\nimport script from \"./survey-step-last-ankle-brachial-test.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-last-ankle-brachial-test.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_c('h3',{staticClass:\"page-question\"},[_vm._v(\"On your last carotid angiogram, was ANY amount of blockage (plaque) noted on your arteries?\")]),_c('v-form-group',{staticClass:\"card-selector page-buttons\",attrs:{\"validator\":_vm.$v.hasArteriesBlockage}},[_c('b-form-radio',{attrs:{\"name\":\"ratio\",\"value\":true},model:{value:(_vm.survey.arteryBlockages.lastAngiogramCarotidTest.hasArteriesBlockage),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.lastAngiogramCarotidTest, \"hasArteriesBlockage\", $$v)},expression:\"survey.arteryBlockages.lastAngiogramCarotidTest.hasArteriesBlockage\"}},[_vm._v(\"Yes\")]),_c('b-form-radio',{attrs:{\"name\":\"ratio\",\"value\":false},model:{value:(_vm.survey.arteryBlockages.lastAngiogramCarotidTest.hasArteriesBlockage),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.lastAngiogramCarotidTest, \"hasArteriesBlockage\", $$v)},expression:\"survey.arteryBlockages.lastAngiogramCarotidTest.hasArteriesBlockage\"}},[_vm._v(\"No\")])],1),_c('h3',{staticClass:\"mb-3 page-question\"},[_vm._v(\"How old were you when you had this angiogram completed?\")]),_c('v-form-group',{staticClass:\"page-buttons\",attrs:{\"validator\":_vm.$v.age,\"label\":\"Age\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar attrs = ref.attrs;\nvar listeners = ref.listeners;\nreturn _c('b-form-input',_vm._g(_vm._b({attrs:{\"placeholder\":\"18 - 90\"},model:{value:(_vm.survey.arteryBlockages.lastAngiogramCarotidTest.doneAtAge),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.lastAngiogramCarotidTest, \"doneAtAge\", $$v)},expression:\"survey.arteryBlockages.lastAngiogramCarotidTest.doneAtAge\"}},'b-form-input',attrs,false),listeners))}}])}),_c('h3',{staticClass:\"mt-5 page-question\"},[_vm._v(\"Did your angiogram show MORE blockage than any previous carotid angiogram?\")]),_c('v-form-group',{staticClass:\"card-selector page-buttons\",attrs:{\"validator\":_vm.$v.isProgression}},[_c('b-form-radio',{attrs:{\"name\":\"progress\",\"value\":true},model:{value:(_vm.survey.arteryBlockages.lastAngiogramCarotidTest.isProgression),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.lastAngiogramCarotidTest, \"isProgression\", $$v)},expression:\"survey.arteryBlockages.lastAngiogramCarotidTest.isProgression\"}},[_vm._v(\"Yes\")]),_c('b-form-radio',{attrs:{\"name\":\"progress\",\"value\":false},model:{value:(_vm.survey.arteryBlockages.lastAngiogramCarotidTest.isProgression),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.lastAngiogramCarotidTest, \"isProgression\", $$v)},expression:\"survey.arteryBlockages.lastAngiogramCarotidTest.isProgression\"}},[_vm._v(\"No\")])],1)],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n
\r\n
On your last carotid angiogram, was ANY amount of blockage (plaque) noted on your arteries?
\r\n \r\n Yes\r\n No\r\n \r\n
How old were you when you had this angiogram completed?
\r\n \r\n \r\n \r\n
Did your angiogram show MORE blockage than any previous carotid angiogram?
\r\n \r\n Yes\r\n No\r\n \r\n
\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-last-angiogram-carotid-test.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-last-angiogram-carotid-test.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-last-angiogram-carotid-test.vue?vue&type=template&id=a70fb6be&\"\nimport script from \"./survey-step-last-angiogram-carotid-test.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-last-angiogram-carotid-test.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_c('h3',{staticClass:\"page-question\"},[_vm._v(\" Have you EVER experienced symptoms or treatment for blockages in your arteries including angina (chest pain from blockage in heart arteries), leg pain from an artery blockage (claudication), stroke or “mini stroke”, heart attack, or had any procedure to fix a blocked heart, neck, or leg artery (angioplasty, stent, bypass surgery)? \")]),_c('v-form-group',{staticClass:\"card-selector page-buttons\",attrs:{\"validator\":_vm.$v.hadArteryBlockage}},[_c('b-form-radio',{attrs:{\"name\":\"blockage\",\"value\":true},model:{value:(_vm.survey.arteryBlockages.arteryBlockage.hadArteryBlockage),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.arteryBlockage, \"hadArteryBlockage\", $$v)},expression:\"survey.arteryBlockages.arteryBlockage.hadArteryBlockage\"}},[_vm._v(\" Yes \")]),_c('b-form-radio',{attrs:{\"name\":\"blockage\",\"value\":false},model:{value:(_vm.survey.arteryBlockages.arteryBlockage.hadArteryBlockage),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.arteryBlockage, \"hadArteryBlockage\", $$v)},expression:\"survey.arteryBlockages.arteryBlockage.hadArteryBlockage\"}},[_vm._v(\" No \")])],1)],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n
\r\n
\r\n Have you EVER experienced symptoms or treatment for blockages in your arteries including angina \r\n (chest pain from blockage in heart arteries), leg pain from an artery blockage (claudication), \r\n stroke or “mini stroke”, heart attack, or had any procedure to fix a blocked heart, neck, or leg artery \r\n (angioplasty, stent, bypass surgery)?\r\n
\r\n \r\n \r\n Yes\r\n \r\n \r\n No\r\n \r\n \r\n
\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-artery-blockage.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-artery-blockage.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-artery-blockage.vue?vue&type=template&id=6b652ed0&\"\nimport script from \"./survey-step-artery-blockage.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-artery-blockage.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_vm._m(0),_c('v-form-group',{staticClass:\"card-selector page-buttons\",attrs:{\"validator\":_vm.$v.arteryBlockage}},[_c('b-form-checkbox',{on:{\"change\":_vm.onNoSymptomSelected},model:{value:(_vm.survey.arteryBlockages.arteryBlockage.hadNoSymptoms),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.arteryBlockage, \"hadNoSymptoms\", $$v)},expression:\"survey.arteryBlockages.arteryBlockage.hadNoSymptoms\"}},[_vm._v(\" No \")]),_c('b-form-checkbox',{on:{\"change\":_vm.onAnginaSelected},model:{value:(_vm.survey.arteryBlockages.arteryBlockage.hadAngina),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.arteryBlockage, \"hadAngina\", $$v)},expression:\"survey.arteryBlockages.arteryBlockage.hadAngina\"}},[_vm._v(\" Chest pain with activity (angina) \")]),_c('b-form-checkbox',{on:{\"change\":_vm.onUnstableAnginaSelected},model:{value:(_vm.survey.arteryBlockages.arteryBlockage.hadUnstableAngina),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.arteryBlockage, \"hadUnstableAngina\", $$v)},expression:\"survey.arteryBlockages.arteryBlockage.hadUnstableAngina\"}},[_vm._v(\" Chest pain with minimal or no activity (unstable angina) \")]),_c('b-form-checkbox',{on:{\"change\":_vm.onClaudationSelected},model:{value:(_vm.survey.arteryBlockages.arteryBlockage.hadClaudation),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.arteryBlockage, \"hadClaudation\", $$v)},expression:\"survey.arteryBlockages.arteryBlockage.hadClaudation\"}},[_vm._v(\" Leg pain (claudication) \")])],1)],1)}\nvar staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('h3',{staticClass:\"page-question\"},[_vm._v(\"Have you EVER experienced symptoms or treatment for blockages in your heart arteries?\"),_c('br'),_c('i',[_vm._v(\"(Check all that apply)\")])])}]\n\nexport { render, staticRenderFns }","\r\n
\r\n
Have you EVER experienced symptoms or treatment for blockages in your heart arteries? (Check all that apply)
\r\n \r\n \r\n No\r\n \r\n \r\n Chest pain with activity (angina)\r\n \r\n \r\n Chest pain with minimal or no activity (unstable angina)\r\n \r\n \r\n Leg pain (claudication)\r\n \r\n \r\n
\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-artery-blockage-experience.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-artery-blockage-experience.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-artery-blockage-experience.vue?vue&type=template&id=0cad62aa&\"\nimport script from \"./survey-step-artery-blockage-experience.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-artery-blockage-experience.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_vm._m(0),_c('ol',_vm._l((_vm.dates),function(date,index){return _c('li',{key:index},[_vm._v(\" \"+_vm._s(_vm.formatDate(date))+\" \"),_c('a',{attrs:{\"role\":\"button\"},on:{\"click\":function($event){return _vm.removeDate(index)}}},[_c('svg-icon',{attrs:{\"name\":\"close\"}})],1)])}),0),_c('div',{staticClass:\"page-buttons\"},[_c('v-form-group',{attrs:{\"validator\":_vm.$v.month,\"label\":\"Month of the year\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar attrs = ref.attrs;\nvar listeners = ref.listeners;\nreturn _c('b-form-input',_vm._g(_vm._b({attrs:{\"placeholder\":\"1\"},model:{value:(_vm.month),callback:function ($$v) {_vm.month=$$v},expression:\"month\"}},'b-form-input',attrs,false),listeners))}}])}),_c('v-form-group',{attrs:{\"validator\":_vm.$v.year,\"label\":\"Year\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar attrs = ref.attrs;\nvar listeners = ref.listeners;\nreturn _c('b-form-input',_vm._g(_vm._b({attrs:{\"placeholder\":\"1950\"},model:{value:(_vm.year),callback:function ($$v) {_vm.year=$$v},expression:\"year\"}},'b-form-input',attrs,false),listeners))}}])}),_c('v-form-group',{attrs:{\"validator\":_vm.$v.dates}},[_c('b-btn',{attrs:{\"variant\":\"primary\",\"disabled\":_vm.newDateDisabled},on:{\"click\":_vm.addDate}},[_vm._v(\"Add date\")])],1)],1)])}\nvar staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('h3',{staticClass:\"page-question\"},[_vm._v(\"You indicated that you have had chest pain with minimal or no activity (unstable angina). What was the month and year this occurred? \"),_c('i',[_vm._v(\"(include multiple dates if needed)\")])])}]\n\nexport { render, staticRenderFns }","\r\n
\r\n
You indicated that you have had chest pain with minimal or no activity (unstable angina). What was the month and year this occurred? (include multiple dates if needed)
\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-stroke-experience.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-stroke-experience.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-stroke-experience.vue?vue&type=template&id=66c1a4c8&\"\nimport script from \"./survey-step-stroke-experience.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-stroke-experience.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_vm._m(0),_c('ol',_vm._l((_vm.dates),function(date,index){return _c('li',{key:index},[_vm._v(\" \"+_vm._s(_vm.formatDate(date))+\" \"),_c('a',{attrs:{\"role\":\"button\"},on:{\"click\":function($event){return _vm.removeDate(index)}}},[_c('svg-icon',{attrs:{\"name\":\"close\"}})],1)])}),0),_c('div',{staticClass:\"page-buttons\"},[_c('v-form-group',{attrs:{\"validator\":_vm.$v.month,\"label\":\"Month of the year\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar attrs = ref.attrs;\nvar listeners = ref.listeners;\nreturn _c('b-form-input',_vm._g(_vm._b({attrs:{\"placeholder\":\"1\"},model:{value:(_vm.month),callback:function ($$v) {_vm.month=$$v},expression:\"month\"}},'b-form-input',attrs,false),listeners))}}])}),_c('v-form-group',{attrs:{\"validator\":_vm.$v.year,\"label\":\"Year\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar attrs = ref.attrs;\nvar listeners = ref.listeners;\nreturn _c('b-form-input',_vm._g(_vm._b({attrs:{\"placeholder\":\"1950\"},model:{value:(_vm.year),callback:function ($$v) {_vm.year=$$v},expression:\"year\"}},'b-form-input',attrs,false),listeners))}}])}),_c('v-form-group',{attrs:{\"validator\":_vm.$v.dates}},[_c('b-btn',{attrs:{\"variant\":\"primary\",\"disabled\":_vm.newDateDisabled},on:{\"click\":_vm.addDate}},[_vm._v(\"Add date\")])],1)],1)])}\nvar staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('h3',{staticClass:\"page-question\"},[_vm._v(\"You indicated that you have had a stroke (CVA – cerebral vascular accident). What was the month and year this occurred? \"),_c('i',[_vm._v(\"(include multiple dates if needed)\")])])}]\n\nexport { render, staticRenderFns }","\r\n
\r\n
You indicated that you have had a stroke (CVA – cerebral vascular accident). What was the month and year this occurred? (include multiple dates if needed)
\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-heart-attack-experience.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-heart-attack-experience.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-heart-attack-experience.vue?vue&type=template&id=1417ca4a&\"\nimport script from \"./survey-step-heart-attack-experience.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-heart-attack-experience.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_vm._m(0),_c('ol',_vm._l((_vm.dates),function(date,index){return _c('li',{key:index},[_vm._v(\" \"+_vm._s(_vm.formatDate(date))+\" \"),_c('a',{attrs:{\"role\":\"button\"},on:{\"click\":function($event){return _vm.removeDate(index)}}},[_c('svg-icon',{attrs:{\"name\":\"close\"}})],1)])}),0),_c('div',{staticClass:\"page-buttons\"},[_c('v-form-group',{attrs:{\"validator\":_vm.$v.month,\"label\":\"Month of the year\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar attrs = ref.attrs;\nvar listeners = ref.listeners;\nreturn _c('b-form-input',_vm._g(_vm._b({attrs:{\"placeholder\":\"1\"},model:{value:(_vm.month),callback:function ($$v) {_vm.month=$$v},expression:\"month\"}},'b-form-input',attrs,false),listeners))}}])}),_c('v-form-group',{attrs:{\"validator\":_vm.$v.year,\"label\":\"Year\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar attrs = ref.attrs;\nvar listeners = ref.listeners;\nreturn _c('b-form-input',_vm._g(_vm._b({attrs:{\"placeholder\":\"1950\"},model:{value:(_vm.year),callback:function ($$v) {_vm.year=$$v},expression:\"year\"}},'b-form-input',attrs,false),listeners))}}])}),_c('v-form-group',{attrs:{\"validator\":_vm.$v.dates}},[_c('b-btn',{attrs:{\"variant\":\"primary\",\"disabled\":_vm.newDateDisabled},on:{\"click\":_vm.addDate}},[_vm._v(\"Add date\")])],1)],1)])}\nvar staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('h3',{staticClass:\"page-question\"},[_vm._v(\"You indicated that you have had a heart attack (MI – myocardial infarction). What was the month and year this occurred? \"),_c('i',[_vm._v(\"(include multiple dates if needed)\")])])}]\n\nexport { render, staticRenderFns }","\r\n
\r\n
You indicated that you have had a heart attack (MI – myocardial infarction). What was the month and year this occurred? (include multiple dates if needed)
\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-heart-attack-dates.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-heart-attack-dates.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-heart-attack-dates.vue?vue&type=template&id=3e5ccd61&\"\nimport script from \"./survey-step-heart-attack-dates.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-heart-attack-dates.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_vm._m(0),_c('v-form-group',{staticClass:\"card-selector page-buttons\",attrs:{\"validator\":_vm.$v.procedures}},[_c('b-form-checkbox',{on:{\"change\":_vm.onNoProcedureSelected},model:{value:(_vm.survey.arteryBlockages.blockedHeartArteryProcedures.hadNoSurgery),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.blockedHeartArteryProcedures, \"hadNoSurgery\", $$v)},expression:\"survey.arteryBlockages.blockedHeartArteryProcedures.hadNoSurgery\"}},[_vm._v(\" No \")]),_c('b-form-checkbox',{on:{\"change\":_vm.onBalloonOpeningSelected},model:{value:(_vm.survey.arteryBlockages.blockedHeartArteryProcedures.hadBalloonOpening),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.blockedHeartArteryProcedures, \"hadBalloonOpening\", $$v)},expression:\"survey.arteryBlockages.blockedHeartArteryProcedures.hadBalloonOpening\"}},[_vm._v(\" Balloon opening of a blocked heart artery \")]),_c('b-form-checkbox',{on:{\"change\":_vm.onStentSelected},model:{value:(_vm.survey.arteryBlockages.blockedHeartArteryProcedures.hadStent),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.blockedHeartArteryProcedures, \"hadStent\", $$v)},expression:\"survey.arteryBlockages.blockedHeartArteryProcedures.hadStent\"}},[_vm._v(\" Stent of a blocked heart artery \")]),_c('b-form-checkbox',{on:{\"change\":_vm.onBypassSurgerySelected},model:{value:(_vm.survey.arteryBlockages.blockedHeartArteryProcedures.hadBypassSurgery),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.blockedHeartArteryProcedures, \"hadBypassSurgery\", $$v)},expression:\"survey.arteryBlockages.blockedHeartArteryProcedures.hadBypassSurgery\"}},[_vm._v(\" Bypass surgery of a blocked heart artery \")])],1)],1)}\nvar staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('h3',{staticClass:\"page-question\"},[_vm._v(\" Have you ever had ANY of the following procedures to fix a blocked heart artery?\"),_c('br'),_c('i',[_vm._v(\"(Check all that apply)\")])])}]\n\nexport { render, staticRenderFns }","\r\n
\r\n
\r\n Have you ever had ANY of the following procedures to fix a blocked heart artery? (Check all that apply)\r\n
\r\n \r\n \r\n No\r\n \r\n \r\n Balloon opening of a blocked heart artery\r\n \r\n \r\n Stent of a blocked heart artery\r\n \r\n \r\n Bypass surgery of a blocked heart artery\r\n \r\n \r\n
\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-heart-artery-procedures.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-heart-artery-procedures.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-heart-artery-procedures.vue?vue&type=template&id=6c5de6d6&\"\nimport script from \"./survey-step-heart-artery-procedures.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-heart-artery-procedures.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_vm._m(0),_c('ol',_vm._l((_vm.dates),function(date,index){return _c('li',{key:index},[_vm._v(\" \"+_vm._s(_vm.formatDate(date))+\" \"),_c('a',{attrs:{\"role\":\"button\"},on:{\"click\":function($event){return _vm.removeDate(index)}}},[_c('svg-icon',{attrs:{\"name\":\"close\"}})],1)])}),0),_c('div',{staticClass:\"page-buttons\"},[_c('v-form-group',{attrs:{\"validator\":_vm.$v.month,\"label\":\"Month of the year\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar attrs = ref.attrs;\nvar listeners = ref.listeners;\nreturn _c('b-form-input',_vm._g(_vm._b({attrs:{\"placeholder\":\"1\"},model:{value:(_vm.month),callback:function ($$v) {_vm.month=$$v},expression:\"month\"}},'b-form-input',attrs,false),listeners))}}])}),_c('v-form-group',{attrs:{\"validator\":_vm.$v.year,\"label\":\"Year\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar attrs = ref.attrs;\nvar listeners = ref.listeners;\nreturn _c('b-form-input',_vm._g(_vm._b({attrs:{\"placeholder\":\"1950\"},model:{value:(_vm.year),callback:function ($$v) {_vm.year=$$v},expression:\"year\"}},'b-form-input',attrs,false),listeners))}}])}),_c('v-form-group',{attrs:{\"validator\":_vm.$v.dates}},[_c('b-btn',{attrs:{\"variant\":\"primary\",\"disabled\":_vm.newDateDisabled},on:{\"click\":_vm.addDate}},[_vm._v(\"Add date\")])],1)],1)])}\nvar staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('h3',{staticClass:\"page-question\"},[_vm._v(\"You indicated that you have had a balloon opening of a blocked heart artery. What was the month and year this occurred?\"),_c('br'),_c('i',[_vm._v(\"(include multiple dates if needed)\")])])}]\n\nexport { render, staticRenderFns }","\r\n
\r\n
You indicated that you have had a balloon opening of a blocked heart artery. What was the month and year this occurred? (include multiple dates if needed)
\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-heart-balloon-opening-dates.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-heart-balloon-opening-dates.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-heart-balloon-opening-dates.vue?vue&type=template&id=410152ed&\"\nimport script from \"./survey-step-heart-balloon-opening-dates.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-heart-balloon-opening-dates.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_vm._m(0),_c('ol',_vm._l((_vm.dates),function(date,index){return _c('li',{key:index},[_vm._v(\" \"+_vm._s(_vm.formatDate(date))+\" \"),_c('a',{attrs:{\"role\":\"button\"},on:{\"click\":function($event){return _vm.removeDate(index)}}},[_c('svg-icon',{attrs:{\"name\":\"close\"}})],1)])}),0),_c('div',{staticClass:\"page-buttons\"},[_c('v-form-group',{attrs:{\"validator\":_vm.$v.month,\"label\":\"Month of the year\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar attrs = ref.attrs;\nvar listeners = ref.listeners;\nreturn _c('b-form-input',_vm._g(_vm._b({attrs:{\"placeholder\":\"1\"},model:{value:(_vm.month),callback:function ($$v) {_vm.month=$$v},expression:\"month\"}},'b-form-input',attrs,false),listeners))}}])}),_c('v-form-group',{attrs:{\"validator\":_vm.$v.year,\"label\":\"Year\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar attrs = ref.attrs;\nvar listeners = ref.listeners;\nreturn _c('b-form-input',_vm._g(_vm._b({attrs:{\"placeholder\":\"1950\"},model:{value:(_vm.year),callback:function ($$v) {_vm.year=$$v},expression:\"year\"}},'b-form-input',attrs,false),listeners))}}])}),_c('v-form-group',{attrs:{\"validator\":_vm.$v.dates}},[_c('b-btn',{attrs:{\"variant\":\"primary\",\"disabled\":_vm.newDateDisabled},on:{\"click\":_vm.addDate}},[_vm._v(\"Add date\")])],1)],1)])}\nvar staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('h3',{staticClass:\"page-question\"},[_vm._v(\"You indicated that you have had a stent of a blocked heart artery. What was the month and year this occurred?\"),_c('br'),_c('i',[_vm._v(\"(include multiple dates if needed)\")])])}]\n\nexport { render, staticRenderFns }","\r\n
\r\n
You indicated that you have had a stent of a blocked heart artery. What was the month and year this occurred? (include multiple dates if needed)
\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-heart-stent-dates.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-heart-stent-dates.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-heart-stent-dates.vue?vue&type=template&id=bdc69a7a&\"\nimport script from \"./survey-step-heart-stent-dates.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-heart-stent-dates.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_vm._m(0),_c('ol',_vm._l((_vm.dates),function(date,index){return _c('li',{key:index},[_vm._v(\" \"+_vm._s(_vm.formatDate(date))+\" \"),_c('a',{attrs:{\"role\":\"button\"},on:{\"click\":function($event){return _vm.removeDate(index)}}},[_c('svg-icon',{attrs:{\"name\":\"close\"}})],1)])}),0),_c('div',{staticClass:\"page-buttons\"},[_c('v-form-group',{attrs:{\"validator\":_vm.$v.month,\"label\":\"Month of the year\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar attrs = ref.attrs;\nvar listeners = ref.listeners;\nreturn _c('b-form-input',_vm._g(_vm._b({attrs:{\"placeholder\":\"1\"},model:{value:(_vm.month),callback:function ($$v) {_vm.month=$$v},expression:\"month\"}},'b-form-input',attrs,false),listeners))}}])}),_c('v-form-group',{attrs:{\"validator\":_vm.$v.year,\"label\":\"Year\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar attrs = ref.attrs;\nvar listeners = ref.listeners;\nreturn _c('b-form-input',_vm._g(_vm._b({attrs:{\"placeholder\":\"1950\"},model:{value:(_vm.year),callback:function ($$v) {_vm.year=$$v},expression:\"year\"}},'b-form-input',attrs,false),listeners))}}])}),_c('v-form-group',{attrs:{\"validator\":_vm.$v.dates}},[_c('b-btn',{attrs:{\"variant\":\"primary\",\"disabled\":_vm.newDateDisabled},on:{\"click\":_vm.addDate}},[_vm._v(\"Add date\")])],1)],1)])}\nvar staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('h3',{staticClass:\"page-question\"},[_vm._v(\"You indicated that you have had bypass surgery of a blocked heart artery. What was the month and year this occurred?\"),_c('br'),_c('i',[_vm._v(\"(include multiple dates if needed)\")])])}]\n\nexport { render, staticRenderFns }","\r\n
\r\n
You indicated that you have had bypass surgery of a blocked heart artery. What was the month and year this occurred? (include multiple dates if needed)
\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-heart-bypass-surgery-dates.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-heart-bypass-surgery-dates.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-heart-bypass-surgery-dates.vue?vue&type=template&id=523cb754&\"\nimport script from \"./survey-step-heart-bypass-surgery-dates.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-heart-bypass-surgery-dates.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_vm._m(0),_c('v-form-group',{staticClass:\"card-selector page-buttons\",attrs:{\"validator\":_vm.$v.procedures}},[_c('b-form-checkbox',{on:{\"change\":_vm.onNoProcedureSelected},model:{value:(_vm.survey.arteryBlockages.blockedLegArteryProcedures.hadNoSurgery),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.blockedLegArteryProcedures, \"hadNoSurgery\", $$v)},expression:\"survey.arteryBlockages.blockedLegArteryProcedures.hadNoSurgery\"}},[_vm._v(\" No \")]),_c('b-form-checkbox',{on:{\"change\":_vm.onBalloonOpeningSelected},model:{value:(_vm.survey.arteryBlockages.blockedLegArteryProcedures.hadBalloonOpening),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.blockedLegArteryProcedures, \"hadBalloonOpening\", $$v)},expression:\"survey.arteryBlockages.blockedLegArteryProcedures.hadBalloonOpening\"}},[_vm._v(\" Balloon opening of a blocked leg artery \")]),_c('b-form-checkbox',{on:{\"change\":_vm.onStentSelected},model:{value:(_vm.survey.arteryBlockages.blockedLegArteryProcedures.hadStent),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.blockedLegArteryProcedures, \"hadStent\", $$v)},expression:\"survey.arteryBlockages.blockedLegArteryProcedures.hadStent\"}},[_vm._v(\" Stent of a blocked leg artery \")]),_c('b-form-checkbox',{on:{\"change\":_vm.onBypassSurgerySelected},model:{value:(_vm.survey.arteryBlockages.blockedLegArteryProcedures.hadBypassSurgery),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.blockedLegArteryProcedures, \"hadBypassSurgery\", $$v)},expression:\"survey.arteryBlockages.blockedLegArteryProcedures.hadBypassSurgery\"}},[_vm._v(\" Bypass surgery of a blocked leg artery \")])],1)],1)}\nvar staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('h3',{staticClass:\"page-question\"},[_vm._v(\" Have you ever had ANY of the following procedures to fix a blocked leg artery?\"),_c('br'),_c('i',[_vm._v(\"(Check all that apply)\")])])}]\n\nexport { render, staticRenderFns }","\r\n
\r\n
\r\n Have you ever had ANY of the following procedures to fix a blocked leg artery? (Check all that apply)\r\n
\r\n \r\n \r\n No\r\n \r\n \r\n Balloon opening of a blocked leg artery\r\n \r\n \r\n Stent of a blocked leg artery\r\n \r\n \r\n Bypass surgery of a blocked leg artery\r\n \r\n \r\n
\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-leg-artery-procedures.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-leg-artery-procedures.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-leg-artery-procedures.vue?vue&type=template&id=67eeeb46&\"\nimport script from \"./survey-step-leg-artery-procedures.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-leg-artery-procedures.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_vm._m(0),_c('ol',_vm._l((_vm.dates),function(date,index){return _c('li',{key:index},[_vm._v(\" \"+_vm._s(_vm.formatDate(date))+\" \"),_c('a',{attrs:{\"role\":\"button\"},on:{\"click\":function($event){return _vm.removeDate(index)}}},[_c('svg-icon',{attrs:{\"name\":\"close\"}})],1)])}),0),_c('div',{staticClass:\"page-buttons\"},[_c('v-form-group',{attrs:{\"validator\":_vm.$v.month,\"label\":\"Month of the year\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar attrs = ref.attrs;\nvar listeners = ref.listeners;\nreturn _c('b-form-input',_vm._g(_vm._b({attrs:{\"placeholder\":\"1\"},model:{value:(_vm.month),callback:function ($$v) {_vm.month=$$v},expression:\"month\"}},'b-form-input',attrs,false),listeners))}}])}),_c('v-form-group',{attrs:{\"validator\":_vm.$v.year,\"label\":\"Year\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar attrs = ref.attrs;\nvar listeners = ref.listeners;\nreturn _c('b-form-input',_vm._g(_vm._b({attrs:{\"placeholder\":\"1950\"},model:{value:(_vm.year),callback:function ($$v) {_vm.year=$$v},expression:\"year\"}},'b-form-input',attrs,false),listeners))}}])}),_c('v-form-group',{attrs:{\"validator\":_vm.$v.dates}},[_c('b-btn',{attrs:{\"variant\":\"primary\",\"disabled\":_vm.newDateDisabled},on:{\"click\":_vm.addDate}},[_vm._v(\"Add date\")])],1)],1)])}\nvar staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('h3',{staticClass:\"page-question\"},[_vm._v(\"You indicated that you have had a balloon opening of a blocked leg artery. What was the month and year this occurred?\"),_c('br'),_c('i',[_vm._v(\"(include multiple dates if needed)\")])])}]\n\nexport { render, staticRenderFns }","\r\n
\r\n
You indicated that you have had a balloon opening of a blocked leg artery. What was the month and year this occurred? (include multiple dates if needed)
\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-leg-balloon-opening-dates.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-leg-balloon-opening-dates.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-leg-balloon-opening-dates.vue?vue&type=template&id=750512b5&\"\nimport script from \"./survey-step-leg-balloon-opening-dates.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-leg-balloon-opening-dates.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_vm._m(0),_c('ol',_vm._l((_vm.dates),function(date,index){return _c('li',{key:index},[_vm._v(\" \"+_vm._s(_vm.formatDate(date))+\" \"),_c('a',{attrs:{\"role\":\"button\"},on:{\"click\":function($event){return _vm.removeDate(index)}}},[_c('svg-icon',{attrs:{\"name\":\"close\"}})],1)])}),0),_c('div',{staticClass:\"page-buttons\"},[_c('v-form-group',{attrs:{\"validator\":_vm.$v.month,\"label\":\"Month of the year\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar attrs = ref.attrs;\nvar listeners = ref.listeners;\nreturn _c('b-form-input',_vm._g(_vm._b({attrs:{\"placeholder\":\"1\"},model:{value:(_vm.month),callback:function ($$v) {_vm.month=$$v},expression:\"month\"}},'b-form-input',attrs,false),listeners))}}])}),_c('v-form-group',{attrs:{\"validator\":_vm.$v.year,\"label\":\"Year\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar attrs = ref.attrs;\nvar listeners = ref.listeners;\nreturn _c('b-form-input',_vm._g(_vm._b({attrs:{\"placeholder\":\"1950\"},model:{value:(_vm.year),callback:function ($$v) {_vm.year=$$v},expression:\"year\"}},'b-form-input',attrs,false),listeners))}}])}),_c('v-form-group',{attrs:{\"validator\":_vm.$v.dates}},[_c('b-btn',{attrs:{\"variant\":\"primary\",\"disabled\":_vm.newDateDisabled},on:{\"click\":_vm.addDate}},[_vm._v(\"Add date\")])],1)],1)])}\nvar staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('h3',{staticClass:\"page-question\"},[_vm._v(\"You indicated that you have had a stent of a blocked leg artery. What was the month and year this occurred?\"),_c('br'),_c('i',[_vm._v(\"(include multiple dates if needed)\")])])}]\n\nexport { render, staticRenderFns }","\r\n
\r\n
You indicated that you have had a stent of a blocked leg artery. What was the month and year this occurred? (include multiple dates if needed)
\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-leg-stent-dates.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-leg-stent-dates.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-leg-stent-dates.vue?vue&type=template&id=b092b7b8&\"\nimport script from \"./survey-step-leg-stent-dates.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-leg-stent-dates.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_vm._m(0),_c('ol',_vm._l((_vm.dates),function(date,index){return _c('li',{key:index},[_vm._v(\" \"+_vm._s(_vm.formatDate(date))+\" \"),_c('a',{attrs:{\"role\":\"button\"},on:{\"click\":function($event){return _vm.removeDate(index)}}},[_c('svg-icon',{attrs:{\"name\":\"close\"}})],1)])}),0),_c('div',{staticClass:\"page-buttons\"},[_c('v-form-group',{attrs:{\"validator\":_vm.$v.month,\"label\":\"Month of the year\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar attrs = ref.attrs;\nvar listeners = ref.listeners;\nreturn _c('b-form-input',_vm._g(_vm._b({attrs:{\"placeholder\":\"1\"},model:{value:(_vm.month),callback:function ($$v) {_vm.month=$$v},expression:\"month\"}},'b-form-input',attrs,false),listeners))}}])}),_c('v-form-group',{attrs:{\"validator\":_vm.$v.year,\"label\":\"Year\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar attrs = ref.attrs;\nvar listeners = ref.listeners;\nreturn _c('b-form-input',_vm._g(_vm._b({attrs:{\"placeholder\":\"1950\"},model:{value:(_vm.year),callback:function ($$v) {_vm.year=$$v},expression:\"year\"}},'b-form-input',attrs,false),listeners))}}])}),_c('v-form-group',{attrs:{\"validator\":_vm.$v.dates}},[_c('b-btn',{attrs:{\"variant\":\"primary\",\"disabled\":_vm.newDateDisabled},on:{\"click\":_vm.addDate}},[_vm._v(\"Add date\")])],1)],1)])}\nvar staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('h3',{staticClass:\"page-question\"},[_vm._v(\"You indicated that you have had bypass surgery of a blocked leg artery. What was the month and year this occurred?\"),_c('br'),_c('i',[_vm._v(\"(include multiple dates if needed)\")])])}]\n\nexport { render, staticRenderFns }","\r\n
\r\n
You indicated that you have had bypass surgery of a blocked leg artery. What was the month and year this occurred? (include multiple dates if needed)
\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-leg-bypass-surgery-dates.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-leg-bypass-surgery-dates.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-leg-bypass-surgery-dates.vue?vue&type=template&id=2b2b5f1e&\"\nimport script from \"./survey-step-leg-bypass-surgery-dates.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-leg-bypass-surgery-dates.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_vm._m(0),_c('v-form-group',{staticClass:\"card-selector page-buttons\",attrs:{\"validator\":_vm.$v.procedures}},[_c('b-form-checkbox',{on:{\"change\":_vm.onNoSurgerySelected},model:{value:(_vm.survey.arteryBlockages.blockedNeckArteryProcedures.hadNoSurgery),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.blockedNeckArteryProcedures, \"hadNoSurgery\", $$v)},expression:\"survey.arteryBlockages.blockedNeckArteryProcedures.hadNoSurgery\"}},[_vm._v(\" No \")]),_c('b-form-checkbox',{on:{\"change\":_vm.onSurgerySelected},model:{value:(_vm.survey.arteryBlockages.blockedNeckArteryProcedures.hadSurgery),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.blockedNeckArteryProcedures, \"hadSurgery\", $$v)},expression:\"survey.arteryBlockages.blockedNeckArteryProcedures.hadSurgery\"}},[_vm._v(\" Surgery for a blocked neck artery \")]),_c('b-form-checkbox',{on:{\"change\":_vm.onStentSelected},model:{value:(_vm.survey.arteryBlockages.blockedNeckArteryProcedures.hadStent),callback:function ($$v) {_vm.$set(_vm.survey.arteryBlockages.blockedNeckArteryProcedures, \"hadStent\", $$v)},expression:\"survey.arteryBlockages.blockedNeckArteryProcedures.hadStent\"}},[_vm._v(\" Stent of a blocked neck artery \")])],1)],1)}\nvar staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('h3',{staticClass:\"page-question\"},[_vm._v(\" Have you ever had ANY of the following procedures to fix for a blocked neck artery?\"),_c('br'),_c('i',[_vm._v(\"(Check all that apply)\")])])}]\n\nexport { render, staticRenderFns }","\r\n
\r\n
\r\n Have you ever had ANY of the following procedures to fix for a blocked neck artery? (Check all that apply)\r\n
\r\n \r\n \r\n No\r\n \r\n \r\n Surgery for a blocked neck artery\r\n \r\n \r\n Stent of a blocked neck artery\r\n \r\n \r\n
\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-neck-artery-procedures.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-neck-artery-procedures.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-neck-artery-procedures.vue?vue&type=template&id=276f6bbc&\"\nimport script from \"./survey-step-neck-artery-procedures.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-neck-artery-procedures.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_vm._m(0),_c('ol',_vm._l((_vm.dates),function(date,index){return _c('li',{key:index},[_vm._v(\" \"+_vm._s(_vm.formatDate(date))+\" \"),_c('a',{attrs:{\"role\":\"button\"},on:{\"click\":function($event){return _vm.removeDate(index)}}},[_c('svg-icon',{attrs:{\"name\":\"close\"}})],1)])}),0),_c('div',{staticClass:\"page-buttons\"},[_c('v-form-group',{attrs:{\"validator\":_vm.$v.month,\"label\":\"Month of the year\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar attrs = ref.attrs;\nvar listeners = ref.listeners;\nreturn _c('b-form-input',_vm._g(_vm._b({attrs:{\"placeholder\":\"1\"},model:{value:(_vm.month),callback:function ($$v) {_vm.month=$$v},expression:\"month\"}},'b-form-input',attrs,false),listeners))}}])}),_c('v-form-group',{attrs:{\"validator\":_vm.$v.year,\"label\":\"Year\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar attrs = ref.attrs;\nvar listeners = ref.listeners;\nreturn _c('b-form-input',_vm._g(_vm._b({attrs:{\"placeholder\":\"1950\"},model:{value:(_vm.year),callback:function ($$v) {_vm.year=$$v},expression:\"year\"}},'b-form-input',attrs,false),listeners))}}])}),_c('v-form-group',{attrs:{\"validator\":_vm.$v.dates}},[_c('b-btn',{attrs:{\"variant\":\"primary\",\"disabled\":_vm.newDateDisabled},on:{\"click\":_vm.addDate}},[_vm._v(\"Add date\")])],1)],1)])}\nvar staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('h3',{staticClass:\"page-question\"},[_vm._v(\"You indicated that you have had a surgery for a blocked neck artery. What was the month and year this occurred?\"),_c('br'),_c('i',[_vm._v(\"(include multiple dates if needed)\")])])}]\n\nexport { render, staticRenderFns }","\r\n
\r\n
You indicated that you have had a surgery for a blocked neck artery. What was the month and year this occurred? (include multiple dates if needed)
\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-neck-blockage-surgery-dates.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-neck-blockage-surgery-dates.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-neck-blockage-surgery-dates.vue?vue&type=template&id=98186516&\"\nimport script from \"./survey-step-neck-blockage-surgery-dates.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-neck-blockage-surgery-dates.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_vm._m(0),_c('ol',_vm._l((_vm.dates),function(date,index){return _c('li',{key:index},[_vm._v(\" \"+_vm._s(_vm.formatDate(date))+\" \"),_c('a',{attrs:{\"role\":\"button\"},on:{\"click\":function($event){return _vm.removeDate(index)}}},[_c('svg-icon',{attrs:{\"name\":\"close\"}})],1)])}),0),_c('div',{staticClass:\"page-buttons\"},[_c('v-form-group',{attrs:{\"validator\":_vm.$v.month,\"label\":\"Month of the year\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar attrs = ref.attrs;\nvar listeners = ref.listeners;\nreturn _c('b-form-input',_vm._g(_vm._b({attrs:{\"placeholder\":\"1\"},model:{value:(_vm.month),callback:function ($$v) {_vm.month=$$v},expression:\"month\"}},'b-form-input',attrs,false),listeners))}}])}),_c('v-form-group',{attrs:{\"validator\":_vm.$v.year,\"label\":\"Year\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar attrs = ref.attrs;\nvar listeners = ref.listeners;\nreturn _c('b-form-input',_vm._g(_vm._b({attrs:{\"placeholder\":\"1950\"},model:{value:(_vm.year),callback:function ($$v) {_vm.year=$$v},expression:\"year\"}},'b-form-input',attrs,false),listeners))}}])}),_c('v-form-group',{attrs:{\"validator\":_vm.$v.dates}},[_c('b-btn',{attrs:{\"variant\":\"primary\",\"disabled\":_vm.newDateDisabled},on:{\"click\":_vm.addDate}},[_vm._v(\"Add date\")])],1)],1)])}\nvar staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('h3',{staticClass:\"page-question\"},[_vm._v(\"You indicated that you have had a stent of a blocked neck artery. What was the month and year this occurred?\"),_c('br'),_c('i',[_vm._v(\"(include multiple dates if needed)\")])])}]\n\nexport { render, staticRenderFns }","\r\n
\r\n
You indicated that you have had a stent of a blocked neck artery. What was the month and year this occurred? (include multiple dates if needed)
\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-neck-stent-dates.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-neck-stent-dates.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-neck-stent-dates.vue?vue&type=template&id=3496a76f&\"\nimport script from \"./survey-step-neck-stent-dates.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-neck-stent-dates.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_c('h3',{staticClass:\"page-question\"},[_vm._v(\"Do you know your highest LDL (“Bad”) cholesterol level from previous testing?\")]),_c('v-form-group',{staticClass:\"card-selector page-buttons\",attrs:{\"validator\":_vm.$v.highestCholesterolLevel}},[_c('b-form-radio',{attrs:{\"name\":\"cholesterol\",\"value\":_vm.cholesterolLevel.Unknown},model:{value:(_vm.survey.bloodBiochemistry.cholesterol.highestCholesterolLevel),callback:function ($$v) {_vm.$set(_vm.survey.bloodBiochemistry.cholesterol, \"highestCholesterolLevel\", $$v)},expression:\"survey.bloodBiochemistry.cholesterol.highestCholesterolLevel\"}},[_vm._v(\" Don’t know or never tested \")]),_c('b-form-radio',{attrs:{\"name\":\"cholesterol\",\"value\":_vm.cholesterolLevel.Low},model:{value:(_vm.survey.bloodBiochemistry.cholesterol.highestCholesterolLevel),callback:function ($$v) {_vm.$set(_vm.survey.bloodBiochemistry.cholesterol, \"highestCholesterolLevel\", $$v)},expression:\"survey.bloodBiochemistry.cholesterol.highestCholesterolLevel\"}},[_vm._v(\" Less than 160 mg/dL \")]),_c('b-form-radio',{attrs:{\"name\":\"cholesterol\",\"value\":_vm.cholesterolLevel.High},model:{value:(_vm.survey.bloodBiochemistry.cholesterol.highestCholesterolLevel),callback:function ($$v) {_vm.$set(_vm.survey.bloodBiochemistry.cholesterol, \"highestCholesterolLevel\", $$v)},expression:\"survey.bloodBiochemistry.cholesterol.highestCholesterolLevel\"}},[_vm._v(\" Between 160-189 mg/dL \")]),_c('b-form-radio',{attrs:{\"name\":\"cholesterol\",\"value\":_vm.cholesterolLevel.VeryHigh},model:{value:(_vm.survey.bloodBiochemistry.cholesterol.highestCholesterolLevel),callback:function ($$v) {_vm.$set(_vm.survey.bloodBiochemistry.cholesterol, \"highestCholesterolLevel\", $$v)},expression:\"survey.bloodBiochemistry.cholesterol.highestCholesterolLevel\"}},[_vm._v(\" 190 mg/dL or higher \")])],1)],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n
\r\n
Do you know your highest LDL (“Bad”) cholesterol level from previous testing?
\r\n \r\n \r\n Don’t know or never tested\r\n \r\n \r\n Less than 160 mg/dL\r\n \r\n \r\n Between 160-189 mg/dL\r\n \r\n \r\n 190 mg/dL or higher\r\n \r\n \r\n
\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-highest-cholesterol-level.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-highest-cholesterol-level.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-highest-cholesterol-level.vue?vue&type=template&id=395b6ad9&\"\nimport script from \"./survey-step-highest-cholesterol-level.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-highest-cholesterol-level.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_c('h3',{staticClass:\"page-question\"},[_vm._v(\"Which range best describes your highest LDL cholesterol?\")]),_c('v-form-group',{staticClass:\"card-selector page-buttons\",attrs:{\"validator\":_vm.$v.highestCholesterolRange}},[_c('b-form-radio',{attrs:{\"name\":\"cholesterol\",\"value\":_vm.cholesterolRange.Unknown},model:{value:(_vm.survey.bloodBiochemistry.cholesterol.highestCholesterolRange),callback:function ($$v) {_vm.$set(_vm.survey.bloodBiochemistry.cholesterol, \"highestCholesterolRange\", $$v)},expression:\"survey.bloodBiochemistry.cholesterol.highestCholesterolRange\"}},[_vm._v(\" Don’t know \")]),_c('b-form-radio',{attrs:{\"name\":\"cholesterol\",\"value\":_vm.cholesterolRange.VeryHigh},model:{value:(_vm.survey.bloodBiochemistry.cholesterol.highestCholesterolRange),callback:function ($$v) {_vm.$set(_vm.survey.bloodBiochemistry.cholesterol, \"highestCholesterolRange\", $$v)},expression:\"survey.bloodBiochemistry.cholesterol.highestCholesterolRange\"}},[_vm._v(\" 310 mg/dL or less \")]),_c('b-form-radio',{attrs:{\"name\":\"cholesterol\",\"value\":_vm.cholesterolRange.Between},model:{value:(_vm.survey.bloodBiochemistry.cholesterol.highestCholesterolRange),callback:function ($$v) {_vm.$set(_vm.survey.bloodBiochemistry.cholesterol, \"highestCholesterolRange\", $$v)},expression:\"survey.bloodBiochemistry.cholesterol.highestCholesterolRange\"}},[_vm._v(\" Between 311-400 mg/dL \")]),_c('b-form-radio',{attrs:{\"name\":\"cholesterol\",\"value\":_vm.cholesterolRange.Higher},model:{value:(_vm.survey.bloodBiochemistry.cholesterol.highestCholesterolRange),callback:function ($$v) {_vm.$set(_vm.survey.bloodBiochemistry.cholesterol, \"highestCholesterolRange\", $$v)},expression:\"survey.bloodBiochemistry.cholesterol.highestCholesterolRange\"}},[_vm._v(\" 400 mg/dL or higher \")])],1)],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","const cholesterolRange = {\r\n Unknown: 1,\r\n VeryHigh: 2,\r\n Between: 3,\r\n Higher: 4\r\n}\r\n\r\nexport default cholesterolRange;","\r\n
\r\n
Which range best describes your highest LDL cholesterol?
\r\n \r\n \r\n Don’t know\r\n \r\n \r\n 310 mg/dL or less\r\n \r\n \r\n Between 311-400 mg/dL\r\n \r\n \r\n 400 mg/dL or higher\r\n \r\n \r\n
\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-cholesterol-range.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-cholesterol-range.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-cholesterol-range.vue?vue&type=template&id=2309e7bf&\"\nimport script from \"./survey-step-cholesterol-range.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-cholesterol-range.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_c('div',{staticClass:\"page-question\"},[_c('h3',[_vm._v(\" Have you been diagnosed with familial hypercholesterolemia? \"),_c('span',{directives:[{name:\"b-popover\",rawName:\"v-b-popover.hover.auto\",value:(_vm.hypercholesterolemiaInformation),expression:\"hypercholesterolemiaInformation\",modifiers:{\"hover\":true,\"auto\":true}}],staticClass:\"information-popover\"},[_vm._v(\"i\")])])]),_vm._m(0),_c('v-form-group',{staticClass:\"card-selector page-buttons\",attrs:{\"validator\":_vm.$v.hadDiagnosis}},[_c('b-form-radio',{attrs:{\"name\":\"fh\",\"value\":true},model:{value:(_vm.survey.bloodBiochemistry.hypercholesterolemia.hadDiagnosis),callback:function ($$v) {_vm.$set(_vm.survey.bloodBiochemistry.hypercholesterolemia, \"hadDiagnosis\", $$v)},expression:\"survey.bloodBiochemistry.hypercholesterolemia.hadDiagnosis\"}},[_vm._v(\" Yes \")]),_c('b-form-radio',{attrs:{\"name\":\"fh\",\"value\":false},model:{value:(_vm.survey.bloodBiochemistry.hypercholesterolemia.hadDiagnosis),callback:function ($$v) {_vm.$set(_vm.survey.bloodBiochemistry.hypercholesterolemia, \"hadDiagnosis\", $$v)},expression:\"survey.bloodBiochemistry.hypercholesterolemia.hadDiagnosis\"}},[_vm._v(\" No \")])],1)],1)}\nvar staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"mb-4\"},[_c('b',[_vm._v(\"Note:\")]),_vm._v(\" FH is a diagnosed genetic condition and not simply high \"),_c('br'),_vm._v(\" cholesterol. See pop-out for more information about FH. \")])}]\n\nexport { render, staticRenderFns }","\r\n
\r\n
\r\n
\r\n Have you been diagnosed with familial hypercholesterolemia?\r\n i\r\n
\r\n
\r\n\r\n
\r\n Note: FH is a diagnosed genetic condition and not simply high \r\n cholesterol. See pop-out for more information about FH.\r\n
\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-hypercholesterolemia-test.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-hypercholesterolemia-test.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-hypercholesterolemia-test.vue?vue&type=template&id=1d1e31f6&\"\nimport script from \"./survey-step-hypercholesterolemia-test.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-hypercholesterolemia-test.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_vm._m(0),_c('b-form-group',{staticClass:\"card-selector page-buttons\"},[_c('b-img-lazy',{attrs:{\"src\":\"/png/thick-achilles.png\",\"alt\":\"thick achilles\",\"fluid\":\"\"}}),_c('b-form-checkbox',{on:{\"change\":_vm.onHadThickAchillesSelected},model:{value:(_vm.survey.bloodBiochemistry.hypercholesterolemia.hadThickAchilles),callback:function ($$v) {_vm.$set(_vm.survey.bloodBiochemistry.hypercholesterolemia, \"hadThickAchilles\", $$v)},expression:\"survey.bloodBiochemistry.hypercholesterolemia.hadThickAchilles\"}},[_vm._v(\" Thick Achilles tendons \")]),_c('b-img-lazy',{attrs:{\"src\":\"/png/xanthomas.png\",\"alt\":\"xanthomas\",\"fluid\":\"\"}}),_c('b-form-checkbox',{on:{\"change\":_vm.onHadXanthomasSelected},model:{value:(_vm.survey.bloodBiochemistry.hypercholesterolemia.hadXanthomas),callback:function ($$v) {_vm.$set(_vm.survey.bloodBiochemistry.hypercholesterolemia, \"hadXanthomas\", $$v)},expression:\"survey.bloodBiochemistry.hypercholesterolemia.hadXanthomas\"}},[_vm._v(\" Bumps or lumps around the knuckles, elbows, and knees, called “xanthomas” \")]),_c('b-img-lazy',{attrs:{\"src\":\"/png/corneal-arcus.png\",\"alt\":\"corneal arcus\",\"fluid\":\"\"}}),_c('b-form-checkbox',{on:{\"change\":_vm.onHadCornealArcusSelected},model:{value:(_vm.survey.bloodBiochemistry.hypercholesterolemia.hadCornealArcus),callback:function ($$v) {_vm.$set(_vm.survey.bloodBiochemistry.hypercholesterolemia, \"hadCornealArcus\", $$v)},expression:\"survey.bloodBiochemistry.hypercholesterolemia.hadCornealArcus\"}},[_vm._v(\" White ring around the colored part of the eye (corneal arcus) before the age of 45 \")])],1)],1)}\nvar staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('h3',{staticClass:\"page-question\"},[_vm._v(\"Have you had any of the following? See pictures \"),_c('br'),_vm._v(\" \"),_c('i',[_vm._v(\"(check all that apply)\")])])}]\n\nexport { render, staticRenderFns }","\r\n
\r\n
Have you had any of the following? See pictures (check all that apply)
\r\n \r\n \r\n \r\n Thick Achilles tendons\r\n \r\n\r\n \r\n \r\n Bumps or lumps around the knuckles, elbows, and knees, called “xanthomas”\r\n \r\n\r\n \r\n \r\n White ring around the colored part of the eye (corneal arcus) before the age of 45\r\n \r\n \r\n
\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-hypercholesterolemia-diagnoses.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-hypercholesterolemia-diagnoses.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-hypercholesterolemia-diagnoses.vue?vue&type=template&id=0a8edc99&\"\nimport script from \"./survey-step-hypercholesterolemia-diagnoses.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-hypercholesterolemia-diagnoses.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_vm._m(0),_c('h3',{staticClass:\"page-question\"},[_vm._v(\"Any of your children with LDL cholesterol > 160 mg/dL before age 18\")]),_c('v-form-group',{staticClass:\"card-selector page-buttons\",attrs:{\"validator\":_vm.$v.hadEarlyHighLDLC}},[_c('b-row',{staticClass:\"mb-0 mb-lg-4\"},[_c('b-col',{attrs:{\"cols\":\"12\",\"lg\":\"4\"}},[_c('b-form-radio',{staticClass:\"m-lg-0 w-lg-100\",attrs:{\"name\":\"early-high-ldlc\",\"value\":_vm.diagnosisStatus.Yes},model:{value:(_vm.survey.bloodBiochemistry.hypercholesterolemia.familyDiagnoses.hadEarlyHighLDLC),callback:function ($$v) {_vm.$set(_vm.survey.bloodBiochemistry.hypercholesterolemia.familyDiagnoses, \"hadEarlyHighLDLC\", $$v)},expression:\"survey.bloodBiochemistry.hypercholesterolemia.familyDiagnoses.hadEarlyHighLDLC\"}},[_vm._v(\" Yes \")])],1),_c('b-col',{attrs:{\"cols\":\"12\",\"lg\":\"4\"}},[_c('b-form-radio',{staticClass:\"m-lg-0 w-lg-100\",attrs:{\"name\":\"early-high-ldlc\",\"value\":_vm.diagnosisStatus.No},model:{value:(_vm.survey.bloodBiochemistry.hypercholesterolemia.familyDiagnoses.hadEarlyHighLDLC),callback:function ($$v) {_vm.$set(_vm.survey.bloodBiochemistry.hypercholesterolemia.familyDiagnoses, \"hadEarlyHighLDLC\", $$v)},expression:\"survey.bloodBiochemistry.hypercholesterolemia.familyDiagnoses.hadEarlyHighLDLC\"}},[_vm._v(\" No \")])],1),_c('b-col',{attrs:{\"cols\":\"12\",\"lg\":\"4\"}},[_c('b-form-radio',{staticClass:\"m-lg-0 w-lg-100\",attrs:{\"name\":\"early-high-ldlc\",\"value\":_vm.diagnosisStatus.Unknown},model:{value:(_vm.survey.bloodBiochemistry.hypercholesterolemia.familyDiagnoses.hadEarlyHighLDLC),callback:function ($$v) {_vm.$set(_vm.survey.bloodBiochemistry.hypercholesterolemia.familyDiagnoses, \"hadEarlyHighLDLC\", $$v)},expression:\"survey.bloodBiochemistry.hypercholesterolemia.familyDiagnoses.hadEarlyHighLDLC\"}},[_vm._v(\" Unknown \")])],1)],1)],1),_c('h3',{staticClass:\"page-question\"},[_vm._v(\"Adults with LDL-C > 190 mg/dL\")]),_c('v-form-group',{staticClass:\"card-selector page-buttons\",attrs:{\"validator\":_vm.$v.hadHighLDLC}},[_c('b-row',{staticClass:\"mb-0 mb-lg-4\"},[_c('b-col',{attrs:{\"cols\":\"12\",\"lg\":\"4\"}},[_c('b-form-radio',{staticClass:\"m-lg-0 w-lg-100\",attrs:{\"name\":\"high-ldlc\",\"value\":_vm.diagnosisStatus.Yes},model:{value:(_vm.survey.bloodBiochemistry.hypercholesterolemia.familyDiagnoses.hadHighLDLC),callback:function ($$v) {_vm.$set(_vm.survey.bloodBiochemistry.hypercholesterolemia.familyDiagnoses, \"hadHighLDLC\", $$v)},expression:\"survey.bloodBiochemistry.hypercholesterolemia.familyDiagnoses.hadHighLDLC\"}},[_vm._v(\" Yes \")])],1),_c('b-col',{attrs:{\"cols\":\"12\",\"lg\":\"4\"}},[_c('b-form-radio',{staticClass:\"m-lg-0 w-lg-100\",attrs:{\"name\":\"high-ldlc\",\"value\":_vm.diagnosisStatus.No},model:{value:(_vm.survey.bloodBiochemistry.hypercholesterolemia.familyDiagnoses.hadHighLDLC),callback:function ($$v) {_vm.$set(_vm.survey.bloodBiochemistry.hypercholesterolemia.familyDiagnoses, \"hadHighLDLC\", $$v)},expression:\"survey.bloodBiochemistry.hypercholesterolemia.familyDiagnoses.hadHighLDLC\"}},[_vm._v(\" No \")])],1),_c('b-col',{attrs:{\"cols\":\"12\",\"lg\":\"4\"}},[_c('b-form-radio',{staticClass:\"m-lg-0 w-lg-100\",attrs:{\"name\":\"high-ldlc\",\"value\":_vm.diagnosisStatus.Unknown},model:{value:(_vm.survey.bloodBiochemistry.hypercholesterolemia.familyDiagnoses.hadHighLDLC),callback:function ($$v) {_vm.$set(_vm.survey.bloodBiochemistry.hypercholesterolemia.familyDiagnoses, \"hadHighLDLC\", $$v)},expression:\"survey.bloodBiochemistry.hypercholesterolemia.familyDiagnoses.hadHighLDLC\"}},[_vm._v(\" Unknown \")])],1)],1)],1),_c('h3',{staticClass:\"page-question\"},[_vm._v(\"Thick Achilles tendons\")]),_c('v-form-group',{staticClass:\"card-selector page-buttons\",attrs:{\"validator\":_vm.$v.hadThickAchilles}},[_c('b-row',{staticClass:\"mb-0 mb-lg-4\"},[_c('b-col',{attrs:{\"cols\":\"12\",\"lg\":\"4\"}},[_c('b-form-radio',{staticClass:\"m-lg-0 w-lg-100\",attrs:{\"name\":\"thick-achilles\",\"value\":_vm.diagnosisStatus.Yes},model:{value:(_vm.survey.bloodBiochemistry.hypercholesterolemia.familyDiagnoses.hadThickAchilles),callback:function ($$v) {_vm.$set(_vm.survey.bloodBiochemistry.hypercholesterolemia.familyDiagnoses, \"hadThickAchilles\", $$v)},expression:\"survey.bloodBiochemistry.hypercholesterolemia.familyDiagnoses.hadThickAchilles\"}},[_vm._v(\" Yes \")])],1),_c('b-col',{attrs:{\"cols\":\"12\",\"lg\":\"4\"}},[_c('b-form-radio',{staticClass:\"m-lg-0 w-lg-100\",attrs:{\"name\":\"thick-achilles\",\"value\":_vm.diagnosisStatus.No},model:{value:(_vm.survey.bloodBiochemistry.hypercholesterolemia.familyDiagnoses.hadThickAchilles),callback:function ($$v) {_vm.$set(_vm.survey.bloodBiochemistry.hypercholesterolemia.familyDiagnoses, \"hadThickAchilles\", $$v)},expression:\"survey.bloodBiochemistry.hypercholesterolemia.familyDiagnoses.hadThickAchilles\"}},[_vm._v(\" No \")])],1),_c('b-col',{attrs:{\"cols\":\"12\",\"lg\":\"4\"}},[_c('b-form-radio',{staticClass:\"m-lg-0 w-lg-100\",attrs:{\"name\":\"thick-achilles\",\"value\":_vm.diagnosisStatus.Unknown},model:{value:(_vm.survey.bloodBiochemistry.hypercholesterolemia.familyDiagnoses.hadThickAchilles),callback:function ($$v) {_vm.$set(_vm.survey.bloodBiochemistry.hypercholesterolemia.familyDiagnoses, \"hadThickAchilles\", $$v)},expression:\"survey.bloodBiochemistry.hypercholesterolemia.familyDiagnoses.hadThickAchilles\"}},[_vm._v(\" Unknown \")])],1)],1)],1),_c('h3',{staticClass:\"page-question\"},[_vm._v(\"Cholesterol deposits in their skin or tendons (xanthomas)\")]),_c('v-form-group',{staticClass:\"card-selector page-buttons\",attrs:{\"validator\":_vm.$v.hadXanthomas}},[_c('b-row',{staticClass:\"mb-0 mb-lg-4\"},[_c('b-col',{attrs:{\"cols\":\"12\",\"lg\":\"4\"}},[_c('b-form-radio',{staticClass:\"m-lg-0 w-lg-100\",attrs:{\"name\":\"xanthomas\",\"value\":_vm.diagnosisStatus.Yes},model:{value:(_vm.survey.bloodBiochemistry.hypercholesterolemia.familyDiagnoses.hadXanthomas),callback:function ($$v) {_vm.$set(_vm.survey.bloodBiochemistry.hypercholesterolemia.familyDiagnoses, \"hadXanthomas\", $$v)},expression:\"survey.bloodBiochemistry.hypercholesterolemia.familyDiagnoses.hadXanthomas\"}},[_vm._v(\" Yes \")])],1),_c('b-col',{attrs:{\"cols\":\"12\",\"lg\":\"4\"}},[_c('b-form-radio',{staticClass:\"m-lg-0 w-lg-100\",attrs:{\"name\":\"xanthomas\",\"value\":_vm.diagnosisStatus.No},model:{value:(_vm.survey.bloodBiochemistry.hypercholesterolemia.familyDiagnoses.hadXanthomas),callback:function ($$v) {_vm.$set(_vm.survey.bloodBiochemistry.hypercholesterolemia.familyDiagnoses, \"hadXanthomas\", $$v)},expression:\"survey.bloodBiochemistry.hypercholesterolemia.familyDiagnoses.hadXanthomas\"}},[_vm._v(\" No \")])],1),_c('b-col',{attrs:{\"cols\":\"12\",\"lg\":\"4\"}},[_c('b-form-radio',{staticClass:\"m-lg-0 w-lg-100\",attrs:{\"name\":\"xanthomas\",\"value\":_vm.diagnosisStatus.Unknown},model:{value:(_vm.survey.bloodBiochemistry.hypercholesterolemia.familyDiagnoses.hadXanthomas),callback:function ($$v) {_vm.$set(_vm.survey.bloodBiochemistry.hypercholesterolemia.familyDiagnoses, \"hadXanthomas\", $$v)},expression:\"survey.bloodBiochemistry.hypercholesterolemia.familyDiagnoses.hadXanthomas\"}},[_vm._v(\" Unknown \")])],1)],1)],1),_c('h3',{staticClass:\"page-question\"},[_vm._v(\"White ring around the colored part of the eye (corneal arcus) before the age of 45\")]),_c('v-form-group',{staticClass:\"card-selector page-buttons\",attrs:{\"validator\":_vm.$v.hadCornealArcus}},[_c('b-row',{staticClass:\"mb-0 mb-lg-4\"},[_c('b-col',{attrs:{\"cols\":\"12\",\"lg\":\"4\"}},[_c('b-form-radio',{staticClass:\"m-lg-0 w-lg-100\",attrs:{\"name\":\"corneal-arcus\",\"value\":_vm.diagnosisStatus.Yes},model:{value:(_vm.survey.bloodBiochemistry.hypercholesterolemia.familyDiagnoses.hadCornealArcus),callback:function ($$v) {_vm.$set(_vm.survey.bloodBiochemistry.hypercholesterolemia.familyDiagnoses, \"hadCornealArcus\", $$v)},expression:\"survey.bloodBiochemistry.hypercholesterolemia.familyDiagnoses.hadCornealArcus\"}},[_vm._v(\" Yes \")])],1),_c('b-col',{attrs:{\"cols\":\"12\",\"lg\":\"4\"}},[_c('b-form-radio',{staticClass:\"m-lg-0 w-lg-100\",attrs:{\"name\":\"corneal-arcus\",\"value\":_vm.diagnosisStatus.No},model:{value:(_vm.survey.bloodBiochemistry.hypercholesterolemia.familyDiagnoses.hadCornealArcus),callback:function ($$v) {_vm.$set(_vm.survey.bloodBiochemistry.hypercholesterolemia.familyDiagnoses, \"hadCornealArcus\", $$v)},expression:\"survey.bloodBiochemistry.hypercholesterolemia.familyDiagnoses.hadCornealArcus\"}},[_vm._v(\" No \")])],1),_c('b-col',{attrs:{\"cols\":\"12\",\"lg\":\"4\"}},[_c('b-form-radio',{staticClass:\"m-lg-0 w-lg-100\",attrs:{\"name\":\"corneal-arcus\",\"value\":_vm.diagnosisStatus.Unknown},model:{value:(_vm.survey.bloodBiochemistry.hypercholesterolemia.familyDiagnoses.hadCornealArcus),callback:function ($$v) {_vm.$set(_vm.survey.bloodBiochemistry.hypercholesterolemia.familyDiagnoses, \"hadCornealArcus\", $$v)},expression:\"survey.bloodBiochemistry.hypercholesterolemia.familyDiagnoses.hadCornealArcus\"}},[_vm._v(\" Unknown \")])],1)],1)],1)],1)}\nvar staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('h3',{staticClass:\"page-question\"},[_vm._v(\"Have your parents, siblings or children had any of the following? \"),_c('br'),_vm._v(\" \"),_c('i',[_vm._v(\"(check all that apply)\")])])}]\n\nexport { render, staticRenderFns }","\r\n
\r\n
Have your parents, siblings or children had any of the following? (check all that apply)
\r\n
Any of your children with LDL cholesterol > 160 mg/dL before age 18
\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-hypercholesterolemia-family-diagnoses.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-hypercholesterolemia-family-diagnoses.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-hypercholesterolemia-family-diagnoses.vue?vue&type=template&id=78e35012&\"\nimport script from \"./survey-step-hypercholesterolemia-family-diagnoses.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-hypercholesterolemia-family-diagnoses.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_c('h3',{staticClass:\"page-question\"},[_vm._v(\"Do you know your lowest HDL (“good”) cholesterol level from previous testing?\")]),_c('v-form-group',{staticClass:\"card-selector page-buttons\",attrs:{\"validator\":_vm.$v.lowestCholesterolLevel}},[_c('b-form-radio',{attrs:{\"name\":\"cholesterol\",\"value\":_vm.cholesterolLevel.Unknown},model:{value:(_vm.survey.bloodBiochemistry.cholesterol.lowestCholesterolLevel),callback:function ($$v) {_vm.$set(_vm.survey.bloodBiochemistry.cholesterol, \"lowestCholesterolLevel\", $$v)},expression:\"survey.bloodBiochemistry.cholesterol.lowestCholesterolLevel\"}},[_vm._v(\" Don’t know or never tested \")]),_c('b-form-radio',{attrs:{\"name\":\"cholesterol\",\"value\":_vm.cholesterolLevel.VeryLow},model:{value:(_vm.survey.bloodBiochemistry.cholesterol.lowestCholesterolLevel),callback:function ($$v) {_vm.$set(_vm.survey.bloodBiochemistry.cholesterol, \"lowestCholesterolLevel\", $$v)},expression:\"survey.bloodBiochemistry.cholesterol.lowestCholesterolLevel\"}},[_vm._v(\" Less than 40 mg/dL \")]),_c('b-form-radio',{attrs:{\"name\":\"cholesterol\",\"value\":_vm.cholesterolLevel.Low},model:{value:(_vm.survey.bloodBiochemistry.cholesterol.lowestCholesterolLevel),callback:function ($$v) {_vm.$set(_vm.survey.bloodBiochemistry.cholesterol, \"lowestCholesterolLevel\", $$v)},expression:\"survey.bloodBiochemistry.cholesterol.lowestCholesterolLevel\"}},[_vm._v(\" Between 41-49 mg/dL \")]),_c('b-form-radio',{attrs:{\"name\":\"cholesterol\",\"value\":_vm.cholesterolLevel.High},model:{value:(_vm.survey.bloodBiochemistry.cholesterol.lowestCholesterolLevel),callback:function ($$v) {_vm.$set(_vm.survey.bloodBiochemistry.cholesterol, \"lowestCholesterolLevel\", $$v)},expression:\"survey.bloodBiochemistry.cholesterol.lowestCholesterolLevel\"}},[_vm._v(\" 50 mg/dL or higher \")])],1)],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n
\r\n
Do you know your lowest HDL (“good”) cholesterol level from previous testing?
\r\n \r\n \r\n Don’t know or never tested\r\n \r\n \r\n Less than 40 mg/dL\r\n \r\n \r\n Between 41-49 mg/dL\r\n \r\n \r\n 50 mg/dL or higher\r\n \r\n \r\n
\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-lowest-cholesterol-level.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-lowest-cholesterol-level.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-lowest-cholesterol-level.vue?vue&type=template&id=71823802&\"\nimport script from \"./survey-step-lowest-cholesterol-level.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-lowest-cholesterol-level.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_c('h3',{staticClass:\"page-question\"},[_vm._v(\"Do you know your highest triglyceride level from previous testing?\")]),_c('v-form-group',{staticClass:\"card-selector page-buttons\",attrs:{\"validator\":_vm.$v.highestTriglycerideLevel}},[_c('b-form-radio',{attrs:{\"name\":\"triglyceride\",\"value\":_vm.triglycerideLevel.Unknown},model:{value:(_vm.survey.bloodBiochemistry.triglycerides.highestTriglycerideLevel),callback:function ($$v) {_vm.$set(_vm.survey.bloodBiochemistry.triglycerides, \"highestTriglycerideLevel\", $$v)},expression:\"survey.bloodBiochemistry.triglycerides.highestTriglycerideLevel\"}},[_vm._v(\" Don’t know or never tested \")]),_c('b-form-radio',{attrs:{\"name\":\"triglyceride\",\"value\":_vm.triglycerideLevel.Low},model:{value:(_vm.survey.bloodBiochemistry.triglycerides.highestTriglycerideLevel),callback:function ($$v) {_vm.$set(_vm.survey.bloodBiochemistry.triglycerides, \"highestTriglycerideLevel\", $$v)},expression:\"survey.bloodBiochemistry.triglycerides.highestTriglycerideLevel\"}},[_vm._v(\" Low = less than 150 mg/dL \")]),_c('b-form-radio',{attrs:{\"name\":\"triglyceride\",\"value\":_vm.triglycerideLevel.Elevated},model:{value:(_vm.survey.bloodBiochemistry.triglycerides.highestTriglycerideLevel),callback:function ($$v) {_vm.$set(_vm.survey.bloodBiochemistry.triglycerides, \"highestTriglycerideLevel\", $$v)},expression:\"survey.bloodBiochemistry.triglycerides.highestTriglycerideLevel\"}},[_vm._v(\" Elevated = between 150-175 mg/dL \")]),_c('b-form-radio',{attrs:{\"name\":\"triglyceride\",\"value\":_vm.triglycerideLevel.High},model:{value:(_vm.survey.bloodBiochemistry.triglycerides.highestTriglycerideLevel),callback:function ($$v) {_vm.$set(_vm.survey.bloodBiochemistry.triglycerides, \"highestTriglycerideLevel\", $$v)},expression:\"survey.bloodBiochemistry.triglycerides.highestTriglycerideLevel\"}},[_vm._v(\" High = 175 mg/dL or higher \")])],1)],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n
\r\n
Do you know your highest triglyceride level from previous testing?
\r\n \r\n \r\n Don’t know or never tested\r\n \r\n \r\n Low = less than 150 mg/dL\r\n \r\n \r\n Elevated = between 150-175 mg/dL\r\n \r\n \r\n High = 175 mg/dL or higher\r\n \r\n \r\n
\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-highest-triglyceride-level.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-highest-triglyceride-level.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-highest-triglyceride-level.vue?vue&type=template&id=c97e20e2&\"\nimport script from \"./survey-step-highest-triglyceride-level.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-highest-triglyceride-level.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_c('h3',{staticClass:\"page-question\"},[_vm._v(\"Are you on medication to raise your HDL cholesterol or manage triglycerides?\")]),_c('v-form-group',{staticClass:\"card-selector page-buttons\",attrs:{\"validator\":_vm.$v.triglycerides}},[_c('b-form-checkbox',{on:{\"change\":_vm.onNoSelected},model:{value:(_vm.survey.bloodBiochemistry.triglycerides.isOnNoMedication),callback:function ($$v) {_vm.$set(_vm.survey.bloodBiochemistry.triglycerides, \"isOnNoMedication\", $$v)},expression:\"survey.bloodBiochemistry.triglycerides.isOnNoMedication\"}},[_vm._v(\" No \")]),_c('b-form-checkbox',{on:{\"change\":_vm.onMedicationSelected},model:{value:(_vm.survey.bloodBiochemistry.triglycerides.isOnHDLCMedication),callback:function ($$v) {_vm.$set(_vm.survey.bloodBiochemistry.triglycerides, \"isOnHDLCMedication\", $$v)},expression:\"survey.bloodBiochemistry.triglycerides.isOnHDLCMedication\"}},[_vm._v(\" HDL-C \")]),_c('b-form-checkbox',{on:{\"change\":_vm.onHDLCSelected},model:{value:(_vm.survey.bloodBiochemistry.triglycerides.isOnTriglyceridesMedication),callback:function ($$v) {_vm.$set(_vm.survey.bloodBiochemistry.triglycerides, \"isOnTriglyceridesMedication\", $$v)},expression:\"survey.bloodBiochemistry.triglycerides.isOnTriglyceridesMedication\"}},[_vm._v(\" Triglycerides \")])],1)],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n
\r\n
Are you on medication to raise your HDL cholesterol or manage triglycerides?
\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-triglyceride-medication.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-triglyceride-medication.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-triglyceride-medication.vue?vue&type=template&id=1ac6895d&\"\nimport script from \"./survey-step-triglyceride-medication.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-triglyceride-medication.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_vm._m(0),_c('v-form-group',{staticClass:\"card-selector page-buttons\",attrs:{\"validator\":_vm.$v.triglycerides}},[_c('b-form-checkbox',{on:{\"change\":_vm.onNoneSelected},model:{value:(_vm.survey.bloodBiochemistry.triglycerides.isNotTakingAnything),callback:function ($$v) {_vm.$set(_vm.survey.bloodBiochemistry.triglycerides, \"isNotTakingAnything\", $$v)},expression:\"survey.bloodBiochemistry.triglycerides.isNotTakingAnything\"}},[_vm._v(\" None \")]),_c('b-form-checkbox',{on:{\"change\":_vm.onFishOilPrescriptionSelected},model:{value:(_vm.survey.bloodBiochemistry.triglycerides.isTakingFishOilPrescription),callback:function ($$v) {_vm.$set(_vm.survey.bloodBiochemistry.triglycerides, \"isTakingFishOilPrescription\", $$v)},expression:\"survey.bloodBiochemistry.triglycerides.isTakingFishOilPrescription\"}},[_vm._v(\" Prescription fish oil (examples include lovaza, omega-3-acid ethyl esters, Omtryg, epanova) \")]),_c('b-form-checkbox',{on:{\"change\":_vm.onFishOilSupplementSelected},model:{value:(_vm.survey.bloodBiochemistry.triglycerides.isTakingFishOilSupplement),callback:function ($$v) {_vm.$set(_vm.survey.bloodBiochemistry.triglycerides, \"isTakingFishOilSupplement\", $$v)},expression:\"survey.bloodBiochemistry.triglycerides.isTakingFishOilSupplement\"}},[_vm._v(\" Fish oil supplement \")]),_c('b-form-checkbox',{on:{\"change\":_vm.onVascepaSelected},model:{value:(_vm.survey.bloodBiochemistry.triglycerides.isTakingVascepaPrescription),callback:function ($$v) {_vm.$set(_vm.survey.bloodBiochemistry.triglycerides, \"isTakingVascepaPrescription\", $$v)},expression:\"survey.bloodBiochemistry.triglycerides.isTakingVascepaPrescription\"}},[_vm._v(\" Prescription Vascepa \")])],1)],1)}\nvar staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('h3',{staticClass:\"page-question\"},[_vm._v(\"Are you taking any of the following to manage your triglycerides?\"),_c('br'),_c('i',[_vm._v(\"(Check all that apply)\")])])}]\n\nexport { render, staticRenderFns }","\r\n
\r\n
Are you taking any of the following to manage your triglycerides? (Check all that apply)
\r\n \r\n \r\n None\r\n \r\n \r\n Prescription fish oil (examples include lovaza, omega-3-acid ethyl esters, Omtryg, epanova)\r\n \r\n \r\n Fish oil supplement\r\n \r\n \r\n Prescription Vascepa\r\n \r\n \r\n
\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-triglyceride-management.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-triglyceride-management.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-triglyceride-management.vue?vue&type=template&id=32c93e14&\"\nimport script from \"./survey-step-triglyceride-management.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-triglyceride-management.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_c('h3',[_vm._v(\"Are you on medication to lower your LDL levels?\")]),_c('v-form-group',{staticClass:\"card-selector page-buttons\",attrs:{\"validator\":_vm.$v.isOnMedicationToLowerLDL}},[_c('b-form-radio',{attrs:{\"name\":\"medication\",\"value\":true},model:{value:(_vm.survey.bloodBiochemistry.cholesterol.isOnMedicationToLowerLDL),callback:function ($$v) {_vm.$set(_vm.survey.bloodBiochemistry.cholesterol, \"isOnMedicationToLowerLDL\", $$v)},expression:\"survey.bloodBiochemistry.cholesterol.isOnMedicationToLowerLDL\"}},[_vm._v(\" Yes \")]),_c('b-form-radio',{attrs:{\"name\":\"medication\",\"value\":false},model:{value:(_vm.survey.bloodBiochemistry.cholesterol.isOnMedicationToLowerLDL),callback:function ($$v) {_vm.$set(_vm.survey.bloodBiochemistry.cholesterol, \"isOnMedicationToLowerLDL\", $$v)},expression:\"survey.bloodBiochemistry.cholesterol.isOnMedicationToLowerLDL\"}},[_vm._v(\" No \")])],1)],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n
\r\n
Are you on medication to lower your LDL levels?
\r\n \r\n \r\n Yes\r\n \r\n \r\n No\r\n \r\n \r\n
\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-cholesterol-medication.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-cholesterol-medication.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-cholesterol-medication.vue?vue&type=template&id=1471d3ed&\"\nimport script from \"./survey-step-cholesterol-medication.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-cholesterol-medication.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_vm._m(0),_c('v-form-group',{staticClass:\"card-selector page-buttons\",attrs:{\"validator\":_vm.$v.isOnMedicationDuringASCVDToLowerLDL}},[_c('b-form-radio',{attrs:{\"name\":\"medication\",\"value\":true},model:{value:(_vm.survey.bloodBiochemistry.cholesterol.isOnMedicationDuringASCVDToLowerLDL),callback:function ($$v) {_vm.$set(_vm.survey.bloodBiochemistry.cholesterol, \"isOnMedicationDuringASCVDToLowerLDL\", $$v)},expression:\"survey.bloodBiochemistry.cholesterol.isOnMedicationDuringASCVDToLowerLDL\"}},[_vm._v(\" Yes \")]),_c('b-form-radio',{attrs:{\"name\":\"medication\",\"value\":false},model:{value:(_vm.survey.bloodBiochemistry.cholesterol.isOnMedicationDuringASCVDToLowerLDL),callback:function ($$v) {_vm.$set(_vm.survey.bloodBiochemistry.cholesterol, \"isOnMedicationDuringASCVDToLowerLDL\", $$v)},expression:\"survey.bloodBiochemistry.cholesterol.isOnMedicationDuringASCVDToLowerLDL\"}},[_vm._v(\" No \")])],1)],1)}\nvar staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('h3',{staticClass:\"page-question\"},[_vm._v(\"You indicated that you had a major ASCVD event (heart attack, stroke, unstable angina, bypass, stent, or surgery).\"),_c('br'),_vm._v(\"Were you on medication to lower your LDL levels when this event happened?\")])}]\n\nexport { render, staticRenderFns }","\r\n
\r\n
You indicated that you had a major ASCVD event (heart attack, stroke, unstable angina, bypass, stent, or surgery). Were you on medication to lower your LDL levels when this event happened?
\r\n \r\n \r\n Yes\r\n \r\n \r\n No\r\n \r\n \r\n
\r\n\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-cholesterol-medication-during-ascvd.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-cholesterol-medication-during-ascvd.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-cholesterol-medication-during-ascvd.vue?vue&type=template&id=f6656056&\"\nimport script from \"./survey-step-cholesterol-medication-during-ascvd.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-cholesterol-medication-during-ascvd.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_vm._m(0),_c('v-form-group',{staticClass:\"card-selector page-buttons\",attrs:{\"validator\":_vm.$v.isOnStatinToLowerLDL}},[_c('b-form-radio',{attrs:{\"name\":\"statin\",\"value\":true},model:{value:(_vm.survey.bloodBiochemistry.cholesterol.isOnStatinToLowerLDL),callback:function ($$v) {_vm.$set(_vm.survey.bloodBiochemistry.cholesterol, \"isOnStatinToLowerLDL\", $$v)},expression:\"survey.bloodBiochemistry.cholesterol.isOnStatinToLowerLDL\"}},[_vm._v(\" Yes \")]),_c('b-form-radio',{attrs:{\"name\":\"statin\",\"value\":false},model:{value:(_vm.survey.bloodBiochemistry.cholesterol.isOnStatinToLowerLDL),callback:function ($$v) {_vm.$set(_vm.survey.bloodBiochemistry.cholesterol, \"isOnStatinToLowerLDL\", $$v)},expression:\"survey.bloodBiochemistry.cholesterol.isOnStatinToLowerLDL\"}},[_vm._v(\" No \")])],1)],1)}\nvar staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('h3',{staticClass:\"page-question\"},[_vm._v(\"Are you on a statin to lower your LDL?\"),_c('br'),_c('i',[_vm._v(\"(Any of the following lovastatin, simvastatin, pravastatin, atorvastatin, rosuvastatin, pitivastatin, Pravachol, Zocor, Lipitor, Crestor, Livalo)\")])])}]\n\nexport { render, staticRenderFns }","\r\n
\r\n
Are you on a statin to lower your LDL? (Any of the following lovastatin, simvastatin, pravastatin, atorvastatin, rosuvastatin, pitivastatin, Pravachol, Zocor, Lipitor, Crestor, Livalo)
\r\n \r\n \r\n Yes\r\n \r\n \r\n No\r\n \r\n \r\n
\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-cholesterol-statin.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-cholesterol-statin.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-cholesterol-statin.vue?vue&type=template&id=49586821&\"\nimport script from \"./survey-step-cholesterol-statin.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-cholesterol-statin.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_vm._m(0),_c('v-form-group',{staticClass:\"card-selector page-buttons\",attrs:{\"validator\":_vm.$v.hadTest}},[_c('b-form-radio',{attrs:{\"name\":\"test\",\"value\":true},model:{value:(_vm.survey.bloodBiochemistry.cholesterol.hadTest),callback:function ($$v) {_vm.$set(_vm.survey.bloodBiochemistry.cholesterol, \"hadTest\", $$v)},expression:\"survey.bloodBiochemistry.cholesterol.hadTest\"}},[_vm._v(\" Yes \")]),_c('b-form-radio',{attrs:{\"name\":\"test\",\"value\":false},model:{value:(_vm.survey.bloodBiochemistry.cholesterol.hadTest),callback:function ($$v) {_vm.$set(_vm.survey.bloodBiochemistry.cholesterol, \"hadTest\", $$v)},expression:\"survey.bloodBiochemistry.cholesterol.hadTest\"}},[_vm._v(\" No \")])],1),(_vm.hadTest)?_c('v-form-group',{staticClass:\"page-buttons\",attrs:{\"validator\":_vm.$v.testScore,\"label\":\"Highest score\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar attrs = ref.attrs;\nvar listeners = ref.listeners;\nreturn _c('b-form-input',_vm._g(_vm._b({attrs:{\"placeholder\":\"300 - 3600\"},model:{value:(_vm.survey.bloodBiochemistry.cholesterol.testScore),callback:function ($$v) {_vm.$set(_vm.survey.bloodBiochemistry.cholesterol, \"testScore\", $$v)},expression:\"survey.bloodBiochemistry.cholesterol.testScore\"}},'b-form-input',attrs,false),listeners))}}],null,false,2947265583)}):_vm._e()],1)}\nvar staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('h3',[_vm._v(\" Have you had a test for LDL particle number (LDL-P)? \"),_c('br'),_vm._v(\" If yes, what was your highest score? \")])}]\n\nexport { render, staticRenderFns }","\r\n
\r\n
\r\n Have you had a test for LDL particle number (LDL-P)? \r\n If yes, what was your highest score?\r\n
\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-lipoprotein-a-test.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-lipoprotein-a-test.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-lipoprotein-a-test.vue?vue&type=template&id=3b3f7657&\"\nimport script from \"./survey-step-lipoprotein-a-test.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-lipoprotein-a-test.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_vm._m(0),_c('v-form-group',{staticClass:\"card-selector page-buttons\",attrs:{\"validator\":_vm.$v.patientSmokingStatus}},[_c('b-form-radio',{attrs:{\"name\":\"smoking\",\"value\":_vm.smokingStatus.NotSmoking},model:{value:(_vm.survey.smoking.smokingStatus),callback:function ($$v) {_vm.$set(_vm.survey.smoking, \"smokingStatus\", $$v)},expression:\"survey.smoking.smokingStatus\"}},[_vm._v(\" No \")]),_c('b-form-radio',{attrs:{\"name\":\"smoking\",\"value\":_vm.smokingStatus.SmokingCurrently},model:{value:(_vm.survey.smoking.smokingStatus),callback:function ($$v) {_vm.$set(_vm.survey.smoking, \"smokingStatus\", $$v)},expression:\"survey.smoking.smokingStatus\"}},[_vm._v(\" Current \")]),_c('b-form-radio',{attrs:{\"name\":\"smoking\",\"value\":_vm.smokingStatus.SmokedInPast},model:{value:(_vm.survey.smoking.smokingStatus),callback:function ($$v) {_vm.$set(_vm.survey.smoking, \"smokingStatus\", $$v)},expression:\"survey.smoking.smokingStatus\"}},[_vm._v(\" Past \")]),_c('b-form-checkbox',{model:{value:(_vm.survey.smoking.isSmokeless),callback:function ($$v) {_vm.$set(_vm.survey.smoking, \"isSmokeless\", $$v)},expression:\"survey.smoking.isSmokeless\"}},[_vm._v(\" Smokeless \")])],1)],1)}\nvar staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('h3',{staticClass:\"page-question\"},[_vm._v(\" Do you currently smoke or have you ever been a smoker (1/2 pack of cigarettes or more per day)?\"),_c('br'),_vm._v(\" Do you use smokeless tobacco? \")])}]\n\nexport { render, staticRenderFns }","\r\n
\r\n
\r\n Do you currently smoke or have you ever been a smoker (1/2 pack of cigarettes or more per day)? \r\n Do you use smokeless tobacco?\r\n
\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-smoking-status.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-smoking-status.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-smoking-status.vue?vue&type=template&id=38a5d0d1&\"\nimport script from \"./survey-step-smoking-status.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-smoking-status.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_c('h3',{staticClass:\"page-question\"},[_vm._v(\"How many packs a day do you smoke? How many years have you been smoking?\")]),_c('div',{staticClass:\"page-buttons\"},[_c('v-form-group',{attrs:{\"validator\":_vm.$v.packsPerDayCurrently,\"label\":\"Packs per day\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar attrs = ref.attrs;\nvar listeners = ref.listeners;\nreturn _c('form-select',_vm._g(_vm._b({attrs:{\"options\":_vm.smokingPacks,\"placeholder\":\"Packs per day\"},on:{\"input\":function($event){_vm.survey.smoking.packsPerDayCurrently = $event.value}},model:{value:(_vm.survey.smoking.packsPerDayCurrently),callback:function ($$v) {_vm.$set(_vm.survey.smoking, \"packsPerDayCurrently\", $$v)},expression:\"survey.smoking.packsPerDayCurrently\"}},'form-select',attrs,false),listeners))}}])}),_c('v-form-group',{attrs:{\"validator\":_vm.$v.yearsSmokingCurrently,\"label\":\"Years smoking\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar attrs = ref.attrs;\nvar listeners = ref.listeners;\nreturn _c('b-form-input',_vm._g(_vm._b({attrs:{\"placeholder\":\"Years smoking\"},model:{value:(_vm.survey.smoking.yearsSmokingCurrently),callback:function ($$v) {_vm.$set(_vm.survey.smoking, \"yearsSmokingCurrently\", $$v)},expression:\"survey.smoking.yearsSmokingCurrently\"}},'b-form-input',attrs,false),listeners))}}])})],1)])}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n
\r\n
How many packs a day do you smoke? How many years have you been smoking?
\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n
\r\n\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-smoking-currently.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-smoking-currently.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-smoking-currently.vue?vue&type=template&id=3b50fb8e&\"\nimport script from \"./survey-step-smoking-currently.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-smoking-currently.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_c('h3',{staticClass:\"page-question\"},[_vm._v(\"When you smoked, how many packs a day did you smoke? How many years did you smoke? How long ago did you stop smoking?\")]),_c('div',{staticClass:\"page-buttons\"},[_c('v-form-group',{attrs:{\"validator\":_vm.$v.packsPerDayInPast,\"label\":\"Packs per day\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar attrs = ref.attrs;\nvar listeners = ref.listeners;\nreturn _c('form-select',_vm._g(_vm._b({attrs:{\"options\":_vm.smokingPacks,\"placeholder\":\"Packs per day\"},on:{\"input\":function($event){_vm.survey.smoking.packsPerDayInPast = $event.value}},model:{value:(_vm.survey.smoking.packsPerDayInPast),callback:function ($$v) {_vm.$set(_vm.survey.smoking, \"packsPerDayInPast\", $$v)},expression:\"survey.smoking.packsPerDayInPast\"}},'form-select',attrs,false),listeners))}}])}),_c('v-form-group',{attrs:{\"validator\":_vm.$v.yearsSmokedInPast,\"label\":\"Years smoking\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar attrs = ref.attrs;\nvar listeners = ref.listeners;\nreturn _c('b-form-input',_vm._g(_vm._b({attrs:{\"placeholder\":\"Years smoking\"},model:{value:(_vm.survey.smoking.yearsSmokedInPast),callback:function ($$v) {_vm.$set(_vm.survey.smoking, \"yearsSmokedInPast\", $$v)},expression:\"survey.smoking.yearsSmokedInPast\"}},'b-form-input',attrs,false),listeners))}}])}),_c('v-form-group',{attrs:{\"validator\":_vm.$v.yearStoppedSmoking,\"label\":\"Year you stopped smoking\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar attrs = ref.attrs;\nvar listeners = ref.listeners;\nreturn _c('b-form-input',_vm._g(_vm._b({attrs:{\"placeholder\":\"Years smoking\"},model:{value:(_vm.survey.smoking.yearStoppedSmoking),callback:function ($$v) {_vm.$set(_vm.survey.smoking, \"yearStoppedSmoking\", $$v)},expression:\"survey.smoking.yearStoppedSmoking\"}},'b-form-input',attrs,false),listeners))}}])})],1)])}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n
\r\n
When you smoked, how many packs a day did you smoke? How many years did you smoke? How long ago did you stop smoking?
\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n
\r\n\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-smoking-past.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-smoking-past.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-smoking-past.vue?vue&type=template&id=f980c9ba&\"\nimport script from \"./survey-step-smoking-past.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-smoking-past.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_c('h3',{staticClass:\"page-question\"},[_vm._v(\"Do you use smokeless tobacco? How many years have you used smokeless tobacco?\")]),_c('div',{staticClass:\"page-buttons\"},[_c('v-form-group',{staticClass:\"card-selector\"},[_c('b-form-radio',{attrs:{\"name\":\"yes\",\"value\":\"true\"},model:{value:(_vm.survey.smoking.isUsingSmokeless),callback:function ($$v) {_vm.$set(_vm.survey.smoking, \"isUsingSmokeless\", $$v)},expression:\"survey.smoking.isUsingSmokeless\"}},[_vm._v(\"Yes\")]),_c('b-form-radio',{attrs:{\"name\":\"no\",\"value\":\"false\"},model:{value:(_vm.survey.smoking.isUsingSmokeless),callback:function ($$v) {_vm.$set(_vm.survey.smoking, \"isUsingSmokeless\", $$v)},expression:\"survey.smoking.isUsingSmokeless\"}},[_vm._v(\"No\")])],1),_c('v-form-group',{attrs:{\"validator\":_vm.$v.yearsUsingSmokeless,\"label\":\"Years smokeless\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar attrs = ref.attrs;\nvar listeners = ref.listeners;\nreturn _c('b-form-input',_vm._g(_vm._b({attrs:{\"placeholder\":\"Years smokeless\"},model:{value:(_vm.survey.smoking.yearsUsingSmokeless),callback:function ($$v) {_vm.$set(_vm.survey.smoking, \"yearsUsingSmokeless\", $$v)},expression:\"survey.smoking.yearsUsingSmokeless\"}},'b-form-input',attrs,false),listeners))}}])})],1)])}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n
\r\n
Do you use smokeless tobacco? How many years have you used smokeless tobacco?
\r\n\r\n
\r\n \r\n Yes\r\n No\r\n \r\n\r\n \r\n \r\n \r\n
\r\n
\r\n\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-smoking-smokeless.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-smoking-smokeless.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-smoking-smokeless.vue?vue&type=template&id=82678590&\"\nimport script from \"./survey-step-smoking-smokeless.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-smoking-smokeless.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_c('h3',{staticClass:\"page-question\"},[_vm._v(\"Have you been told you have metabolic syndrome?\")]),_c('v-form-group',{staticClass:\"card-selector page-buttons\",attrs:{\"validator\":_vm.$v.hasMetabolicSyndrome}},[_c('b-form-radio',{attrs:{\"name\":\"metabolic\",\"value\":true},model:{value:(_vm.survey.medicalConditions.hasMetabolicSyndrome),callback:function ($$v) {_vm.$set(_vm.survey.medicalConditions, \"hasMetabolicSyndrome\", $$v)},expression:\"survey.medicalConditions.hasMetabolicSyndrome\"}},[_vm._v(\" Yes \")]),_c('b-form-radio',{attrs:{\"name\":\"metabolic\",\"value\":false},model:{value:(_vm.survey.medicalConditions.hasMetabolicSyndrome),callback:function ($$v) {_vm.$set(_vm.survey.medicalConditions, \"hasMetabolicSyndrome\", $$v)},expression:\"survey.medicalConditions.hasMetabolicSyndrome\"}},[_vm._v(\" No \")])],1)],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n
\r\n
Have you been told you have metabolic syndrome?
\r\n \r\n \r\n Yes\r\n \r\n \r\n No\r\n \r\n \r\n
\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-metabolic-syndrome.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-metabolic-syndrome.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-metabolic-syndrome.vue?vue&type=template&id=6c4e210b&\"\nimport script from \"./survey-step-metabolic-syndrome.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-metabolic-syndrome.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_vm._m(0),_c('v-form-group',{staticClass:\"card-selector page-buttons\",attrs:{\"validator\":_vm.$v.conditions}},[_c('b-form-checkbox',{on:{\"change\":_vm.onNoConditionSelected},model:{value:(_vm.survey.medicalConditions.conditions.hasNone),callback:function ($$v) {_vm.$set(_vm.survey.medicalConditions.conditions, \"hasNone\", $$v)},expression:\"survey.medicalConditions.conditions.hasNone\"}},[_vm._v(\" None \")]),_c('b-form-checkbox',{on:{\"change\":_vm.onCHFSelected},model:{value:(_vm.survey.medicalConditions.conditions.hasCHF),callback:function ($$v) {_vm.$set(_vm.survey.medicalConditions.conditions, \"hasCHF\", $$v)},expression:\"survey.medicalConditions.conditions.hasCHF\"}},[_vm._v(\" Congestive heart failure (CHF) \")]),_c('b-form-checkbox',{on:{\"change\":_vm.onAFIBSelected},model:{value:(_vm.survey.medicalConditions.conditions.hasAFIB),callback:function ($$v) {_vm.$set(_vm.survey.medicalConditions.conditions, \"hasAFIB\", $$v)},expression:\"survey.medicalConditions.conditions.hasAFIB\"}},[_vm._v(\" Atrial fibrillation or “afib” \")]),_c('b-form-checkbox',{on:{\"change\":_vm.onFattyLiverSelected},model:{value:(_vm.survey.medicalConditions.conditions.hasFattyLiver),callback:function ($$v) {_vm.$set(_vm.survey.medicalConditions.conditions, \"hasFattyLiver\", $$v)},expression:\"survey.medicalConditions.conditions.hasFattyLiver\"}},[_vm._v(\" Non-alcoholic fatty liver disease \")]),_c('b-form-checkbox',{on:{\"change\":_vm.onAorticAneurysmSelected},model:{value:(_vm.survey.medicalConditions.conditions.hasAorticAneurysm),callback:function ($$v) {_vm.$set(_vm.survey.medicalConditions.conditions, \"hasAorticAneurysm\", $$v)},expression:\"survey.medicalConditions.conditions.hasAorticAneurysm\"}},[_vm._v(\" Aortic aneurysm \")])],1)],1)}\nvar staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('h3',{staticClass:\"page-question\"},[_vm._v(\"Do you have any of the following conditions? \"),_c('br'),_vm._v(\" \"),_c('i',[_vm._v(\"(check all that apply)\")])])}]\n\nexport { render, staticRenderFns }","\r\n
\r\n
Do you have any of the following conditions? (check all that apply)
\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-metabolic-conditions.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-metabolic-conditions.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-metabolic-conditions.vue?vue&type=template&id=611ab8cd&\"\nimport script from \"./survey-step-metabolic-conditions.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-metabolic-conditions.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_vm._m(0),_c('v-form-group',{staticClass:\"card-selector page-buttons\",attrs:{\"validator\":_vm.$v.conditions}},[_c('b-form-checkbox',{on:{\"change\":_vm.onNoConditionSelected},model:{value:(_vm.survey.medicalConditions.conditions.noConditionTold),callback:function ($$v) {_vm.$set(_vm.survey.medicalConditions.conditions, \"noConditionTold\", $$v)},expression:\"survey.medicalConditions.conditions.noConditionTold\"}},[_vm._v(\" No \")]),_c('b-form-checkbox',{on:{\"change\":_vm.onLVHypertrophySelected},model:{value:(_vm.survey.medicalConditions.conditions.hasLVHypertrophy),callback:function ($$v) {_vm.$set(_vm.survey.medicalConditions.conditions, \"hasLVHypertrophy\", $$v)},expression:\"survey.medicalConditions.conditions.hasLVHypertrophy\"}},[_vm._v(\" Left ventricular hypertrophy \")]),_c('b-form-checkbox',{on:{\"change\":_vm.onSleepApneaSelected},model:{value:(_vm.survey.medicalConditions.conditions.hasSleepApnea),callback:function ($$v) {_vm.$set(_vm.survey.medicalConditions.conditions, \"hasSleepApnea\", $$v)},expression:\"survey.medicalConditions.conditions.hasSleepApnea\"}},[_vm._v(\" Obstructive sleep apnea \")])],1)],1)}\nvar staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('h3',{staticClass:\"page-question\"},[_vm._v(\"Have you ever been told that you have any of the following conditions? \"),_c('br'),_vm._v(\" \"),_c('i',[_vm._v(\"(check all that apply)\")])])}]\n\nexport { render, staticRenderFns }","\r\n
\r\n
Have you ever been told that you have any of the following conditions? (check all that apply)
\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-glyca.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-glyca.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-glyca.vue?vue&type=template&id=2589f1ae&\"\nimport script from \"./survey-step-glyca.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-glyca.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_c('h3',{staticClass:\"page-question\"},[_vm._v(\"For females, do you have any of the following medical conditions?\")]),_c('v-form-group',{staticClass:\"card-selector page-buttons\",attrs:{\"validator\":_vm.$v.femaleConditions}},[_c('b-form-checkbox',{on:{\"change\":_vm.onNoConditionSelected},model:{value:(_vm.survey.medicalConditions.femaleConditions.noCondition),callback:function ($$v) {_vm.$set(_vm.survey.medicalConditions.femaleConditions, \"noCondition\", $$v)},expression:\"survey.medicalConditions.femaleConditions.noCondition\"}},[_vm._v(\" No \")]),_c('b-form-checkbox',{on:{\"change\":_vm.onEclampsiaSelected},model:{value:(_vm.survey.medicalConditions.femaleConditions.hasEclampsia),callback:function ($$v) {_vm.$set(_vm.survey.medicalConditions.femaleConditions, \"hasEclampsia\", $$v)},expression:\"survey.medicalConditions.femaleConditions.hasEclampsia\"}},[_vm._v(\" History of preeclampsia or eclampsia \")]),_c('b-form-checkbox',{on:{\"change\":_vm.onEOMSelected},model:{value:(_vm.survey.medicalConditions.femaleConditions.hasEOM),callback:function ($$v) {_vm.$set(_vm.survey.medicalConditions.femaleConditions, \"hasEOM\", $$v)},expression:\"survey.medicalConditions.femaleConditions.hasEOM\"}},[_vm._v(\" Menopause before age 40 \")])],1)],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n
\r\n
For females, do you have any of the following medical conditions?
\r\n \r\n \r\n No\r\n \r\n \r\n History of preeclampsia or eclampsia\r\n \r\n \r\n Menopause before age 40\r\n \r\n \r\n
\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-female-medical-conditions.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-female-medical-conditions.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-female-medical-conditions.vue?vue&type=template&id=2b190a74&\"\nimport script from \"./survey-step-female-medical-conditions.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-female-medical-conditions.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_c('h3',{staticClass:\"page-question\"},[_vm._v(\"Have you ever had a positive diagnosis for COVID-19?\")]),_c('v-form-group',{staticClass:\"card-selector page-buttons\",attrs:{\"validator\":_vm.$v.hadCovid19}},[_c('b-form-radio',{attrs:{\"name\":\"covid19\",\"value\":true},model:{value:(_vm.survey.medicalConditions.hadCovid19),callback:function ($$v) {_vm.$set(_vm.survey.medicalConditions, \"hadCovid19\", $$v)},expression:\"survey.medicalConditions.hadCovid19\"}},[_vm._v(\" Yes \")]),_c('b-form-radio',{attrs:{\"name\":\"covid19\",\"value\":false},model:{value:(_vm.survey.medicalConditions.hadCovid19),callback:function ($$v) {_vm.$set(_vm.survey.medicalConditions, \"hadCovid19\", $$v)},expression:\"survey.medicalConditions.hadCovid19\"}},[_vm._v(\" No \")])],1)],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n
\r\n
Have you ever had a positive diagnosis for COVID-19?
\r\n \r\n \r\n Yes\r\n \r\n \r\n No\r\n \r\n \r\n
\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-covid-19.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-covid-19.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-covid-19.vue?vue&type=template&id=3b7f3e44&\"\nimport script from \"./survey-step-covid-19.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-covid-19.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_c('h3',{staticClass:\"page-question\"},[_vm._v(\"Have you been diagnosed as having erectile dysfunction (ED) which has been shown to indicate greater cardiovascular disease risk?\")]),_c('v-form-group',{staticClass:\"card-selector page-buttons\",attrs:{\"validator\":_vm.$v.hasErectileDysfunction}},[_c('b-form-radio',{attrs:{\"name\":\"ed\",\"value\":true},model:{value:(_vm.survey.medicalConditions.hasErectileDysfunction),callback:function ($$v) {_vm.$set(_vm.survey.medicalConditions, \"hasErectileDysfunction\", $$v)},expression:\"survey.medicalConditions.hasErectileDysfunction\"}},[_vm._v(\" Yes \")]),_c('b-form-radio',{attrs:{\"name\":\"ed\",\"value\":false},model:{value:(_vm.survey.medicalConditions.hasErectileDysfunction),callback:function ($$v) {_vm.$set(_vm.survey.medicalConditions, \"hasErectileDysfunction\", $$v)},expression:\"survey.medicalConditions.hasErectileDysfunction\"}},[_vm._v(\" No \")])],1)],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n
\r\n
Have you been diagnosed as having erectile dysfunction (ED) which has been shown to indicate greater cardiovascular disease risk?
\r\n \r\n \r\n Yes\r\n \r\n \r\n No\r\n \r\n \r\n
\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-erectile-dysfunction.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-erectile-dysfunction.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-erectile-dysfunction.vue?vue&type=template&id=5e67250e&\"\nimport script from \"./survey-step-erectile-dysfunction.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-erectile-dysfunction.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_vm._m(0),_c('v-form-group',{staticClass:\"card-selector page-buttons\",attrs:{\"label\":\"Scale\"}},[_c('v-select',{class:[{ 'vs--has-value': _vm.selectedValue !== null }],attrs:{\"options\":_vm.options,\"placeholder\":\"Scale\"},on:{\"input\":_vm.onInput},model:{value:(_vm.selectedValue),callback:function ($$v) {_vm.selectedValue=$$v},expression:\"selectedValue\"}})],1)],1)}\nvar staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('h3',[_vm._v(\" On a scale of 1 (lowest) to 10 (highest), how much more \"),_c('u',[_vm._v(\"informed\")]),_vm._v(\" do you feel \"),_c('br'),_vm._v(\" about your personal health risk since your last Cardiometabolic Risk Assessment? \")])}]\n\nexport { render, staticRenderFns }","\r\n
\r\n
\r\n On a scale of 1 (lowest) to 10 (highest), how much more informed do you feel \r\n about your personal health risk since your last Cardiometabolic Risk Assessment?\r\n
\r\n \r\n \r\n \r\n
\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-report-informed.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-report-informed.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-report-informed.vue?vue&type=template&id=987fd3c2&\"\nimport script from \"./survey-step-report-informed.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-report-informed.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_vm._m(0),_c('v-form-group',{staticClass:\"card-selector page-buttons\"},[_c('b-form-checkbox',{on:{\"change\":_vm.deselectCheckboxes},model:{value:(_vm.survey.feedback.hcpChangesCMR.noChanges),callback:function ($$v) {_vm.$set(_vm.survey.feedback.hcpChangesCMR, \"noChanges\", $$v)},expression:\"survey.feedback.hcpChangesCMR.noChanges\"}},[_vm._v(\" No Changes \")]),_c('b-form-checkbox',{attrs:{\"disabled\":_vm.survey.feedback.hcpChangesCMR.noChanges === true},model:{value:(_vm.survey.feedback.hcpChangesCMR.diet),callback:function ($$v) {_vm.$set(_vm.survey.feedback.hcpChangesCMR, \"diet\", $$v)},expression:\"survey.feedback.hcpChangesCMR.diet\"}},[_vm._v(\" Diet \")]),_c('b-form-checkbox',{attrs:{\"disabled\":_vm.survey.feedback.hcpChangesCMR.noChanges === true},model:{value:(_vm.survey.feedback.hcpChangesCMR.lifestyle),callback:function ($$v) {_vm.$set(_vm.survey.feedback.hcpChangesCMR, \"lifestyle\", $$v)},expression:\"survey.feedback.hcpChangesCMR.lifestyle\"}},[_vm._v(\" Lifestyle \")]),_c('b-form-checkbox',{attrs:{\"disabled\":_vm.survey.feedback.hcpChangesCMR.noChanges === true},model:{value:(_vm.survey.feedback.hcpChangesCMR.medical),callback:function ($$v) {_vm.$set(_vm.survey.feedback.hcpChangesCMR, \"medical\", $$v)},expression:\"survey.feedback.hcpChangesCMR.medical\"}},[_vm._v(\" Medical \")])],1)],1)}\nvar staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('h3',[_vm._v(\" Based on your previous Cardiometabolic Risk Assessment, did your care \"),_c('br'),_vm._v(\" provider or health coach recommend any diet or lifestyle changes? \")])}]\n\nexport { render, staticRenderFns }","\r\n
\r\n
\r\n Based on your previous Cardiometabolic Risk Assessment, did your care \r\n provider or health coach recommend any diet or lifestyle changes?\r\n
\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-diet-lifestyle-recommendation.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-diet-lifestyle-recommendation.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-diet-lifestyle-recommendation.vue?vue&type=template&id=ea9f4e76&\"\nimport script from \"./survey-step-diet-lifestyle-recommendation.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-diet-lifestyle-recommendation.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_c('h3',[_vm._v(\"Has it been easy for you to follow the recommend changes?\")]),_c('v-form-group',{staticClass:\"card-selector page-buttons\"},[_c('b-form-radio',{attrs:{\"name\":\"followChangesCMR\",\"value\":true},model:{value:(_vm.survey.feedback.followChangesCMR),callback:function ($$v) {_vm.$set(_vm.survey.feedback, \"followChangesCMR\", $$v)},expression:\"survey.feedback.followChangesCMR\"}},[_vm._v(\"Yes\")]),_c('b-form-radio',{attrs:{\"name\":\"followChangesCMR\",\"value\":false},model:{value:(_vm.survey.feedback.followChangesCMR),callback:function ($$v) {_vm.$set(_vm.survey.feedback, \"followChangesCMR\", $$v)},expression:\"survey.feedback.followChangesCMR\"}},[_vm._v(\"No\")]),_c('b-form-radio',{attrs:{\"name\":\"followChangesCMR\",\"value\":null},model:{value:(_vm.survey.feedback.followChangesCMR),callback:function ($$v) {_vm.$set(_vm.survey.feedback, \"followChangesCMR\", $$v)},expression:\"survey.feedback.followChangesCMR\"}},[_vm._v(\"Not Applicable\")])],1)],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n
\r\n
Has it been easy for you to follow the recommend changes?
\r\n \r\n Yes\r\n No\r\n Not Applicable\r\n \r\n
\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-change-following.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-change-following.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-change-following.vue?vue&type=template&id=50fa72e4&\"\nimport script from \"./survey-step-change-following.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-change-following.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"compressed-content\"},[_vm._m(0),_c('v-form-group',{staticClass:\"card-selector page-buttons\",attrs:{\"label\":\"Scale\"}},[_c('v-select',{class:[{ 'vs--has-value': _vm.selectedValue !== null }],attrs:{\"options\":_vm.options,\"placeholder\":\"Scale\"},on:{\"input\":_vm.onInput},model:{value:(_vm.selectedValue),callback:function ($$v) {_vm.selectedValue=$$v},expression:\"selectedValue\"}})],1)],1)}\nvar staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('h3',[_vm._v(\" Last Question! \"),_c('br'),_vm._v(\" On a scale of 1 (lowest) to 10 (highest), how much do you feel like you are more \"),_c('u',[_vm._v(\"in control\")]),_vm._v(\" \"),_c('br'),_vm._v(\" of your personal health risk since your last Cardiometabolic Risk Assessment? \")])}]\n\nexport { render, staticRenderFns }","\r\n
\r\n
\r\n Last Question! \r\n On a scale of 1 (lowest) to 10 (highest), how much do you feel like you are more in control \r\n of your personal health risk since your last Cardiometabolic Risk Assessment?\r\n
\r\n \r\n \r\n \r\n
\r\n\r\n\r\n","import mod from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-health-control.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-step-health-control.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-step-health-control.vue?vue&type=template&id=46ce5919&\"\nimport script from \"./survey-step-health-control.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-step-health-control.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","//Section 1\r\nimport SurveyStepAddress from 'components/pages/surveys/survey-cra/section-1/survey-step-address.vue';\r\nimport SurveyStepGender from 'components/pages/surveys/survey-cra/section-1/survey-step-gender.vue';\r\nimport SurveyStepBirthdate from 'components/pages/surveys/survey-cra/section-1/survey-step-birthdate.vue';\r\nimport SurveyStepEthnicity from 'components/pages/surveys/survey-cra/section-1/survey-step-ethnicity.vue';\r\nimport SurveyStepHeight from 'components/pages/surveys/survey-cra/section-1/survey-step-height.vue';\r\nimport SurveyStepWeight from 'components/pages/surveys/survey-cra/section-1/survey-step-weight.vue';\r\nimport SurveyStepWaist from 'components/pages/surveys/survey-cra/section-1/survey-step-waist.vue';\r\nimport SurveyStepRecentBloodPressure from 'components/pages/surveys/survey-cra/section-1/survey-step-recent-blood-pressure.vue';\r\n//Section 2\r\nimport SurveyStepHighBloodPressure from 'components/pages/surveys/survey-cra/section-2/survey-step-high-blood-pressure.vue';\r\nimport SurveyStepBloodPressureMedication from 'components/pages/surveys/survey-cra/section-2/survey-step-blood-pressure-medication.vue';\r\n//Section3\r\nimport SurveyStepBloodSugarElevated from 'components/pages/surveys/survey-cra/section-3/survey-step-blood-sugar-elevated.vue';\r\nimport SurveyStepDiabetesHistory from 'components/pages/surveys/survey-cra/section-3/survey-step-diabetes-history.vue';\r\nimport SurveyStepTypeOneDiabetes from 'components/pages/surveys/survey-cra/section-3/survey-step-type-one-diabetes.vue';\r\nimport SurveyStepTypeTwoDiabetes from 'components/pages/surveys/survey-cra/section-3/survey-step-type-two-diabetes.vue';\r\nimport SurveyStepBloodSugarMedication from 'components/pages/surveys/survey-cra/section-3/survey-step-blood-sugar-medication.vue';\r\nimport SurveyStepDiabeticDiseases from 'components/pages/surveys/survey-cra/section-3/survey-step-diabetic-diseases.vue';\r\nimport SurveyStepPregnancy from 'components/pages/surveys/survey-cra/section-3/survey-step-pregnancy.vue';\r\nimport SurveyStepParents from 'components/pages/surveys/survey-cra/section-3/survey-step-parents.vue';\r\nimport SurveyStepTypeTwoRemission from 'components/pages/surveys/survey-cra/section-3/survey-step-type-two-remission.vue';\r\n//Section 4\r\nimport SurveyStepFamilyPrematureHeartAttack from 'components/pages/surveys/survey-cra/section-4/survey-step-family-premature-heart-attack.vue';\r\nimport SurveyStepBlockageHistory from 'components/pages/surveys/survey-cra/section-4/survey-step-blockage-history.vue';\r\nimport SurveyStepBlockageTests from 'components/pages/surveys/survey-cra/section-4/survey-step-blockage-tests.vue';\r\nimport SurveyStepLastCacTest from 'components/pages/surveys/survey-cra/section-4/survey-step-last-cac-test.vue';\r\nimport SurveyStepLastHeartAngiogram from 'components/pages/surveys/survey-cra/section-4/survey-step-last-heart-angiogram.vue';\r\nimport SurveyStepLastCtAngiogram from 'components/pages/surveys/survey-cra/section-4/survey-step-last-ct-angiogram.vue';\r\nimport SurveyStepLastCimtTest from 'components/pages/surveys/survey-cra/section-4/survey-step-last-cimt-test.vue';\r\nimport SurveyStepLastLegAngiogram from 'components/pages/surveys/survey-cra/section-4/survey-step-last-leg-angiogram.vue';\r\nimport SurveyStepLastAnkleBrachialTest from 'components/pages/surveys/survey-cra/section-4/survey-step-last-ankle-brachial-test.vue';\r\nimport SurveyStepLastAngiogramCarotid from 'components/pages/surveys/survey-cra/section-4/survey-step-last-angiogram-carotid-test.vue';\r\nimport SurveyStepArteryBlockage from 'components/pages/surveys/survey-cra/section-4/survey-step-artery-blockage.vue';\r\nimport SurveyStepArteryBlockageExperience from 'components/pages/surveys/survey-cra/section-4/survey-step-artery-blockage-experience.vue';\r\nimport SurveyStepArterySymptomDates from 'components/pages/surveys/survey-cra/section-4/survey-step-artery-symptom-dates.vue';\r\nimport SurveyStepStrokeExperience from 'components/pages/surveys/survey-cra/section-4/survey-step-stroke-experience.vue';\r\nimport SurveyStepStrokeDates from 'components/pages/surveys/survey-cra/section-4/survey-step-stroke-dates.vue';\r\nimport SurveyStepHeartAttackExperience from 'components/pages/surveys/survey-cra/section-4/survey-step-heart-attack-experience.vue';\r\nimport SurveyStepHeartAttackDates from 'components/pages/surveys/survey-cra/section-4/survey-step-heart-attack-dates.vue';\r\nimport SurveyStepHeartArteryProcedures from 'components/pages/surveys/survey-cra/section-4/survey-step-heart-artery-procedures.vue';\r\nimport SurveyStepHeartBalloonOpeningDates from 'components/pages/surveys/survey-cra/section-4/survey-step-heart-balloon-opening-dates.vue';\r\nimport SurveyStepHeartStentDates from 'components/pages/surveys/survey-cra/section-4/survey-step-heart-stent-dates.vue';\r\nimport SurveyStepHeartBypassSurgeryDates from 'components/pages/surveys/survey-cra/section-4/survey-step-heart-bypass-surgery-dates.vue';\r\nimport SurveyStepLegArteryProcedures from 'components/pages/surveys/survey-cra/section-4/survey-step-leg-artery-procedures.vue';\r\nimport SurveyStepLegBalloonOpeningDates from 'components/pages/surveys/survey-cra/section-4/survey-step-leg-balloon-opening-dates.vue';\r\nimport SurveyStepLegStentDates from 'components/pages/surveys/survey-cra/section-4/survey-step-leg-stent-dates.vue';\r\nimport SurveyStepLegBypassSurgeryDates from 'components/pages/surveys/survey-cra/section-4/survey-step-leg-bypass-surgery-dates.vue';\r\nimport SurveyStepNeckArteryProcedures from 'components/pages/surveys/survey-cra/section-4/survey-step-neck-artery-procedures.vue';\r\nimport SurveyStepNeckBlockageSurgeryDates from 'components/pages/surveys/survey-cra/section-4/survey-step-neck-blockage-surgery-dates.vue';\r\nimport SurveyStepNeckStentDates from 'components/pages/surveys/survey-cra/section-4/survey-step-neck-stent-dates.vue';\r\n//Section 5\r\nimport SurveyStepHighestCholesterolLevel from 'components/pages/surveys/survey-cra/section-5/survey-step-highest-cholesterol-level.vue';\r\nimport SurveyStepCholesterolRange from 'components/pages/surveys/survey-cra/section-5/survey-step-cholesterol-range.vue';\r\nimport SurveyStepHypercholesterolemia from 'components/pages/surveys/survey-cra/section-5/survey-step-hypercholesterolemia.vue';\r\nimport SurveyStepHypercholesterolemiaTest from 'components/pages/surveys/survey-cra/section-5/survey-step-hypercholesterolemia-test.vue';\r\nimport SurveyStepHypercholesterolemiaDiagnoses from 'components/pages/surveys/survey-cra/section-5/survey-step-hypercholesterolemia-diagnoses.vue';\r\nimport SurveyStepFamilyDiagnoses from 'components/pages/surveys/survey-cra/section-5/survey-step-family-diagnoses.vue';\r\nimport SurveyStepHypercholesterolemiaFamilyDiagnoses from 'components/pages/surveys/survey-cra/section-5/survey-step-hypercholesterolemia-family-diagnoses.vue';\r\nimport SurveyStepLowestCholesterolLevel from 'components/pages/surveys/survey-cra/section-5/survey-step-lowest-cholesterol-level.vue';\r\nimport SurveyStepHighestTriglycerideLevel from 'components/pages/surveys/survey-cra/section-5/survey-step-highest-triglyceride-level.vue';\r\nimport SurveyStepTriglycerideMedication from 'components/pages/surveys/survey-cra/section-5/survey-step-triglyceride-medication.vue';\r\nimport SurveyStepTriglycerideManagement from 'components/pages/surveys/survey-cra/section-5/survey-step-triglyceride-management.vue';\r\nimport SurveyStepCholesterolMedication from 'components/pages/surveys/survey-cra/section-5/survey-step-cholesterol-medication.vue';\r\nimport SurveyStepCholesterolMedicationDuringAscvd from 'components/pages/surveys/survey-cra/section-5/survey-step-cholesterol-medication-during-ascvd.vue';\r\nimport SurveyStepCholesterolStatin from 'components/pages/surveys/survey-cra/section-5/survey-step-cholesterol-statin.vue';\r\nimport SurveyStepCholesterolTest from 'components/pages/surveys/survey-cra/section-5/survey-step-cholesterol-test.vue';\r\nimport SurveyStepApolipoproteinBTest from 'components/pages/surveys/survey-cra/section-5/survey-step-apolipoprotein-b-test.vue';\r\nimport SurveyStepLipoproteinATest from 'components/pages/surveys/survey-cra/section-5/survey-step-lipoprotein-a-test.vue';\r\n//Section 6\r\nimport SurveyStepSmokingStatus from 'components/pages/surveys/survey-cra/section-6/survey-step-smoking-status.vue';\r\nimport SurveyStepSmokingCurrently from 'components/pages/surveys/survey-cra/section-6/survey-step-smoking-currently.vue';\r\nimport SurveyStepSmokingPast from 'components/pages/surveys/survey-cra/section-6/survey-step-smoking-past.vue';\r\nimport SurveyStepSmokingSmokeless from 'components/pages/surveys/survey-cra/section-6/survey-step-smoking-smokeless.vue';\r\n//Section 7\r\nimport SurveyStepMetabolicSyndrome from 'components/pages/surveys/survey-cra/section-7/survey-step-metabolic-syndrome.vue';\r\nimport SurveyStepMetabolicConditions from 'components/pages/surveys/survey-cra/section-7/survey-step-metabolic-conditions.vue';\r\nimport SurveyStepConditionsTold from 'components/pages/surveys/survey-cra/section-7/survey-step-conditions-told.vue';\r\nimport SurveyStepCKD from 'components/pages/surveys/survey-cra/section-7/survey-step-ckd.vue';\r\nimport SurveyStepCKDStage from 'components/pages/surveys/survey-cra/section-7/survey-step-ckd-stage.vue';\r\nimport SurveyStepChronicInflammatoryConditions from 'components/pages/surveys/survey-cra/section-7/survey-step-chronic-inflammatory-conditions.vue';\r\nimport SurveyStepSensitivityHsCrp from 'components/pages/surveys/survey-cra/section-7/survey-step-sensitivity-hs-crp.vue';\r\nimport SurveyStepGlyca from 'components/pages/surveys/survey-cra/section-7/survey-step-glyca.vue';\r\nimport SurveyStepFemaleMedicalConditions from 'components/pages/surveys/survey-cra/section-7/survey-step-female-medical-conditions.vue';\r\nimport SurveyStepCovid19 from 'components/pages/surveys/survey-cra/section-7/survey-step-covid-19.vue';\r\nimport SurveyStepPayment from 'components/pages/surveys/survey-step-payment.vue';\r\nimport SurveyStepErectileDysfunction from 'components/pages/surveys/survey-cra/section-7/survey-step-erectile-dysfunction.vue';\r\n//Section 8\r\nimport SurveyStepReportInformed from 'components/pages/surveys/survey-cra/section-8/survey-step-report-informed.vue';\r\nimport SurveyStepLifestyleRecommendation from 'components/pages/surveys/survey-cra/section-8/survey-step-diet-lifestyle-recommendation.vue';\r\nimport SurveyStepChangeFollowing from 'components/pages/surveys/survey-cra/section-8/survey-step-change-following.vue';\r\nimport SurveyStepHealthControl from 'components/pages/surveys/survey-cra/section-8/survey-step-health-control.vue';\r\n\r\nexport const InitialSurveySteps = [\r\n //Section 1\r\n {// 1\r\n id: \"address\",\r\n component: SurveyStepAddress,\r\n active: true,\r\n header: 'To start, let’s gather a little information about you. This should take about 3 minutes. Honestly and accurately answering each question as best as possible is important in allowing us to provide you an accurate assessment.'\r\n },\r\n {// 2\r\n id: \"gender\",\r\n component: SurveyStepGender,\r\n active: true\r\n },\r\n {// 3\r\n id: \"birthdate\",\r\n component: SurveyStepBirthdate,\r\n active: true\r\n },\r\n {// 4\r\n id: \"ethnicity\",\r\n component: SurveyStepEthnicity,\r\n active: true\r\n },\r\n {// 5\r\n id: \"height\",\r\n component: SurveyStepHeight,\r\n active: true\r\n },\r\n {// 6\r\n id: \"weight\",\r\n component: SurveyStepWeight,\r\n active: true\r\n },\r\n {// 7\r\n id: \"waist\",\r\n component: SurveyStepWaist,\r\n active: true\r\n },\r\n {// 8\r\n id: \"recent-blood-pressure\",\r\n component: SurveyStepRecentBloodPressure,\r\n active: true\r\n },\r\n //Section 2\r\n {// 9\r\n id: \"high-blood-pressure\",\r\n component: SurveyStepHighBloodPressure,\r\n active: true,\r\n header: \"Blood pressure values are an important part of your cardiometabolic health.\"\r\n },\r\n {// 10\r\n id: \"blood-pressure-medication\",\r\n component: SurveyStepBloodPressureMedication,\r\n active: true\r\n },\r\n //Section 3\r\n {// 11\r\n id: \"blood-sugar-elevated\",\r\n component: SurveyStepBloodSugarElevated,\r\n active: true,\r\n header: \"Blood sugar (also called \\\"glucose\\\") is an important part of your cardiometabolic health.\"\r\n },\r\n {// 12\r\n id: \"diabetes-history\",\r\n component: SurveyStepDiabetesHistory,\r\n active: true\r\n },\r\n {// 12b\r\n id: \"diabetes-type-two-remission\",\r\n component: SurveyStepTypeTwoRemission,\r\n active: false\r\n },\r\n {// 13\r\n id: \"type-one-diabetes\",\r\n component: SurveyStepTypeOneDiabetes,\r\n active: true\r\n },\r\n {// 14\r\n id: \"type-two-diabetes\",\r\n component: SurveyStepTypeTwoDiabetes,\r\n active: true\r\n },\r\n {// 15\r\n id: \"blood-sugar-medication\",\r\n component: SurveyStepBloodSugarMedication,\r\n active: true\r\n },\r\n {// 16\r\n id: \"diabetic-diseases\",\r\n component: SurveyStepDiabeticDiseases,\r\n active: true\r\n },\r\n {// 17\r\n id: \"pregnancy\",\r\n component: SurveyStepPregnancy,\r\n active: false\r\n },\r\n {// 18\r\n id: \"parents\",\r\n component: SurveyStepParents,\r\n active: true\r\n },\r\n //Section 4\r\n {// 19\r\n id: \"family-premature-heart-attack\",\r\n component: SurveyStepFamilyPrematureHeartAttack,\r\n active: true,\r\n header: \"Your cardiovascular health is a very important consideration for determining your future cardiometabolic risk.\"\r\n },\r\n {// 20\r\n id: \"blockage-history\",\r\n component: SurveyStepBlockageHistory,\r\n active: true\r\n },\r\n {// 21\r\n id: \"blockage-tests\",\r\n component: SurveyStepBlockageTests,\r\n active: true\r\n },\r\n {// 22\r\n id: \"last-cac-test\",\r\n component: SurveyStepLastCacTest,\r\n active: true\r\n },\r\n {// 23\r\n id: \"last-heart-angiogram\",\r\n component: SurveyStepLastHeartAngiogram,\r\n active: true\r\n },\r\n {// 24\r\n id: \"last-ct-angiogram\",\r\n component: SurveyStepLastCtAngiogram,\r\n active: true\r\n },\r\n {// 25\r\n id: \"last-cimt-test\",\r\n component: SurveyStepLastCimtTest,\r\n active: true\r\n },\r\n {// 26\r\n id: \"last-leg-angiogram\",\r\n component: SurveyStepLastLegAngiogram,\r\n active: true\r\n },\r\n {// 27\r\n id: \"last-ankle-branchial-test\",\r\n component: SurveyStepLastAnkleBrachialTest,\r\n active: true\r\n },\r\n {// 27b\r\n id: \"last-angiogram-carotid-test\",\r\n component: SurveyStepLastAngiogramCarotid,\r\n active: true\r\n },\r\n {// 28\r\n id: \"artery-blockage\",\r\n component: SurveyStepArteryBlockage,\r\n active: true\r\n },\r\n {// 29\r\n id: \"artery-blockage-experience\",\r\n component: SurveyStepArteryBlockageExperience,\r\n active: true\r\n },\r\n {// 30\r\n id: \"artery-symptom-dates\",\r\n component: SurveyStepArterySymptomDates,\r\n active: true\r\n },\r\n {// 31\r\n id: \"stroke-experience\",\r\n component: SurveyStepStrokeExperience,\r\n active: true\r\n },\r\n {// 32\r\n id: \"stroke-dates\",\r\n component: SurveyStepStrokeDates,\r\n active: true\r\n },\r\n {// 33\r\n id: \"heart-attack-experience\",\r\n component: SurveyStepHeartAttackExperience,\r\n active: true\r\n },\r\n {// 34\r\n id: \"heart-attack-dates\",\r\n component: SurveyStepHeartAttackDates,\r\n active: true\r\n },\r\n {// 35\r\n id: \"heart-artery-procedures\",\r\n component: SurveyStepHeartArteryProcedures,\r\n active: true\r\n },\r\n {// 36\r\n id: \"heart-balloon-opening-dates\",\r\n component: SurveyStepHeartBalloonOpeningDates,\r\n active: true\r\n },\r\n {// 37\r\n id: \"heart-stent-dates\",\r\n component: SurveyStepHeartStentDates,\r\n active: true\r\n },\r\n {// 38\r\n id: \"heart-bypass-surgery-dates\",\r\n component: SurveyStepHeartBypassSurgeryDates,\r\n active: true\r\n },\r\n {// 39\r\n id: \"leg-artery-procedures\",\r\n component: SurveyStepLegArteryProcedures,\r\n active: true\r\n },\r\n {// 40\r\n id: \"leg-ballon-opening-dates\",\r\n component: SurveyStepLegBalloonOpeningDates,\r\n active: true\r\n },\r\n {// 41\r\n id: \"leg-stent-dates\",\r\n component: SurveyStepLegStentDates,\r\n active: true\r\n },\r\n {// 42\r\n id: \"leg-bypass-surgery-dates\",\r\n component: SurveyStepLegBypassSurgeryDates,\r\n active: true\r\n },\r\n {// 43\r\n id: \"neck-artery-procedures\",\r\n component: SurveyStepNeckArteryProcedures,\r\n active: true\r\n },\r\n {// 44\r\n id: \"neck-blockage-surgery-dates\",\r\n component: SurveyStepNeckBlockageSurgeryDates,\r\n active: true\r\n },\r\n {// 45\r\n id: \"neck-stent-dates\",\r\n component: SurveyStepNeckStentDates,\r\n active: true\r\n },\r\n //Section 5\r\n {// 46\r\n id: \"highest-cholesterol-level\",\r\n component: SurveyStepHighestCholesterolLevel,\r\n active: true,\r\n header: \"Information about blood lipids (cholesterol and triglycerides) and lipoproteins (particles that carry cholesterol in the blood) is an important part of your cardiometabolic health.\"\r\n },\r\n {// 47\r\n id: \"cholesterol-range\",\r\n component: SurveyStepCholesterolRange,\r\n active: true\r\n },\r\n {// 48\r\n id: \"hypercholesterolemia\",\r\n component: SurveyStepHypercholesterolemia,\r\n active: true\r\n },\r\n {// 49\r\n id: \"hypercholesterolemia-test\",\r\n component: SurveyStepHypercholesterolemiaTest,\r\n active: true\r\n },\r\n {// 50\r\n id: \"hypercholesterolemia-diagnoses\",\r\n component: SurveyStepHypercholesterolemiaDiagnoses,\r\n active: true\r\n },\r\n {// 51\r\n id: \"family-diagnoses\",\r\n component: SurveyStepFamilyDiagnoses,\r\n active: true\r\n },\r\n {// 52\r\n id: \"hypercholesterolemia-family-diagnoses\",\r\n component: SurveyStepHypercholesterolemiaFamilyDiagnoses,\r\n active: true\r\n },\r\n {// 53\r\n id: \"lowest-cholesterol-level\",\r\n component: SurveyStepLowestCholesterolLevel,\r\n active: false\r\n },\r\n {// 54\r\n id: \"highest-triglyceride-level\",\r\n component: SurveyStepHighestTriglycerideLevel,\r\n active: false\r\n },\r\n {// 55\r\n id: \"triglyceride-medication\",\r\n component: SurveyStepTriglycerideMedication,\r\n active: true\r\n },\r\n {// 56\r\n id: \"triglyceride-management\",\r\n component: SurveyStepTriglycerideManagement,\r\n active: true\r\n },\r\n {// 57\r\n id: \"cholesterol-medication\",\r\n component: SurveyStepCholesterolMedication,\r\n active: true\r\n },\r\n {// 58\r\n id: \"cholesterol-statin\",\r\n component: SurveyStepCholesterolStatin,\r\n active: true\r\n },\r\n {// 58b\r\n id: \"cholesterol-medication-during-ascvd\",\r\n component: SurveyStepCholesterolMedicationDuringAscvd,\r\n active: true\r\n },\r\n {// 59\r\n id: \"cholesterol-test\",\r\n component: SurveyStepCholesterolTest,\r\n active: false\r\n },\r\n {// 60\r\n id: \"apoliprotein-b-test\",\r\n component: SurveyStepApolipoproteinBTest,\r\n active: false\r\n },\r\n {// 61\r\n id: \"lipoprotein-a-test\",\r\n component: SurveyStepLipoproteinATest,\r\n active: false\r\n },\r\n //Section 6\r\n {// 62\r\n id: \"smoking-status\",\r\n component: SurveyStepSmokingStatus,\r\n active: true,\r\n header: \"Whether you currently or have previously smoked plays an important role in your cardiovascular health.\"\r\n },\r\n {// 63\r\n id: \"smoking-currently\",\r\n component: SurveyStepSmokingCurrently,\r\n active: true\r\n },\r\n {// 64\r\n id: \"smoking-past\",\r\n component: SurveyStepSmokingPast,\r\n active: true\r\n },\r\n {// 64b\r\n id: \"smoking-smokeless\",\r\n component: SurveyStepSmokingSmokeless,\r\n active: true\r\n },\r\n //Section 7\r\n {// 65\r\n id: \"metabolic-syndrome\",\r\n component: SurveyStepMetabolicSyndrome,\r\n active: true,\r\n header: \"Several medical conditions run hand-in-hand with cardiometabolic risk. These different conditions have different impacts in determining your risk factors. Please answer the following questions as completely as possible.\"\r\n },\r\n {// 66\r\n id: \"metabolic-conditions\",\r\n component: SurveyStepMetabolicConditions,\r\n active: true\r\n },\r\n {// 67\r\n id: \"conditions-told\",\r\n component: SurveyStepConditionsTold,\r\n active: true\r\n },\r\n {// 68\r\n id: \"ckd\",\r\n component: SurveyStepCKD,\r\n active: true\r\n },\r\n {// 69\r\n id: \"ckd-stage\",\r\n component: SurveyStepCKDStage,\r\n active: true\r\n },\r\n {// 70\r\n id: \"chronic-inflammatory-conditions\",\r\n component: SurveyStepChronicInflammatoryConditions,\r\n active: true\r\n },\r\n {// 71\r\n id: \"sensitivity-hs-crp\",\r\n component: SurveyStepSensitivityHsCrp,\r\n active: false\r\n },\r\n {// 71a\r\n id: \"glyca\",\r\n component: SurveyStepGlyca,\r\n active: false\r\n },\r\n {// 72\r\n id: \"female-medical-conditions\",\r\n component: SurveyStepFemaleMedicalConditions,\r\n active: false\r\n },\r\n {//76\r\n id: \"erectile-dysfunction\",\r\n component: SurveyStepErectileDysfunction,\r\n active: false\r\n },\r\n {// 73\r\n id: \"covid-19\",\r\n component: SurveyStepCovid19,\r\n active: true\r\n },\r\n {// payment\r\n id: \"payment\",\r\n component: SurveyStepPayment,\r\n active: true\r\n }\r\n]\r\n\r\nexport const RepeatedSurveySteps = [\r\n //Section 1\r\n {// 6\r\n id: \"weight\",\r\n component: SurveyStepWeight,\r\n active: true,\r\n header: 'To start, let’s gather a little information about you. This should take about 3 minutes. Honestly and accurately answering each question as best as possible is important in allowing us to provide you an accurate assessment.'\r\n },\r\n {// 7\r\n id: \"waist\",\r\n component: SurveyStepWaist,\r\n active: true\r\n },\r\n {// 8\r\n id: \"recent-blood-pressure\",\r\n component: SurveyStepRecentBloodPressure,\r\n active: true\r\n },\r\n //Section 2\r\n {// 9\r\n id: \"high-blood-pressure\",\r\n component: SurveyStepHighBloodPressure,\r\n active: true,\r\n header: \"Blood pressure values are an important part of your cardiometabolic health.\"\r\n },\r\n {// 10\r\n id: \"blood-pressure-medication\",\r\n component: SurveyStepBloodPressureMedication,\r\n active: true\r\n },\r\n //Section 3\r\n {// 11\r\n id: \"blood-sugar-elevated\",\r\n component: SurveyStepBloodSugarElevated,\r\n active: true,\r\n header: \"Blood sugar (also called \\\"glucose\\\") is an important part of your cardiometabolic health.\"\r\n },\r\n {// 12\r\n id: \"diabetes-history\",\r\n component: SurveyStepDiabetesHistory,\r\n active: true\r\n },\r\n {// 12b\r\n id: \"diabetes-type-two-remission\",\r\n component: SurveyStepTypeTwoRemission,\r\n active: false\r\n },\r\n {// 13\r\n id: \"type-one-diabetes\",\r\n component: SurveyStepTypeOneDiabetes,\r\n active: true\r\n },\r\n {// 14\r\n id: \"type-two-diabetes\",\r\n component: SurveyStepTypeTwoDiabetes,\r\n active: true\r\n },\r\n {// 15\r\n id: \"blood-sugar-medication\",\r\n component: SurveyStepBloodSugarMedication,\r\n active: true\r\n },\r\n {// 16\r\n id: \"diabetic-diseases\",\r\n component: SurveyStepDiabeticDiseases,\r\n active: true\r\n },\r\n {// 17\r\n id: \"pregnancy\",\r\n component: SurveyStepPregnancy,\r\n active: true\r\n },\r\n //Section 4\r\n {// 19\r\n id: \"family-premature-heart-attack\",\r\n component: SurveyStepFamilyPrematureHeartAttack,\r\n active: true,\r\n header: \"Your cardiovascular health is a very important consideration for determining your future cardiometabolic risk.\"\r\n },\r\n {// 20\r\n id: \"blockage-history\",\r\n component: SurveyStepBlockageHistory,\r\n active: true\r\n },\r\n {// 21\r\n id: \"blockage-tests\",\r\n component: SurveyStepBlockageTests,\r\n active: true\r\n },\r\n {// 22\r\n id: \"last-cac-test\",\r\n component: SurveyStepLastCacTest,\r\n active: true\r\n },\r\n {// 23\r\n id: \"last-heart-angiogram\",\r\n component: SurveyStepLastHeartAngiogram,\r\n active: true\r\n },\r\n {// 24\r\n id: \"last-ct-angiogram\",\r\n component: SurveyStepLastCtAngiogram,\r\n active: true\r\n },\r\n {// 25\r\n id: \"last-cimt-test\",\r\n component: SurveyStepLastCimtTest,\r\n active: true\r\n },\r\n {// 26\r\n id: \"last-leg-angiogram\",\r\n component: SurveyStepLastLegAngiogram,\r\n active: true\r\n },\r\n {// 27\r\n id: \"last-ankle-branchial-test\",\r\n component: SurveyStepLastAnkleBrachialTest,\r\n active: true\r\n },\r\n {// 27b\r\n id: \"last-angiogram-carotid-test\",\r\n component: SurveyStepLastAngiogramCarotid,\r\n active: true\r\n },\r\n {// 28\r\n id: \"artery-blockage\",\r\n component: SurveyStepArteryBlockage,\r\n active: true\r\n },\r\n {// 29\r\n id: \"artery-blockage-experience\",\r\n component: SurveyStepArteryBlockageExperience,\r\n active: true\r\n },\r\n {// 30\r\n id: \"artery-symptom-dates\",\r\n component: SurveyStepArterySymptomDates,\r\n active: true\r\n },\r\n {// 31\r\n id: \"stroke-experience\",\r\n component: SurveyStepStrokeExperience,\r\n active: true\r\n },\r\n {// 32\r\n id: \"stroke-dates\",\r\n component: SurveyStepStrokeDates,\r\n active: true\r\n },\r\n {// 33\r\n id: \"heart-attack-experience\",\r\n component: SurveyStepHeartAttackExperience,\r\n active: true\r\n },\r\n {// 34\r\n id: \"heart-attack-dates\",\r\n component: SurveyStepHeartAttackDates,\r\n active: true\r\n },\r\n {// 35\r\n id: \"heart-artery-procedures\",\r\n component: SurveyStepHeartArteryProcedures,\r\n active: true\r\n },\r\n {// 36\r\n id: \"heart-balloon-opening-dates\",\r\n component: SurveyStepHeartBalloonOpeningDates,\r\n active: true\r\n },\r\n {// 37\r\n id: \"heart-stent-dates\",\r\n component: SurveyStepHeartStentDates,\r\n active: true\r\n },\r\n {// 38\r\n id: \"heart-bypass-surgery-dates\",\r\n component: SurveyStepHeartBypassSurgeryDates,\r\n active: true\r\n },\r\n {// 39\r\n id: \"leg-artery-procedures\",\r\n component: SurveyStepLegArteryProcedures,\r\n active: true\r\n },\r\n {// 40\r\n id: \"leg-ballon-opening-dates\",\r\n component: SurveyStepLegBalloonOpeningDates,\r\n active: true\r\n },\r\n {// 41\r\n id: \"leg-stent-dates\",\r\n component: SurveyStepLegStentDates,\r\n active: true\r\n },\r\n {// 42\r\n id: \"leg-bypass-surgery-dates\",\r\n component: SurveyStepLegBypassSurgeryDates,\r\n active: true\r\n },\r\n {// 43\r\n id: \"neck-artery-procedures\",\r\n component: SurveyStepNeckArteryProcedures,\r\n active: true\r\n },\r\n {// 44\r\n id: \"neck-blockage-surgery-dates\",\r\n component: SurveyStepNeckBlockageSurgeryDates,\r\n active: true\r\n },\r\n {// 45\r\n id: \"neck-stent-dates\",\r\n component: SurveyStepNeckStentDates,\r\n active: true\r\n },\r\n //Section 5\r\n {// 46\r\n id: \"highest-cholesterol-level\",\r\n component: SurveyStepHighestCholesterolLevel,\r\n active: true,\r\n header: \"Information about blood lipids (cholesterol and triglycerides) and lipoproteins (particles that carry cholesterol in the blood) is an important part of your cardiometabolic health.\"\r\n },\r\n {// 47\r\n id: \"cholesterol-range\",\r\n component: SurveyStepCholesterolRange,\r\n active: true\r\n },\r\n {// 48\r\n id: \"hypercholesterolemia\",\r\n component: SurveyStepHypercholesterolemia,\r\n active: true\r\n },\r\n {// 49\r\n id: \"hypercholesterolemia-test\",\r\n component: SurveyStepHypercholesterolemiaTest,\r\n active: true\r\n },\r\n {// 50\r\n id: \"hypercholesterolemia-diagnoses\",\r\n component: SurveyStepHypercholesterolemiaDiagnoses,\r\n active: true\r\n },\r\n {// 51\r\n id: \"family-diagnoses\",\r\n component: SurveyStepFamilyDiagnoses,\r\n active: true\r\n },\r\n {// 52\r\n id: \"hypercholesterolemia-family-diagnoses\",\r\n component: SurveyStepHypercholesterolemiaFamilyDiagnoses,\r\n active: true\r\n },\r\n {// 53\r\n id: \"lowest-cholesterol-level\",\r\n component: SurveyStepLowestCholesterolLevel,\r\n active: false\r\n },\r\n {// 54\r\n id: \"highest-triglyceride-level\",\r\n component: SurveyStepHighestTriglycerideLevel,\r\n active: false\r\n },\r\n {// 55\r\n id: \"triglyceride-medication\",\r\n component: SurveyStepTriglycerideMedication,\r\n active: true\r\n },\r\n {// 56\r\n id: \"triglyceride-management\",\r\n component: SurveyStepTriglycerideManagement,\r\n active: true\r\n },\r\n {// 57\r\n id: \"cholesterol-medication\",\r\n component: SurveyStepCholesterolMedication,\r\n active: true\r\n },\r\n {// 58\r\n id: \"cholesterol-statin\",\r\n component: SurveyStepCholesterolStatin,\r\n active: true\r\n },\r\n {// 58b\r\n id: \"cholesterol-medication-during-ascvd\",\r\n component: SurveyStepCholesterolMedicationDuringAscvd,\r\n active: true\r\n },\r\n {// 59\r\n id: \"cholesterol-test\",\r\n component: SurveyStepCholesterolTest,\r\n active: false\r\n },\r\n {// 60\r\n id: \"apoliprotein-b-test\",\r\n component: SurveyStepApolipoproteinBTest,\r\n active: false\r\n },\r\n {// 61\r\n id: \"lipoprotein-a-test\",\r\n component: SurveyStepLipoproteinATest,\r\n active: false\r\n },\r\n //Section 6\r\n {// 62\r\n id: \"smoking-status\",\r\n component: SurveyStepSmokingStatus,\r\n active: true,\r\n header: \"Whether you currently or have previously smoked plays an important role in your cardiovascular health.\"\r\n },\r\n {// 63\r\n id: \"smoking-currently\",\r\n component: SurveyStepSmokingCurrently,\r\n active: true\r\n },\r\n {// 64\r\n id: \"smoking-past\",\r\n component: SurveyStepSmokingPast,\r\n active: true\r\n },\r\n {// 64b\r\n id: \"smoking-smokeless\",\r\n component: SurveyStepSmokingSmokeless,\r\n active: true\r\n },\r\n //Section 7\r\n {// 65\r\n id: \"metabolic-syndrome\",\r\n component: SurveyStepMetabolicSyndrome,\r\n active: true,\r\n header: \"Several medical conditions run hand-in-hand with cardiometabolic risk. These different conditions have different impacts in determining your risk factors. Please answer the following questions as completely as possible.\"\r\n },\r\n {// 66\r\n id: \"metabolic-conditions\",\r\n component: SurveyStepMetabolicConditions,\r\n active: true\r\n },\r\n {// 67\r\n id: \"conditions-told\",\r\n component: SurveyStepConditionsTold,\r\n active: true\r\n },\r\n {// 68\r\n id: \"ckd\",\r\n component: SurveyStepCKD,\r\n active: true\r\n },\r\n {// 69\r\n id: \"ckd-stage\",\r\n component: SurveyStepCKDStage,\r\n active: true\r\n },\r\n {// 70\r\n id: \"chronic-inflammatory-conditions\",\r\n component: SurveyStepChronicInflammatoryConditions,\r\n active: true\r\n },\r\n {// 71\r\n id: \"sensitivity-hs-crp\",\r\n component: SurveyStepSensitivityHsCrp,\r\n active: false\r\n },\r\n {// 71a\r\n id: \"glyca\",\r\n component: SurveyStepGlyca,\r\n active: false\r\n },\r\n {// 72\r\n id: \"female-medical-conditions\",\r\n component: SurveyStepFemaleMedicalConditions,\r\n active: true\r\n },\r\n {//76\r\n id: \"erectile-dysfunction\",\r\n component: SurveyStepErectileDysfunction,\r\n active: false\r\n },\r\n {// 73\r\n id: \"covid-19\",\r\n component: SurveyStepCovid19,\r\n active: true\r\n },\r\n {// payment\r\n id: \"payment\",\r\n component: SurveyStepPayment,\r\n active: true\r\n },\r\n // Section 8 \r\n {// 71\r\n id: \"informed-about-health\",\r\n component: SurveyStepReportInformed,\r\n active: true,\r\n header: \"Understanding how you have used your Cardiometabolic Risk Assessment is important to help us continuously improve our products to help you identify your risk. These last 3 questions are about the changes you have made as a result of your risk assessment report(s).\"\r\n },\r\n {// 72\r\n id: \"lifestyle-recommendation\",\r\n component: SurveyStepLifestyleRecommendation,\r\n active: true\r\n },\r\n {// 73\r\n id: \"change-following\",\r\n component: SurveyStepChangeFollowing,\r\n active: true\r\n },\r\n {// 74\r\n id: \"health-control\",\r\n component: SurveyStepHealthControl,\r\n active: true\r\n },\r\n]\r\n","\r\n
\r\n
\r\n
\r\n
Initial Cardiometabolic Risk Assessment Survey
\r\n
\r\n \r\n \r\n \r\n
\r\n\r\n \r\n This completes your Cardiometabolic Risk Assessment survey. Are you ready to submit your answers or do you want to go back to check?\r\n \r\n \r\n Go Back\r\n \r\n \r\n Submit\r\n \r\n \r\n \r\n
\r\n\r\n\r\n\r\n","import mod from \"-!../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-initial-cra-apob.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-initial-cra-apob.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-initial-cra-apob.vue?vue&type=template&id=36b5693e&scoped=true&\"\nimport script from \"./survey-initial-cra-apob.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-initial-cra-apob.vue?vue&type=script&lang=js&\"\nimport style0 from \"./survey-initial-cra-apob.vue?vue&type=style&index=0&id=36b5693e&lang=scss&scoped=true&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"36b5693e\",\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"page page-with-bg\"},[_c('div',{staticClass:\"page-form-wrap\"},[_vm._m(0),_c('horizontal-stepper',{ref:\"stepper\",staticClass:\"custom-stepper\",attrs:{\"steps\":_vm.steps,\"displayNumeral\":true}}),_c('div',{staticClass:\"page-form-footer\"},[_c('b-form-group',{staticClass:\"form-buttons\",class:{'form-buttons-back': _vm.currentStep > 0}},[(_vm.currentStep > 0)?_c('b-btn',{staticClass:\"btn-back\",attrs:{\"variant\":\"link text-secondary\"},on:{\"click\":_vm.goBack}},[_vm._v(\"Back\")]):_vm._e(),_c('span',[_c('b-btn',{attrs:{\"variant\":\"success\",\"disabled\":_vm.loading},on:{\"click\":_vm.next}},[_vm._v(_vm._s(_vm.buttonText))]),_c('b-btn',{attrs:{\"variant\":\"link text-secondary\",\"disabled\":_vm.loading},on:{\"click\":_vm.save}},[_vm._v(\"Save to complete later\")])],1)],1)],1)],1),_c('b-modal',{ref:\"confirmSurveyCompletion\",attrs:{\"cancel-variant\":\"outline-secondary\",\"ok-variant\":\"success\",\"title\":\"Confirm\"},on:{\"ok\":_vm.confirmSubmit},scopedSlots:_vm._u([{key:\"modal-footer\",fn:function(ref){\nvar ok = ref.ok;\nvar cancel = ref.cancel;\nreturn [_c('b-button',{attrs:{\"size\":\"md\",\"variant\":\"light\"},on:{\"click\":function($event){return cancel()}}},[_vm._v(\" Go Back \")]),_c('b-button',{attrs:{\"size\":\"md\",\"variant\":\"success\"},on:{\"click\":function($event){return ok()}}},[_vm._v(\" Submit \")])]}}])},[_vm._v(\" This completes your Cardiometabolic Risk Assessment survey. Are you ready to submit your answers or do you want to go back to check? \")])],1)}\nvar staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"page-form-header small-header\"},[_c('h1',[_vm._v(\"Follow-up Cardiometabolic Risk Assessment Survey\")])])}]\n\nexport { render, staticRenderFns }","\r\n
\r\n
\r\n
\r\n
Follow-up Cardiometabolic Risk Assessment Survey
\r\n
\r\n \r\n \r\n \r\n
\r\n\r\n \r\n This completes your Cardiometabolic Risk Assessment survey. Are you ready to submit your answers or do you want to go back to check?\r\n \r\n \r\n Go Back\r\n \r\n \r\n Submit\r\n \r\n \r\n \r\n
\r\n\r\n\r\n\r\n","import mod from \"-!../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-repeated-cra.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-repeated-cra.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey-repeated-cra.vue?vue&type=template&id=3f2ce5e9&scoped=true&\"\nimport script from \"./survey-repeated-cra.vue?vue&type=script&lang=js&\"\nexport * from \"./survey-repeated-cra.vue?vue&type=script&lang=js&\"\nimport style0 from \"./survey-repeated-cra.vue?vue&type=style&index=0&id=3f2ce5e9&lang=scss&scoped=true&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"3f2ce5e9\",\n null\n \n)\n\nexport default component.exports","\r\n \r\n
\r\n
\r\n
All of your active self-assessment surveys are complete.
\r\n
\r\n
\r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n","import mod from \"-!../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../node_modules/thread-loader/dist/cjs.js!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../node_modules/thread-loader/dist/cjs.js!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./survey.vue?vue&type=template&id=3e45a748&\"\nimport script from \"./survey.vue?vue&type=script&lang=js&\"\nexport * from \"./survey.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var root = require('./_root');\n\n/** Built-in value references. */\nvar Symbol = root.Symbol;\n\nmodule.exports = Symbol;\n","'use strict';\nvar $ = require('../internals/export');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\nvar toInteger = require('../internals/to-integer');\nvar toLength = require('../internals/to-length');\nvar toObject = require('../internals/to-object');\nvar arraySpeciesCreate = require('../internals/array-species-create');\nvar createProperty = require('../internals/create-property');\nvar arrayMethodHasSpeciesSupport = require('../internals/array-method-has-species-support');\nvar arrayMethodUsesToLength = require('../internals/array-method-uses-to-length');\n\nvar HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('splice');\nvar USES_TO_LENGTH = arrayMethodUsesToLength('splice', { ACCESSORS: true, 0: 0, 1: 2 });\n\nvar max = Math.max;\nvar min = Math.min;\nvar MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF;\nvar MAXIMUM_ALLOWED_LENGTH_EXCEEDED = 'Maximum allowed length exceeded';\n\n// `Array.prototype.splice` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.splice\n// with adding support of @@species\n$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT || !USES_TO_LENGTH }, {\n splice: function splice(start, deleteCount /* , ...items */) {\n var O = toObject(this);\n var len = toLength(O.length);\n var actualStart = toAbsoluteIndex(start, len);\n var argumentsLength = arguments.length;\n var insertCount, actualDeleteCount, A, k, from, to;\n if (argumentsLength === 0) {\n insertCount = actualDeleteCount = 0;\n } else if (argumentsLength === 1) {\n insertCount = 0;\n actualDeleteCount = len - actualStart;\n } else {\n insertCount = argumentsLength - 2;\n actualDeleteCount = min(max(toInteger(deleteCount), 0), len - actualStart);\n }\n if (len + insertCount - actualDeleteCount > MAX_SAFE_INTEGER) {\n throw TypeError(MAXIMUM_ALLOWED_LENGTH_EXCEEDED);\n }\n A = arraySpeciesCreate(O, actualDeleteCount);\n for (k = 0; k < actualDeleteCount; k++) {\n from = actualStart + k;\n if (from in O) createProperty(A, k, O[from]);\n }\n A.length = actualDeleteCount;\n if (insertCount < actualDeleteCount) {\n for (k = actualStart; k < len - actualDeleteCount; k++) {\n from = k + actualDeleteCount;\n to = k + insertCount;\n if (from in O) O[to] = O[from];\n else delete O[to];\n }\n for (k = len; k > len - actualDeleteCount + insertCount; k--) delete O[k - 1];\n } else if (insertCount > actualDeleteCount) {\n for (k = len - actualDeleteCount; k > actualStart; k--) {\n from = k + actualDeleteCount - 1;\n to = k + insertCount - 1;\n if (from in O) O[to] = O[from];\n else delete O[to];\n }\n }\n for (k = 0; k < insertCount; k++) {\n O[k + actualStart] = arguments[k + 2];\n }\n O.length = len - actualDeleteCount + insertCount;\n return A;\n }\n});\n","import { helpers } from 'vuelidate/lib/validators'\r\n\r\nimport moment from 'moment';\r\n\r\nexport const password = helpers.regex('password', /^(?=.*?[A-Z])(?=.*?[a-z])(?=.*?[0-9])(?=.*?[#?!@$%^&*-]).{12,}$/);\r\n\r\nexport const isAdult = (value) => moment().diff(moment(value), 'years') >= 18;\r\n\r\nexport const anyOptionRequired = (isValid) => (value) => isValid(value);\r\n\r\nexport const requiredStripeElement = (completed) => completed === true;","!function(e,t){\"object\"==typeof exports&&\"object\"==typeof module?module.exports=t():\"function\"==typeof define&&define.amd?define(\"vue-stripe-elements\",[],t):\"object\"==typeof exports?exports[\"vue-stripe-elements\"]=t():e[\"vue-stripe-elements\"]=t()}(this,function(){return function(e){function t(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,t),o.l=!0,o.exports}var n={};return t.m=e,t.c=n,t.i=function(e){return e},t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,\"a\",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p=\"\",t(t.s=16)}([function(e,t,n){var r=n(2)(n(15),n(18),null,null);r.options.__file=\"/Users/jirikratochvil/Work/fromatob/oos/vue-stripe-elements/src/StripeElement.vue\",r.esModule&&Object.keys(r.esModule).some(function(e){return\"default\"!==e&&\"__esModule\"!==e})&&console.error(\"named exports are not supported in *.vue files.\"),r.options.functional&&console.error(\"[vue-loader] StripeElement.vue: functional components are not supported with templates, they should use render functions.\"),e.exports=r.exports},function(e,t,n){\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0}),t.default={stripe:{type:[String,Object],required:!0},value:{type:String,required:!1},options:{type:Object,required:!1}}},function(e,t){e.exports=function(e,t,n,r){var o,u=e=e||{},i=typeof e.default;\"object\"!==i&&\"function\"!==i||(o=e,u=e.default);var s=\"function\"==typeof u?u.options:u;if(t&&(s.render=t.render,s.staticRenderFns=t.staticRenderFns),n&&(s._scopeId=n),r){var c=s.computed||(s.computed={});Object.keys(r).forEach(function(e){var t=r[e];c[e]=function(){return t}})}return{esModule:o,exports:u,options:s}}},function(e,t,n){\"use strict\";function r(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};\"object\"===(void 0===e?\"undefined\":i(e))&&\"function\"==typeof e.elements&&(s.instance=e),void 0===window.Stripe&&null===s.instance?console.error(\"Stripe V3 library not loaded!\"):null===s.instance&&(s.instance=window.Stripe(e)),s.instance.elements?null===s.elements&&(s.elements=s.instance.elements(t)):console.error(\"Stripe V3 library not loaded!\")}function o(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};r(t,n.elements||{}),n.style=Object.assign({},n.style||c);var o=s.elements.create(e,n);return s.createToken=function(e){return s.instance.createToken(o,e)},s.createSource=function(e){return s.instance.createSource(o,e)},s.retrieveSource=function(e){return s.instance.retrieveSource(e)},s.paymentRequest=function(e){return s.instance.paymentRequest(e)},s.redirectToCheckout=function(e){return s.instance.redirectToCheckout(e)},s.retrievePaymentIntent=function(e){return s.instance.retrievePaymentIntent(e)},s.handleCardPayment=function(e,t){return s.instance.handleCardPayment(e,o,t)},s.handleCardSetup=function(e,t){return s.instance.handleCardSetup(e,o,t)},s.handleCardAction=function(e){return s.instance.handleCardAction(e)},s.confirmPaymentIntent=function(e,t){return s.instance.confirmPaymentIntent(e,o,t)},s.createPaymentMethod=function(e,t){return s.instance.createPaymentMethod(e,o,t)},o}function u(){s.instance=null,s.elements=null,s.createToken=null,s.createSource=null,s.retrieveSource=null,s.paymentRequest=null,s.redirectToCheckout=null,s.retrievePaymentIntent=null,s.handleCardPayment=null,s.handleCardSetup=null,s.handleCardAction=null,s.confirmPaymentIntent=null,s.createPaymentMethod=null}Object.defineProperty(t,\"__esModule\",{value:!0});var i=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&\"function\"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e};t.create=o,t.destroy=u;var s=t.Stripe={instance:null,createToken:null,createSource:null,retrieveSource:null,paymentRequest:null,redirectToCheckout:null,retrievePaymentIntent:null,handleCardPayment:null,handleCardSetup:null,handleCardAction:null,confirmPaymentIntent:null,createPaymentMethod:null,elements:null},c=t.baseStyle={base:{color:\"#32325d\",lineHeight:\"24px\",fontFamily:\"Helvetica Neue\",fontSmoothing:\"antialiased\",fontSize:\"16px\",\"::placeholder\":{color:\"#aab7c4\"}},invalid:{color:\"#fa755a\",iconColor:\"#fa755a\"}}},function(e,t,n){\"use strict\";\"function\"!=typeof Object.assign&&(Object.assign=function(e,t){if(null==e)throw new TypeError(\"Cannot convert undefined or null to object\");for(var n=Object(e),r=1;r 3.2\n *\n * _.toNumber(Number.MIN_VALUE);\n * // => 5e-324\n *\n * _.toNumber(Infinity);\n * // => Infinity\n *\n * _.toNumber('3.2');\n * // => 3.2\n */\nfunction toNumber(value) {\n if (typeof value == 'number') {\n return value;\n }\n if (isSymbol(value)) {\n return NAN;\n }\n if (isObject(value)) {\n var other = typeof value.valueOf == 'function' ? value.valueOf() : value;\n value = isObject(other) ? (other + '') : other;\n }\n if (typeof value != 'string') {\n return value === 0 ? value : +value;\n }\n value = value.replace(reTrim, '');\n var isBinary = reIsBinary.test(value);\n return (isBinary || reIsOctal.test(value))\n ? freeParseInt(value.slice(2), isBinary ? 2 : 8)\n : (reIsBadHex.test(value) ? NAN : +value);\n}\n\nmodule.exports = toNumber;\n","var $ = require('../internals/export');\n\nvar ceil = Math.ceil;\nvar floor = Math.floor;\n\n// `Math.trunc` method\n// https://tc39.github.io/ecma262/#sec-math.trunc\n$({ target: 'Math', stat: true }, {\n trunc: function trunc(it) {\n return (it > 0 ? floor : ceil)(it);\n }\n});\n","var createRound = require('./_createRound');\n\n/**\n * Computes `number` rounded to `precision`.\n *\n * @static\n * @memberOf _\n * @since 3.10.0\n * @category Math\n * @param {number} number The number to round.\n * @param {number} [precision=0] The precision to round to.\n * @returns {number} Returns the rounded number.\n * @example\n *\n * _.round(4.006);\n * // => 4\n *\n * _.round(4.006, 2);\n * // => 4.01\n *\n * _.round(4060, -2);\n * // => 4100\n */\nvar round = createRound('round');\n\nmodule.exports = round;\n","export default {\r\n data() {\r\n return {\r\n errors: [],\r\n loading: false,\r\n wasSubmitted: false,\r\n };\r\n },\r\n methods: {\r\n async submit() {\r\n this.errors = [];\r\n\r\n if (this.$v && this.$v.$invalid) {\r\n this.$v.$touch();\r\n\r\n this.afterValidation();\r\n\r\n return;\r\n }\r\n\r\n this.loading = true;\r\n\r\n try {\r\n return await this.onSubmit();\r\n }\r\n catch (error) {\r\n this.errors = error.customErrors;\r\n return false;\r\n }\r\n finally {\r\n this.loading = false;\r\n }\r\n },\r\n\r\n async onSubmit() { },\r\n afterValidation() { }\r\n }\r\n}","var Symbol = require('./_Symbol'),\n arrayMap = require('./_arrayMap'),\n isArray = require('./isArray'),\n isSymbol = require('./isSymbol');\n\n/** Used as references for various `Number` constants. */\nvar INFINITY = 1 / 0;\n\n/** Used to convert symbols to primitives and strings. */\nvar symbolProto = Symbol ? Symbol.prototype : undefined,\n symbolToString = symbolProto ? symbolProto.toString : undefined;\n\n/**\n * The base implementation of `_.toString` which doesn't convert nullish\n * values to empty strings.\n *\n * @private\n * @param {*} value The value to process.\n * @returns {string} Returns the string.\n */\nfunction baseToString(value) {\n // Exit early for strings to avoid a performance hit in some environments.\n if (typeof value == 'string') {\n return value;\n }\n if (isArray(value)) {\n // Recursively convert values (susceptible to call stack limits).\n return arrayMap(value, baseToString) + '';\n }\n if (isSymbol(value)) {\n return symbolToString ? symbolToString.call(value) : '';\n }\n var result = (value + '');\n return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result;\n}\n\nmodule.exports = baseToString;\n","import mod from \"-!../../../../../node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../../../../../node_modules/css-loader/dist/cjs.js??ref--8-oneOf-1-1!../../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../../node_modules/postcss-loader/src/index.js??ref--8-oneOf-1-2!../../../../../node_modules/sass-loader/dist/cjs.js??ref--8-oneOf-1-3!../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-repeated.vue?vue&type=style&index=0&id=01e53900&lang=scss&scoped=true&\"; export default mod; export * from \"-!../../../../../node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../../../../../node_modules/css-loader/dist/cjs.js??ref--8-oneOf-1-1!../../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../../node_modules/postcss-loader/src/index.js??ref--8-oneOf-1-2!../../../../../node_modules/sass-loader/dist/cjs.js??ref--8-oneOf-1-3!../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./survey-repeated.vue?vue&type=style&index=0&id=01e53900&lang=scss&scoped=true&\"","var baseGetTag = require('./_baseGetTag'),\n isObjectLike = require('./isObjectLike');\n\n/** `Object#toString` result references. */\nvar symbolTag = '[object Symbol]';\n\n/**\n * Checks if `value` is classified as a `Symbol` primitive or object.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a symbol, else `false`.\n * @example\n *\n * _.isSymbol(Symbol.iterator);\n * // => true\n *\n * _.isSymbol('abc');\n * // => false\n */\nfunction isSymbol(value) {\n return typeof value == 'symbol' ||\n (isObjectLike(value) && baseGetTag(value) == symbolTag);\n}\n\nmodule.exports = isSymbol;\n"],"sourceRoot":""}