U+0022 = " quotes
U+0027 = ' apostrophe
U+0060 = ` grave
U+00B4 = ´ acute
U+2018 = ‘ left single
U+2019 = ’ right single
U+201C = “ left double
U+201D = ” right double
and because 80% of my readers are french
U+00AB = « guillemets en chevrons gauches
U+00BB = » guillemets droits
I'm glad I have that on record for myself. But nobody died because I popped an apostrophe in the wrong place unless Hauptsturmbannführer Apostroph has an apoplectic fit while reading The Blob from his fastness in Paraguay. Things are different in Apple-land and sometimes you see characters like � [U+FFFD] in HTML docs on the web where your browser can't read the writer's symbols - almost always because of a problem with accents or special characters like > < / \ | & which are often 'reserved characters' in coding languages. HTML tags use <bold>to make thing bold</bold> for example. Technical details.
It's more difficult, because errors matter, if you're programming for the Health Service Executive HSE: you can't afford to write sloppy code there because some unfortunate's life might depend on it. About six years ago, the HSE moved into the 21stC by digitising all their X-rays, CAT scans, ultrasounds, MRIs etc. rather than depending on developing large sheets of photographic paper and holding them up to the light. This has obvious advantages: you can make a back-up copy; a houseman in Donegal can look at the same digital image at the same time as the consultant in Dublin; you don't need a courier to take the X-ray to the receiving hospital. The system has an acronym [must be important] National Integrated Medical Imaging System (NIMIS) and seems to operate on two levels:
- the radiology information system RIS which is the original definitive copy usually pored over by the clinical team before treatment is meted out
- the export copy which goes to the picture archive and may be retrieved later and by a wider subset of interested parties
Why that is most likely significant is because of threshold values. The medical commentator will have in mind the critical values - those that require intervention. < 50% means everything is okay because 50% is the alert threshold; bald 50% is nay-kay and may precipitate intervention - a stent; more X-rays to give you cancer; another €1500 of tax-money for a confirmatory CAT scan.
There are several worrying things about this:
- that is should happen at all in the export copy transfer
- that the coding company's QC didn't pick it up
- that the system has been running for 6 years and nobody on the ground noticed the anomaly
- that there are now likely to be other errors (less overt and so harder to find and that much more insidious). Up to this week we were totally confident that the coders were worthy of their hire. Part of the confidence lies in the fact that the HSE paid them a shed-load of money. Could we have that money back please and could a few heads roll?
I was a crap coder. I never mastered hashes aka associative arrays: they just wrecked my head so my iterative loops ran slower; I used <horror>GOTO</horror> statements; I was always forgetting the line-end ";". But I was a careful coder, I never believed that what I had written was delivering the correct output: I checked chunks of code with a calculator; I stress-tested it with non-numeric inputs; I asked if the outputs were reasonable. I have also hacked at other people's code when it mattered and found that it wasn't delivering the correct answer. I am proud to be on a select list of 385 people who found a glitch in PHYLIP.
Good news for the potentially 25,000 affected patients. After all which would you rather be?
less than dead
or
dead
No comments:
Post a Comment