{"version":3,"sources":["webpack:///./ClientApp/components/Pages/Services/VeterinaryHospice/VeterinaryHospice.tsx","webpack:///./ClientApp/components/Pages/Services/VeterinaryHospice/veterinaryHospiceContent.tsx","webpack:///./ClientApp/content/veterinary_hospice.png"],"names":["VeterinaryHospice","React","questions","setQuestions","rest","get","then","res","list","className","title","imageSrc","require","text","quoteAuthor","imageAlt","veterinaryHospiceText1","veterinaryHospiceText2","veterinaryHospiceText3","videoText","videoSrc","videoUrl","videoTitle","veterinaryHospiceText4","btnText","clickUrl","items","path","name","active","withSeo","state","veterinaryHospicePage","covidWarning","style","fontWeight","fontStyle","to","href","target","module","exports"],"mappings":"q3CAwBMA,EAAoB,WAAM,QACGC,WAA4B,IAD/B,GACxBC,EADwB,KACbC,EADa,KAG/BF,aAAgB,WACfG,IAAKC,IAAqB,sBAAsBC,MAAK,SAAAC,GAAG,OAAIJ,EAAaI,EAAIC,WAC3E,IA0BH,OACC,uBAAKC,UAAU,4BACd,gBAAC,IAAD,CACCC,MAAM,yBACNC,SAAUC,EAAQ,KAClBC,KAAK,qHACLC,YAAY,kBACZC,SAAS,2BAEV,gBAAC,IAAD,CACCL,MAAM,kDACNG,KAAMG,MAEP,gBAAC,IAAD,CACCN,MAAM,iCACNG,KAAMI,MAEP,gBAAC,IAAD,CACCP,MAAM,gEACNG,KAAMK,MAEP,gBAAC,IAAD,CACCL,KAAMM,IACNC,SAAUC,IACVC,WAAYA,MAEb,gBAAC,IAAD,CACCZ,MAAM,2BACNG,KAAMU,MAEP,uBAAKd,UAAU,yBACd,uBAAKA,UAAU,iCACd,gBAAC,IAAD,CACCC,MAAM,oCACNc,QAAQ,eACRC,SAAS,SAEV,gBAAC,IAAD,CAAUvB,UAAWA,MAGvB,gBAAC,IAAD,CAAgBwB,MAhEuB,CACxC,CACCC,KAAM,mCACNC,KAAM,qBACNC,QAAQ,GAET,CACCF,KAAM,mCACNC,KAAM,sBAEP,CACCD,KAAM,0BACNC,KAAM,aAEP,CACCD,KAAM,4BACNC,KAAM,eAEP,CACCD,KAAM,iCACNC,KAAM,yB,EA3BH5B,E,kEA4ES8B,YAAQ9B,GAAmB,SAAA+B,GAAK,OAAIA,EAAMC,wBAAuB,wBAAyB,mCAA1F,a,6FA5EThC,E,03BCrBOiC,EAAe,qBAAGC,MAAO,CAACC,WAAY,OAAQC,UAAW,WAA1C,4MAE2D,gBAAC,OAAD,CACtFC,GAAG,4BAA4B5B,UAAU,eAD6C,eAF3D,6GAOfO,EACZ,gCACC,mSAMA,sfAQA,4VASWC,EACZ,gCACC,uJAEe,gBAAC,OAAD,CAAMR,UAAU,cACzB4B,GAAG,qEADM,kBAFf,mJAQA,6QAKA,+TAMA,uVAMA,uVASWnB,EACZ,0BACC,2EACA,gDACA,4DACA,qDACA,wDACA,2DACA,+CAIWK,EACZ,gCACC,uJAIA,+QAKA,6WAMA,kvBAWA,oZAOA,4KAOWD,EAAa,6BACbH,EACZ,gCACC,yKAEkC,gBAAC,OAAD,CAAMV,UAAU,cAAc4B,GAAI,oBAAlC,mBAFlC,gKAMA,uJAE0C,qBAAG5B,UAAU,cAC3C6B,KAAK,qCAAqCC,OAAO,UADnB,iBAF1C,sDASWlB,EAAW,wD,6FA5IXY,E,8JAOAjB,E,wKAyBAC,E,wKAoCAC,E,wKAYAK,E,wKA0CAD,E,4JACAH,E,2JAiBAE,E,qRC/IbmB,EAAOC,QAAU,IAA0B","file":"chunks/VeterinaryHospicePage.chunk.beb7c5130d0251d69976.js","sourcesContent":["import * as React from 'react';\r\n\r\nimport {List} from '@common/typescript/objects/List';\r\n\r\nimport Musthead from '@app/components/UI/MustHead/Musthead';\r\nimport LinkBlockSmall from '@app/components/UI/LinkBlock/LinkBlockSmall';\r\nimport {LinkBlockItemActive} from '@app/objects/LinkBlockItem';\r\nimport RichText from '@app/components/UI/RichText/RichText';\r\nimport {\r\n\tveterinaryHospiceText1,\r\n\tveterinaryHospiceText2,\r\n\tveterinaryHospiceText3,\r\n\tveterinaryHospiceText4,\r\n\tvideoText,\r\n\tvideoUrl,\r\n\tvideoTitle, covidWarning\r\n} from '@app/components/Pages/Services/VeterinaryHospice/veterinaryHospiceContent';\r\nimport {Questions} from '@app/objects/Questions';\r\nimport {rest} from '@app/components/Api';\r\nimport FaqBlockHeaderSm from '@app/components/UI/FaqBlock/FaqBlockHeaderSm';\r\nimport FaqBlock from '@app/components/UI/FaqBlock/FaqBlock';\r\nimport VideoEmbed from '@app/components/UI/VideoEmbed/VideoEmbed';\r\nimport withSeo from '@app/components/LocalCommon/HigherOrderComponents/WithSeo';\r\n\r\nconst VeterinaryHospice = () => {\r\n\tconst [questions, setQuestions] = React.useState([]);\r\n\r\n\tReact.useEffect(() => {\r\n\t\trest.get>('v1/faq/hospicePage').then(res => setQuestions(res.list));\r\n\t}, []);\r\n\r\n\tconst linkItems: LinkBlockItemActive[] = [\r\n\t\t{\r\n\t\t\tpath: '/our-services/veterinary-hospice',\r\n\t\t\tname: 'Veterinary Hospice',\r\n\t\t\tactive: true,\r\n\t\t},\r\n\t\t{\r\n\t\t\tpath: '/our-services/in-home-euthanasia',\r\n\t\t\tname: 'In-Home Euthanasia',\r\n\t\t},\r\n\t\t{\r\n\t\t\tpath: '/our-services/aftercare',\r\n\t\t\tname: 'Aftercare',\r\n\t\t},\r\n\t\t{\r\n\t\t\tpath: '/our-services/telehospice',\r\n\t\t\tname: 'Telehospice',\r\n\t\t},\r\n\t\t{\r\n\t\t\tpath: '/our-services/pet-loss-support',\r\n\t\t\tname: 'Pet Loss Support',\r\n\t\t},\r\n\t];\r\n\r\n\treturn (\r\n\t\t
\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t
\r\n\t\t\t\t
\r\n\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t
\r\n\t\t\t
\r\n\t\t\t\r\n\t\t
\r\n\t);\r\n};\r\n\r\nexport default withSeo(VeterinaryHospice, state => state.veterinaryHospicePage, 'veterinaryHospicePage', 'our-services/veterinary-hospice');","import * as React from 'react';\r\nimport {Link} from 'react-router-dom';\r\n\r\nexport const covidWarning =

\r\n\tPlease note that our in-home hospice services are currently on hold, due to the COVID-19 pandemic, in an effort to\r\n\tsupport the increased demand for peaceful euthanasia at home. We do, however, offer a Telehospice service that will\r\n\tconnect you to one of our knowledgeable hospice veterinarians via phone or video chat.\r\n

;\r\n\r\nexport const veterinaryHospiceText1 = (\r\n\t<>\r\n\t\t

\r\n\t\t\tVeterinary hospice for dogs and cats is a family-focused, medically supervised,\r\n\t\t\tteam-oriented service that is dedicated to maintaining the comfort and quality\r\n\t\t\tof life for terminally ill or senior pets until a natural death occurs or the\r\n\t\t\tfamily elects euthanasia.\r\n\t\t

\r\n\t\t

\r\n\t\t\tOriginally modeled after human hospice, this specific type of care is focused on\r\n\t\t\tthe comfort of your pet, not on finding a cure for their illness or disease. Please\r\n\t\t\tnote that veterinary hospice appointments are scheduled as needed and does not include\r\n\t\t\troutine care (daily or weekly visits), any blood work, or diagnostic services. Our goal\r\n\t\t\tis to maintain the bond between humans and animals while focusing on comfort and education\r\n\t\t\tfor families on providing palliative care.\r\n\t\t

\r\n\t\t

\r\n\t\t\tHearing the dreaded words “there’s nothing else we can do” doesn’t mean that your\r\n\t\t\tonly option is euthanasia. Veterinary hospice care is a unique approach to the\r\n\t\t\tneeds your pet has at the end of their life. This approach focuses specifically on\r\n\t\t\tmanaging symptoms and maintaining their happiness for as long as possible.\r\n\t\t

\r\n\t\r\n);\r\n\r\nexport const veterinaryHospiceText2 = (\r\n\t<>\r\n\t\t

\r\n\t\t\tYou might have already received your pet’s diagnosis of a terminal illness or are managing advanced aging in\r\n\t\t\tyour pet (see Geriatric\r\n\t\t\tCare). Or maybe you need to buy\r\n\t\t\tsome time before your family has a chance to say goodbye. Whatever your case may be,\r\n\t\t\twe promise we’ve heard it all.\r\n\t\t

\r\n\t\t

\r\n\t\t\tThere is always more we can do to help ease the process of death. Pain medications\r\n\t\t\twith proper instructions on dosages, along with a specific and powerful symptom\r\n\t\t\tmanagement protocol, are essential tools for easing everyone’s peace of mind.\r\n\t\t

\r\n\t\t

\r\n\t\t\tHospice care revolves around the client-doctor relationship while adding\r\n\t\t\tinterdisciplinary supplemental services to help support the family. The most important\r\n\t\t\taspect of hospice care is education about your pet’s medical condition, and this is\r\n\t\t\twhat our veterinarians spend the most time on.\r\n\t\t

\r\n\t\t

\r\n\t\t\tOnce your family and our Lap of Love veterinarian create a custom care plan for your loved one,\r\n\t\t\tyou will also be supported by a full hospice care team, including our dedicated hospice care\r\n\t\t\tnurses. Our nurses will work alongside your hospice veterinarian to provide you with timely\r\n\t\t\tsupport, guidance, and resources.\r\n\t\t

\r\n\t\t

\r\n\t\t\tYou deserve to have all the information you can get in order to make the best decision\r\n\t\t\tfor your family and your pet. And, while we cannot make that decision for you, we can\r\n\t\t\tassist you by sharing our medical knowledge to help you make a plan that meets the needs\r\n\t\t\tof your pet and respects the wishes of your family.\r\n\t\t

\r\n\t\r\n);\r\n\r\nexport const veterinaryHospiceText3 = (\r\n\t\r\n);\r\n\r\nexport const veterinaryHospiceText4 = (\r\n\t<>\r\n\t\t

\r\n\t\t\tWhen euthanasia isn’t an option for personal or religious reasons, a “natural passing”\r\n\t\t\tis typically selected in its place.\r\n\t\t

\r\n\t\t

\r\n\t\t\tBefore you decide a natural passing is right for your family, there are some very\r\n\t\t\timportant things to note. If you are not in the mind space to hear sensitive information,\r\n\t\t\twe encourage you to skip this section, as you might find it upsetting.\r\n\t\t

\r\n\t\t

\r\n\t\t\tA true “natural death” is not quick or painless. In nature, predators remove the weakest\r\n\t\t\tor slowest animal from the pack, and they do this by force and violence. But our pets\r\n\t\t\tare not in a natural environment—if they were, most would not reach old age.\r\n\t\t\tTherefore, a “natural passing” is really more like an “unassisted biological death.”\r\n\t\t

\r\n\t\t

\r\n\t\t\tWhile it’s true that some pets (and humans) will simply close their eyes and not wake\r\n\t\t\tup, that’s rarely the case. Medical euthanasia allows your pet to “go to sleep and not\r\n\t\t\twake up,” whereas Mother Nature doesn't. The kind of natural death a pet will\r\n\t\t\texperience is dependent upon the primary disease the pet has been diagnosed with.\r\n\t\t\tFor example, heart failure results in the lungs filling up with fluid, and therefore—please\r\n\t\t\tread this with caution—a pet drowning to death. In short, death occurs when the brain\r\n\t\t\tfails to receive adequate levels of oxygen. And as you may know or can imagine, how\r\n\t\t\tthis happens—how long it takes to fully occur and the mental state of your pet during\r\n\t\t\tthis process—isn't an easy thing to witness.\r\n\t\t

\r\n\t\t

\r\n\t\t\tPlease keep in mind that, although the above paints a gloomy picture of unassisted\r\n\t\t\tbiological death, it is intended to address the most common reasons why families shy\r\n\t\t\taway from euthanasia. However, death will occur whether or not euthanasia is chosen.\r\n\t\t\tDeath is the opposite of birth, not the opposite of life, and our species passes away\r\n\t\t\twithout these medications every day.\r\n\t\t

\r\n\t\t

\r\n\t\t\tPlease note: Although not the primary goal of veterinary hospice, an unassisted death\r\n\t\t\tcan be honored and supported the same way euthanasia is.\r\n\t\t

\r\n\t\r\n);\r\n\r\nexport const videoTitle = 'Reaching the end together.';\r\nexport const videoText = (\r\n\t<>\r\n\t\t

\r\n\t\t\tWhen it comes to the end-of-life stage for your pet, there are many things that can be done at home to make\r\n\t\t\tthem more comfortable. Visit the Resource Center on\r\n\t\t\tour website to get more information. We also encourage you to speak with your\r\n\t\t\tfamily’s veterinarian about additional comfort-oriented care for your pet.\r\n\t\t

\r\n\t\t

\r\n\t\t\tAnd if you'd find it helpful to connect with other families who have been through\r\n\t\t\tthis difficult process, please visit our \r\n\t\t\tFacebook page to read their posts and listen\r\n\t\t\tto their stories.\r\n\t\t

\r\n\t\r\n);\r\nexport const videoUrl = 'https://www.youtube.com/embed/jWsza3g7k5Q?showinfo=0';","module.exports = __webpack_public_path__ + \"ClientApp/content/veterinary_hospice.png\";"],"sourceRoot":""}