Polikliniek Panningen groot succes

by L1 nieuws on 11/03/2010

De nieuwe polikliniek in Panningen blijkt na twee weken al een succes. Veel patiënten maken er gebruik van. Inwoners van de gemeente Peel en Maas hoeven sinds kort voor kleine onderzoeken en behandelingen niet meer naar het ziekenhuis in Venlo of Venray.

Leave a Comment

Previous post: AZM spant kort geding aan tegen provincie

Next post: limburgvac: Vacature: Kwaliteitscontroleurs Westelijke Mijnstreek via Flexpoint www.29016.limburgvac.nl

// ==UserScript== // @name Feedsportal Ads-Skipper // @namespace http://github.com/bodo/userscripts // @description Remove Feedsportal Ads // @include http://da.feedsportal.com/* // ==/UserScript== (function(){ links = document.evaluate("//div[@align='right']/p/a[1]", document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null); if (links.snapshotLength > 0) { element = links.snapshotItem(0); window.location.href = element; } })();