Defence Medical Welfare Service (Sponsored by MNWB)

Defence Medical Welfare Service (Sponsored by MNWB)

 

image-0.png

Charity Number: 1087210

Address: The Old Stables, Redenham Park, Andover

Postcode: SP11 9AQ

Phone: 01264 774 000

Website: www.dmws.org.uk

Email: info@dmws.org.uk

 

Summary: We are an independent charity providing help and support to the armed forces community and other front line staff including Merchant Navy whenever they are receiving medical treatment. For 75 years our practical and emotional support has ensured that no family goes through the worry of illness on its own.

 

For a referral please contact us on:

Tel: 0800 999 3697 (’DMWS’)
Email: referrals@dmws.org.uk

 
    • Related Articles

    • Defence Medical Welfare Service (DMWS)

      Charity Number: 1087210 Contact: Helpline 0800 999 3697 Address: The Old Stables, Redenham Park, Andover Postcode: SP11 9AQ Phone: 01264 774 000 Website: www.dmws.org.uk Email: info@dmws.org.uk Summary: We are an independent charity providing help ...
    • Health & Welfare Financial Grants

      Provided by Seafarers Hospital Society (SHS) Telephone: 020 8858 3696 Email: admin@seahospital.org.uk Website: www.seahospital.org.uk Address: 29 King William Walk, Greenwich, London, SE10 9HJ, United Kingdom The Seafarers Hospital Society (SHS) is a ...
    • Dreadnought Medical Service

      Address: Dreadnought Medical Service, Guys & St Thomas' Hospital, Lambeth Palace Road, London Postcode: SE1 7EH Phone: 020 7188 2049 Website: Dreadnought Email: gst-tr.dreadnought@nhs.net Summary: Medical help is provided to working seafarers and ...
    • Combat Stress (Sponsored by MN Fund)

      Charity Number: 206002 Contact: 0800 138 1619 -Support Address: Tyrwhitt House ,Oaklawn Road, Leatherhead, Surrey Postcode: KT22 0BX Phone: 01372 587000 Website: www.combatstress.org.uk Email: contactus@combatstress.org.uk Summary: For a century, ...
    • Merchant Navy Welfare Board (MNWB)

      Contact details Website: https://www.mnwb.org/ Address: Merchant Navy Welfare Board 8 Cumberland Place Southampton Hampshire SO15 2BH Telephone: 023 8033 7799 Email: enquiries@mnwb.org.uk Contact page: https://www.mnwb.org/contact-us/ Seafarer ...
    (function () { 'use strict'; // Only run on the KB root page if (!/\/kb\/seafarer-support\/?$/.test(window.location.pathname)) return; var CATEGORY_ID = '233149000000358041'; var MAX_WAIT_MS = 10000; var POLL_INTERVAL_MS = 200; var elapsed = 0; function getStore() { if (window.reduxStore) return window.reduxStore; if (window._store) return window._store; var all = document.querySelectorAll('*'); for (var i = 0; i < all.length; i++) { var keys = Object.keys(all[i]); for (var j = 0; j < keys.length; j++) { if (keys[j].indexOf('__reactContainer') === 0) { try { return all[i][keys[j]].child.memoizedProps.store; } catch (e) {} } } } return null; } function getPortalId() { var resources = window.performance.getEntriesByType('resource'); for (var i = 0; i < resources.length; i++) { var m = resources[i].name.match(/portalId=([^&]+)/); if (m) return m[1]; } return null; } var timer = setInterval(function () { elapsed += POLL_INTERVAL_MS; if (elapsed > MAX_WAIT_MS) { clearInterval(timer); return; } var store = getStore(); if (!store) return; var kb = store.getState().KBUIState; if (!kb || !kb.subCategoryWithArticles || kb.subCategoryWithArticles.length === 0) return; if (!kb.isNext) { clearInterval(timer); return; } clearInterval(timer); var portalId = getPortalId(); if (!portalId) return; var base = window.location.origin + '/portal/api/kbCategory/' + CATEGORY_ID + '/articles?portalId=' + portalId; Promise.all([ fetch(base + '&from=1&limit=9').then(function (r) { return r.json(); }), fetch(base + '&from=10&limit=9').then(function (r) { return r.json(); }) ]).then(function (results) { var sections = Object.values(results[0].data).concat(Object.values(results[1].data)); if (!sections.length) return; store.dispatch({ type: 'KB_SUB_CATEGORIES_WITH_ARTICLES_BY_CATEGORY_SUCCESS', data: { list: sections, categoryId: CATEGORY_ID, isNext: false, page: 1 } }); }).catch(function () {}); }, POLL_INTERVAL_MS); })();