Slashdot Mirror


Radiation Therapy Mistakes Cost Lives

jmtpi recommends a long NY Times investigative report about how powerful medical linear accelerators have contributed to at least two deaths in the New York area. Although the mistakes were largely due to human error, buggy software also played a role. "...the records described 621 mistakes from 2001 to 2008... most were minor... The Times found that on 133 occasions, devices used to shape or modulate radiation beams... were left out, wrongly positioned, or otherwise misused. On 284 occasions, radiation missed all or part of its intended target or treated the wrong body part entirely. ... Another patient with stomach cancer was treated for prostate cancer. Fifty patients received radiation intended for someone else, including one brain cancer patient who received radiation intended for breast cancer."

215 comments

  1. highly trained morons by timmarhy · · Score: 5, Informative

    year ago i worked in a pathology lab, and i can atest to the fact the medical field is populated with a lot of highly trained morons. many times the application of these treatments aren't done by someone with enough brain power to understand whats actually happened.

    --
    If you mod me down, I will become more powerful than you can imagine....
    1. Re:highly trained morons by Jophish · · Score: 5, Insightful

      Alternate title: Radiation Therapy Success Saves Lives

    2. Re:highly trained morons by Zerth · · Score: 3, Interesting

      Indeed, most of these errors don't sound like Therac-25 type errors, more like PEBKAC errors.

      These can only be solved by double checking(more labor costs? not likely) or by patients who care enough about themselves to take a black marker and write "radiation goes here, dumbass".

      I've done similar things ever since I went in for an operation where they started the incision on the wrong side then decided they'd just go with it and tunnel across my abdomen instead of starting over in the right spot.

    3. Re:highly trained morons by Anonymous Coward · · Score: 0

      You mean that in America people are treated by carrots* in lab coats?!?
      No wonder so many mistakes are made in your hospitals!!

      *stick that in an English-Welsh translator and you shall see what I mean.

      With love,
      The Anonymous Coward

    4. Re:highly trained morons by Anonymous Coward · · Score: 0

      I recently dislocated my right elbow. Went to the Dr for a followup and he noticed that whoever filled out the form said it was my left elbow. Was it dyslexia at work?

      A few years ago, I was working on a mill startup with an electrician. He said they had an apprentice in their program who was red/green color blind. Since green is used for ground and red is commonly used for hot, he would get things mixed up. They suggested he resign, but couldn't do anything outright because of the Americans With Disability Act.

    5. Re:highly trained morons by golden+age+villain · · Score: 1

      I think that this has to do with the fact that a lot of MDs have little to no understanding of basic science principles, at least around where I live. They have too little basic science training. I remember this course on PET I attended at the Physics Dept. of my University. When the lecturer started to talk about anti-matter, the MDs looked as if they just had been teleported into a Star Trek episode and that is a tool they were using every single day!

    6. Re:highly trained morons by Hadlock · · Score: 3, Interesting

      Yep, my dad got radiation treatment, he got "gamma knife" treatment for brain cancer. You get a special plastic mesh helmet that is specifically molded to your head (for brain cancer paitents, it's molded to other parts for pancreas or breast cancer, etc paitents), and then there are marker dots on the mesh helmet that align with set lasers in the walls. so your body is properly aligned. Then the actual "gamma knife" is placed in the correct position so it creates a red + sign on the targeted area, which matches up with the plastic mesh helmet. Your name is also written on the helmet, and you fetch your own helmet from the same cubbie each time and put it on your own head. A tech makes sure it's secured and double checks that it's your helmet. Not only are you picking out your helmet, but they cross reference your name, and unless you have a very small head, only your helmet is going to properly fit you. The red + sign isn't going to lay "flat" and the laser dots won't line up. It's at least a triple redundancy mode of failure and it seemed to work pretty well. Added bonus: the table looks like that room in the bond movie where bond goes "you expect me to talk?" and the villan responds "no mr bond, i expect you to die! (maniacal laughter). It's kind of neat to do medicine in a room that looks like a bond villian's secret layer.

      --
      moox. for a new generation.
    7. Re:highly trained morons by Anonymous Coward · · Score: 2, Insightful

      "Indeed, most of these errors don't sound like Therac-25 type errors, more like PEBKAC errors."

      Actually, a lot of these sound like Therac-25 type errors - not to mention that mission-critical software that can cause harm when used incorrectly should be designed in a way that recognizes PEBKAC errors exist.

      The article talks about the Varian software a little. For one of the machines, the procedure appears to be:
      1. set treatment parameters, click "save"
      2. set the part of the body to scan, click "save"
      3. set some other parameters, click "save" to finalize the plan

      The operator did 1), and finished 2) but the program crashed when she hit "save". She then restarted the program and did 3), thinking that it in fact saved part 2) (but it didn't). From a software point of view:
      1. the program shouldn't crash. It certainly shouldn't crash with the frequency observed (it crashed two or three more times during the treatment involved in this article).
      2. the program should never have let treatment proceed without getting proper answers for part 2).
      3. the software design should do all within its power to validate a treatment before allowing use on a patient. It could involve running simulations (eg. with all the requested parameters, is any body part exposed beyond safe limits?), or it could involve a physical test (the article says that it was common practice to do a test run first, but not required - it was skipped due to understaffing). Require the test, and _don't_ proceed until the operator does it.

      All three of these are exactly Therac-25 problems (eg. program crashed due to a buggy key input routine, allowed the operator to proceed to the next screen without setting values, and neglected to double-check parameters for safety).

      Fewer PEBKAC errors would have helped them catch the error before it became a problem, sure. But a design that doesn't take all reasonable precautions to eliminate human error - or, worse, that counts on the user to fix software errors - is flawed.

      I am also astounded by the poor follow-up. The guy's wife complains to his doctors that something is wrong, and (instead of suspending therapy) they have her talk to a psychiatrist and give him another session of the botched radiation exposure. You could describe this as PEBKAC, but I'd say it's really a matter of procedure ("human" software). Sometimes, things just go wrong even though everyone did the right thing. But, based on the article, this really isn't one of those cases.

    8. Re:highly trained morons by Ihlosi · · Score: 2, Interesting
      I've done similar things ever since I went in for an operation where they started the incision on the wrong side then decided they'd just go with it and tunnel across my abdomen instead of starting over in the right spot.

      Well, they did the right (i.e. least risky) thing. Every hole cut into the bodys line of defense against the hostile exterior is a possible site for an infection, hence you want to keep the number and size of the holes as low as possible.

    9. Re:highly trained morons by blackest_k · · Score: 1

      Ok I know regulations differ between countries but at least in the UK

      mains wiring is twin and earth with the earth wire not shielded and thinner than the other two cores.

      when making a connection green and yellow shielding is used which again makes the earth wire easy to identify.

      If you are correct that the American system makes the identification of an earth wire purely on color then American wiring is inherently more dangerous than it needs to be.

      Theres an interesting word failsafe and its meaning is literally to fail safe. This seems to be the general weakness here that when things go wrong they go wrong in a dangerous way rather than a safe way.

      Accidents do happen but the important thing is to learn from them and improve procedures so that they can't happen or people are aware of the danger.

      When it comes to medical problems you can be your own fail safe. you know which elbow was dislocated I know which pills I should be taking so when mistakes are made we catch them after all its in our best interest that we take an active part in our treatment.

    10. Re:highly trained morons by tsjaikdus · · Score: 1

      I'm not into the medical field, but while in university doing engineering one of my group members put our model against a big sanding machine thereby pretty much evaporating it within 2 seconds. The only think I thought was oh shit those people get medical degrees, too. If I ever get sick I'm screwed.

    11. Re:highly trained morons by Hurricane78 · · Score: 2, Interesting

      Well, a doctor is only a apothecary with a tiny further training. Who after being finished, assumes that he knows everything and will continue to do so forever. If he does not know it, it does not exist. If he knows no cure, there is no cure.
      Also they are trained to “fix” the symptoms. (Which is practice means, to hide them under painkillers, so you can continue to ignore what you’re doing wrong.) Finding the causes is only happening in colorful Hollywood productions. In reality, it’s actually a taboo. Every time I ask a doctor to find the cause, I get a blank stare, and a “can’t parse” error. Or him telling me that a part of my body is the cause! (WTF? A part of the body an by definition not be the cause.)

      Finding causes... it seems... is what scientists are for.

      --
      Any sufficiently advanced intelligence is indistinguishable from stupidity.
    12. Re:highly trained morons by Muad'Dave · · Score: 2, Informative

      mains wiring is twin and earth with the earth wire not shielded and thinner than the other two cores.

      It depends somewhat on where you're doing the wiring. Most houses these days are wired with what we incorrectly and generically call Romex, which is technically Non-Metallic (NM) cable. It has two current-carrying conductors (one black, one white) and a bare ground (earth to you) conductor. This would be hard to mess up based on color.

      Once you graduate to non-protected wall wiring (like in garages, commercial bulidings, etc) you start using single strand wiring in conduit (EMT, Electrical Metallic Tubing) or (ENT, Electrical Non-metallic Tubing - the blue 'smurf tube'). For this you use a green-insulated conductor for ground instead of a bare one. The typical white (neutral) and black (hot) wires are there, but can be joined by a second hot (red). This is typically seen with 3-way switches and the like, as well as 220V circuits where there are two hots.

      Commercial wiring is yet another ball of wax.

      --
      Tiller's Rule: Never use a word in written form that you've only heard and never read. You will end up looking foolish.
    13. Re:highly trained morons by boristdog · · Score: 1

      Alternate title: Radiation Therapy Success Saves Lives

      Exactly. I had a brain operation with one of these devices and it was a success.

      Like a scalpel is nothing more than a dangerous knife in unskilled hands, these machines are just tools. Just because it's a machine doesn't mean it should be operated by a "technician". It should be operated by a surgeon.

    14. Re:highly trained morons by mr+crypto · · Score: 1

      I actually develop software for radiation oncology. I had mixed feelings when I read the article - it heavily stressed the errors and briefly mentioned that RO saves many lives. Our group is a little more advanced than most, and we have extra checks (such as doing a dry run for every patient: irradiating a sensor matrix before the actual patient). I agree with the article that errors need to be discussed, and in fact our head of research is trying to convince the RO community that we should follow the airlines model (where lives are also on the line) of studying errors, determining root causes, and improving process to avoid them.

      There is always tension in our industry between having the latest techniques available and having reliable treatment procedures, and it's tough to draw the line. Please don't condemn the field as a whole, but instead push for an environment where if someone makes a mistake, it is handled in a way that improves the system. Most of the professionals in this field have 10+ years of college and great aspirations of saving lives, but they're all human. If they are crucified for making a single error, then a culture of covering up will become more entrenched. If you think that mistakes should never happen, then I'd like take away your backspace key.

    15. Re:highly trained morons by DavidTC · · Score: 1

      Uh, no.

      If a computer program crashes, and someone relies on something they were doing when it crashed, without even looking at it, you know whose fucking fault that is?

      Hint: It's not the computer's.

      The most important part of your comment is 'it was skipped due to understaffing'. And then ask yourself why the person inputting the program didn't check after the crash.

      Hint: They probably had to go change bedpans or something and didn't want to fall farther behind in their workload.

      You want less mistakes in medical procedures, you need to hire more fucking people, so people can do their job carefully.

      Tn this case, the already made mistake by someone inputting data (relying on something that returned an error as they did it.) could have been caught, but that won't help if something else is wrong.

      Did you know the most common form of 'poisoning', higher than drug abuse, higher than suicide, higher than anything else, the most common form of 'death by chemicals', is incorrect prescriptions? That kills ten thousand times as many people as 'broken radiation machines'.

      The reason we have so many mistakes is that we've started operating medicine like it's a goddamn NASCAR pit. (Except operated with normal people, not a perfectly synchronized team.)

      --
      If corporations are people, aren't stockholders guilty of slavery?
    16. Re:highly trained morons by TheLink · · Score: 2, Interesting

      I daresay often it's not the unskilled hands that's killing people in hospitals.

      It's more likely poor processes. No checklists of important stuff. Not enough training, practice and preparation in critical areas. (and of course dirty hands ;) ).

      See:

      http://www.telegraph.co.uk/news/1527497/Ferrari-pit-stop-saves-Alexanders-life.html
      and:
      http://shimworld.wordpress.com/2008/11/19/operation-pit-stop-lessons-from-the-fast-lane/

      The doctors took cues from two Formula 1 teams: McLaren and Ferrari. The Chief Medical Officer for McLaren racing team watched a video of a hospital handover, studied the footage then asked, "Why is there so much noise and people colliding with each other, doing things that don't need doing? Why not space them out and make an organised list of instructions?" When the doctors met with then Ferrari's technical manager, Nigel Stephney, who watched the video of the handover and he made the following observations:

              "I don't understand," Stephney said. "Who's in charge?" ... Stephney shook his head in disbelief. Then he asked more questions: did they brief and debrief? Were there check lists? Did they rehearse without a patient? Each time the doctors said no. Stephey explained: "It's not about having the best people and just putting them together--it's about a group of people who can work as a team." Staff were forgetting basic things -- even omitting to switch vital equipment to mains power on reaching the ICU, leaving it on the portable battery system. An hour later the batteries would run out and alarms would sound. Moreover, the medical teams had no briefing for what do do if things did go wrong, being left to use their initiative. Pit-stop crews, by contrast, knew exactly what to do if, for example, a wheel nut rolled away. (Take out the spare in their right hand pocket).

      --
    17. Re:highly trained morons by Anonymous Coward · · Score: 0

      i can atest to the fact the medical field is populated with a lot of highly trained morons.

      And your qualifications would be...?

    18. Re:highly trained morons by Anonymous Coward · · Score: 0

      Thank the good Lord that they kept all the potential "infection" sites clear of any potential hazards happening ambiently in the environment!

  2. Windows as usual. by Ethanol-fueled · · Score: 0, Troll
    TFA:

    When the computer kept crashing, Ms. Kalach, the medical physicist, did not realize that her instructions for the collimator had not been saved, state records show. She proceeded as though the problem had been fixed...

    ...Shortly after 11 a.m., as Ms. Kalach was trying to save her work, the computer began seizing up, displaying an error message. The hospital would later say that similar system crashes "are not uncommon with the Varian software, and these issues have been communicated to Varian on numerous occasions."

    Surprise, surprise. A little link-jumping through the manufacturer's products and job openings reveal .NET on Win32.

    Or could somebody prove that the machines themselves run Linux or some kind of other embedded OS?

    1. Re:Windows as usual. by jhoegl · · Score: 1

      The machines themselves run their own OS, but I dont know what it is based off of. Im sure it varies based on machine.

      However, I can tell you that they port their information to a Windows client.

  3. Breaking news by rockNme2349 · · Score: 4, Insightful

    People make mistakes with technology which results in unintended consequences. Giving someone treatment for the wrong disease may have adverse side effects.

    Basically this only proves that people are stupid in general. I don't see anything wrong with this technology.

    --
    Sewage Treatment Facilities - "Our duty is clear."
    1. Re:Breaking news by Anonymous Coward · · Score: 0

      Basically this only proves that people are stupid in general. I don't see anything wrong with this technology.

      Anything wrong with the technology, meaning the hardware? No. Anything wrong with the software used to drive the hardware? Yes. Anything wrong with the operators making mistakes due to not diligently checking the output of the software and not properly monitoring displays during treatment? Yes.

      Having just read the article about an hour before it showed up here I did notice that the software used to program the treatment machine was prone to abnormal termination due to poor error handling. The software would offer to allow the operator to save the treatment data prior to termination. Apparently this could lead to incorrect/erroneous data being saved. If the operator didn't carefully check everything after reloading treatment data saved under such circumstances bad shit could happen. Bad shit like exposure to excessive radiation to more of the body than was needed eventually resulting in patient death after extended suffering.

      So yeah I guess it does boil down to people were stupid. Coders were stupid, operators were stupid, people training the operators were stupid. Add some ignorance and carelessness to that and you end up with tragic results.

    2. Re:Breaking news by ThrowAwaySociety · · Score: 1

      People make mistakes with technology which results in unintended consequences. Giving someone treatment for the wrong disease may have adverse side effects.

      Basically this only proves that people are stupid in general. I don't see anything wrong with this technology.

      So you don't see a problem with a machine that may be deadly if used improperly, but is too complicated for the intended users to use properly?

      Can you give me an idea of where you live? Because I'd sure love to move to wherever it is that all users are mistake-free geniuses.

    3. Re:Breaking news by Nyeerrmm · · Score: 1

      There's not nothing wrong with it, but if more people are saved by the technologies proper use than are injured by its improper use its probably worthwhile.

      Accidents happen, this is no different. The engineers of the equipment have a duty to make it as easy to use as possible, and the operators have a duty to understand it as best as possible -- this doesn't mean that accidents won't happen every once in a while, since as you point out we aren't all mistake-free geniuses.

      I see a few hundred mistakes out of probably tens of thousands of uses. This doesn't suggest to me that the tech is flawed, but rather that its new. It suggests improvements in the way its run -- checklists, multiple operators with redundant procedures, improved UIs, and avoiding using it except when absolutely necessary -- but it doesn't imply that the tech needs to be done away with.

    4. Re:Breaking news by SEWilco · · Score: 1

      Automobile Driving Mistakes Cost Lives.

    5. Re:Breaking news by Anonymous Coward · · Score: 0

      You mean like a car?

  4. Not a new problem by JoshuaZ · · Score: 5, Informative

    Bad software combined with poor training is not a new problem. In fact, one of the most famous serious failures of medical radiation technology. The most famous example is the Therac-25 debacle in the 1980s http://en.wikipedia.org/wiki/Therac-25 which caused multiple deaths. In that case, a combination of bad software design (leading to race conditions), bad hardware interfaces and training issues combined to create a perfect storm of bad conditions. This appears in textbooks. Problems like this shouldn't still be happening.

    1. Re:Not a new problem by twiddlingbits · · Score: 1

      Human error happens in programming and in medical procedures. It cannot be 100% eliminated until robots are programming robots. There can be addtional efforts taken to produce quality software such as more testing, more software/hardware interlocks, formal methods to prove systems, etc. .Better traning and maybe other things like actually evaluating the techs and MDs and firing the ones who screw up more than average could help. Medical care is under intense pressure to do more with less and thus the techs are rushed or are backed up and overworked thus making mistakes. The software doesn't know this. It does what is asked. So you must correct many issues at the same time, better software, better training, better procedures, more techs, more Radiation Treatment facilities all of which cost more money. Too much costs and you go out of business, too many mistakes and you do as well. Catch-22.

    2. Re:Not a new problem by Anonymous Coward · · Score: 0, Funny

      Its okay, once the Cylons take over and successfully wipe out humanity(this time around) then these errors will be a thing of the past :D

    3. Re:Not a new problem by omglolbah · · Score: 4, Interesting

      We have public health care in Norway and I see far fewer problems than in the US...

    4. Re:Not a new problem by RDW · · Score: 2, Informative

      The NYT article mentions Varian treatment planning software. Looking at a recent safety warning:

      http://www.mhra.gov.uk/Safetyinformation/Safetywarningsalertsandrecalls/FieldSafetyNoticesformedicaldevices/CON068203

      it seems that, as in the case of the Therac-25, an unexpected sequence of user inputs (in this case 'removing the Primary Reference Point...prior to performing planning approval') can under certain circumstances cause an error ('the resulting calculated dose may differ significantly from the original plan'), and that no appropriate error message is generated ('There is no warning message presented during the approval stage indicating that the Primary Reference Point is missing.'). This may well be completely unrelated to the NYT incidents, but it's interesting (though perhaps not surprising) that behaviour of this type can still occur in safety-critical applications.

    5. Re:Not a new problem by omglolbah · · Score: 1

      Well, that is an issue with the US two-party system that I dont want to touch with a 20 foot pole :-p

    6. Re:Not a new problem by QuietLagoon · · Score: 1
      This appears in textbooks.

      It also appears in non-fiction books about this type of problem.

    7. Re:Not a new problem by Anonymous Coward · · Score: 0

      Socialism works in Norway because of your huge oil and gas reserve, other resources, good planning, small population and landmass, and fairly strict immigration regulations.

      Don't think that just because it can work for one country means it can work for another. Point out a large nation with socialism that has worked quite well (UK is NOT large).

      Of course, corporate socialism is even worse... but that's another subject for another day.

    8. Re:Not a new problem by Adaeniel · · Score: 1

      . . .I see far fewer problems than in the US. . .

      Granted we have roughly 60 times as large a population as your country. This could be a reason that there are more examples of problems in the United States.

    9. Re:Not a new problem by westlake · · Score: 1

      We have public health care in Norway and I see far fewer problems than in the US...

      The population of Norway is about 5 million. The population of metro New York City, 19 million. The U.S., 300 million.

      The List of Hospitals in Norway wouldn't fill a single printed page.

    10. Re:Not a new problem by Nazlfrag · · Score: 4, Insightful

      So why does public health care also work in Australia, Canada, the UK, France, Germany, Brazil, Chile, Ireland, Belgium, Japan, Italy, Sweden, Switzerland, Finland, Israel, Taiwan, even in the USA under Medicare, Medicaid, military and veteran health care, OMG AMERICA IS SOCIALIST!

    11. Re:Not a new problem by Attila+Dimedici · · Score: 1

      We have public health care in Norway and I see far fewer problems than in the US...

      Population of Norway: 4.6 to 4.8 million ( I see several different sources with various numbers in that range)--Population of the U.S.: 308 million. I would bloody well hope there are a lot fewer problems in Norway than in the U.S., but is it less than 1.5% of the problems in the U.S.?

      --
      The truth is that all men having power ought to be mistrusted. James Madison
    12. Re:Not a new problem by Anonymous Coward · · Score: 0

      Unfortunately for us, our government is corrupt, and owned by corporations. So while public heath care may help in some areas, it will also cause problems in others. Look at how our recent yet-to-be passed bill turned out to be. Clever lobbying turned it out so that it gives even more power to health care insurers.

    13. Re:Not a new problem by nbauman · · Score: 4, Informative

      even in the USA under Medicare, Medicaid, military and veteran health care,

      Lul wut? Have you ever -used- or know people who have used those services? They are terrible. Its much worse than any insurance provider

      I don't get this. Do you have any first-hand experience with those services? I moved from private insurance to Medicare when I turned 65, and the only difference was that my premium went from $525 to $90 a month, same doctors, same services.

      I'm not in the Veterans' Health Services, but I know doctors who have joint appointments and perform surgery at the VA health center and at the top New York City academic medical centers. I've seen studies of different conditions, like BPH and cancer, where the VA hospitals had some of the best treatment outcomes in the country.

      I'm sure you can find one person who was dissatisfied with Medicare, or the VA health care system, but when you look at the treatments overall, they do a great job.

      (Medicaid is a special case with payment problems and access problems in some parts of the country, but that's the fault of legislators who don't want to pay to treat poor (black and hispanic) people.)

    14. Re:Not a new problem by omglolbah · · Score: 1

      First line in the wikipedia article you link is?

      "This list is incomplete; you can help by expanding it."

      Of course the system would be larger in the US. That doesnt mean that the government is by definition unfit to organize it. There must be oversight and control, or any organization goes to hell in a handbasket regardless of whether it is state run or privately run.

      Dismissing a state/government run health are system just due to scale is silly.

    15. Re:Not a new problem by Anonymous Coward · · Score: 0

      We have public healthcare here too, but are you sure there are fewer screw ups? How significantly does the model of ownership or insurance payment affect the rate of mistakes by personnel? I personally know several people who had to be operated again because of mistakes made during the initial procedure, and while not fatal, required an obviously unpleasant operation to be repeated, as well as several months of significant discomfort, like a middle aged woman needing to wear a diaper at all times, or my dad not being able to move his arm above chest height.

      I'm not talking about access for the poor, but medical errors. Let's keep this a separate issue :)

      -mobby_6kl

  5. This is scary... by xQuarkDS9x · · Score: 2, Insightful

    This is scary indeed when you are under the assumption that you are going into a hospital or clinic for a treatment like this, and assuming he/she is well trained and know what they are doing to your body... to read something like this makes one wonder just what, if any training they get to operate these machines?

    How did one guy above me put it... Highly trained morons? I have to agree!!!

    --
    You must master your joystick like a fisherman masters bait! - Gimpy
  6. Therac-25 by slimjim8094 · · Score: 4, Informative

    http://en.wikipedia.org/wiki/Therac-25

    Famously killed 2 people as a result of radiation poisoning. It's also a case study in software design - the software was reused on a model without hardware interlocks; this allowed the machine to get into an inconsistent state where it would deliver something like a hundred times the intended dose.

    You'd think people would've learned.

    --
    I have developed a truly marvelous proof of this comment, which this signature is too narrow to contain.
    1. Re:Therac-25 by mysidia · · Score: 2, Insightful

      People did learn...

      And then they got laid off, and replaced with outsourced development companies from India, who haven't learned yet, or just don't care as much.

    2. Re:Therac-25 by jhoegl · · Score: 1

      Those that operate the machines are still local. However, there are over seas doctors looking at your X-Rays. I know this to be fact.

    3. Re:Therac-25 by mr+exploiter · · Score: 1

      Actually it was more than 2. Wikipedia is not always right.

    4. Re:Therac-25 by slimjim8094 · · Score: 1

      Actually that was just my memory. I assume there's some discrepancy with the numbers - between "suspected to have killed" and "killed as a direct result of"

      --
      I have developed a truly marvelous proof of this comment, which this signature is too narrow to contain.
    5. Re:Therac-25 by Cryacin · · Score: 2, Insightful

      outsourced development companies from India, who haven't learned yet, or just don't care as much.

      Unfortunately, it's the latter and not the former. And by the way, it's not "India" that is the problem, but "outsourcing company". I have worked with some fantastic Indian developers, but they don't work for outsourcing companies. "Cheap" outsourcing companies are not good at developing software, they are experts in sending out invoices.

      --
      Science advances one funeral at a time- Max Planck
  7. This has happened before by Protonk · · Score: 3, Insightful

    Therac-25 is only the most prominent medical radiation incident from the past 20 years or so. The IEEE linked at the bottom explores problems with replacing hardware interlocks (mostly literal interlocks) with software interlocks, which fell prey to memory errors, bugs and human intervention. Tools like this require constant diligence and skepticism, which is nearly impossible to maintain when faced with incentives to update, promote and distribute new technology. I suspect this will devolve into some meta-discussion about regulation, but look closely at the allegations regarding cover-ups in the Therac-25 case and this article--market response presupposes that customers and investors are informed about errors in products. Where companies downplay or obfuscate errors of this magnitude, public choice fails. Regulatory bodies won't work perfectly, but I suspect that their intervention in the market would reduce these errors at some high but acceptable cost (in either monetary terms or terms of new technologies forgone due to the cost of compliance).

  8. More harrowing stories... by pongo000 · · Score: 1

    ...such as the Therac-25 malfunction that is the textbook case of how poorly-designed UIs can have catastrophic repercussions. The Nancy Leveson article cited is a fascinating read. It is required reading for my advanced computer science students.

  9. Cancer therapy is dangerous by MichaelSmith · · Score: 4, Interesting

    The whole point is to kill part of the body but a lot of the time this involves almost killing the rest of the body. My wife's father died because he had a rare sensitivity to a chemotherapy drug. They kept going back to the hospital and saying "it feels like this is killing him" and the hospital people would say "yes, that's normal, everybody thinks that". And by the time they realised it really was killing him he had no bone marrow left at all, which is fatal. In that case the problem could have been identified if more people were on the ball, but in practice they are just doing their jobs, going through the motions.

    Its a bit different in technology. Normally when you (say) shut down a server you can check which server you are shutting down first and triple check it. Sure, if data has been left in a machine and you didn't check then thats a problem. But more commonly in medicine its a case of "lets try this, it might work" with no opportunity to check along the way.

    1. Re:Cancer therapy is dangerous by squizzar · · Score: 1

      Is there also a false-positive problem here? If they check everyone who complains that it feels like the chemotherapy drug is killing them, then there is a possibility (depending on how the numbers stack up) that they will withdraw treatment from people who actually don't have a problem, thereby killing them. You'd need all the statistics for the rate of incidence of someone reacting badly to the drug, the rate of false positives and negatives for any test for bad reactions to the drug, and a lot of other things. It's very unfortunate, but it may be the case that more lives are saved by telling people to keep on taking the drugs, than would be saved by withdrawing treatment for people because they suspect they have a bad reaction.

    2. Re:Cancer therapy is dangerous by MichaelSmith · · Score: 1

      Is there also a false-positive problem here?

      Oh definitely, but you won't convince my wife of that right now. One thing you could do is start the chemotherapy slowly. Give the patient a small dose and wait two weeks for adverse reactions to appear. If they don't then start the full treatment. But over the full population of cancer patients this may lead to worse outcomes.

      But it is what I would do, if I had a choice.

    3. Re:Cancer therapy is dangerous by Ihlosi · · Score: 1

      Give the patient a small dose and wait two weeks for adverse reactions to appear.

      Do you know what kind of drugs make up chemotherapy? Most of them are simply nasty poisons (*) that just happen to be a bit more toxic to cancerous cells than to the rest of your body. If you're starting chemo and don't have any adverse reactions after the first dose, someone gave you the wrong drugs.

      (*) The person who invented chemotherapy got the idea from observing the victims of chemical warfare agents during WW1. Therapeutic mustard agent is still used today for treating kinds of cancer.

      http://en.wikipedia.org/wiki/Nitrogen_mustard

    4. Re:Cancer therapy is dangerous by MichaelSmith · · Score: 1

      To clarify: an "adverse reaction" in this case means something which will probably kill you in a couple of weeks, as opposed to normal reactions to chemo which are unpleasant and fatal to some tissues.

  10. What is the denominator data? by dorpus · · Score: 3, Insightful

    These numbers don't mean anything unless we know how many procedures are conducted in total. It could be that the probability of a fatal complication, defined as (# of fatal complications) / (# of procedures) is quite low.

    I took a course on clinical decision analysis last semester. Every intervention, even diagnostic ones, carry a risk. The risk needs to be weighed versus its benefit to determine its overall efficacy. If the patient is very ill and has a short life expectancy or very low quality of life, then even dangerous procedures become acceptable.

    One can conduct analyses based on expected life expectancy, QALYs (Quality-Adjusted Life Years), QOL (Quality of Life), or from a purely economic point of view. How much is a patient's life worth? Is a 5-year-old's life worth more than an 85-year-old's life? What about a 45-year-old? This can get quite philosophical. One could even conduct an analysis against a combination of outcomes, though how we choose to weigh the different outcomes is arbitrary.

    Bayesian probabilities figure heavily into these analyses, and they can give quite counter-intuitive results. For example, if a test for AIDS is 99% "accurate" (in terms of sensitivity and specificity), it can still have a very high false positive rate (if AIDS is rare in the general population). In this sense, the AIDS test carries a toll of emotional devastation for the false positives. It can be a challenge to convince the general public, even your average physician, of the validity of a model. A good model will have conducted sensitivity analyses to allow for the possibility that a given procedure may have a higher (or lower) risk than expected.

    1. Re:What is the denominator data? by Kell+Bengal · · Score: 1

      If you have one week to live, but there's an operation that might give you another 10 years, or might kill you on the table, most people would take that chance. And that's what it is - taking a chance. Yes, I agree we should try to reduce the risks, but we have to be realistic and accept that things will go wrong.

      Risk is a part of life - there is always a risk even for utterly trivial routine surgeries like having an ingrown toenail cut out. People have died as a result of that surgery, but very few. Probably more people die in cars on the way to the hospital. If we only did things that carried no risk no one would do anything.

      You wax lyrical about going to the moon, but just remember three men died on the ground before we even got a moon rocket in the air. We've lost 14 astronauts in the STS program alone. Space flight is astonishingly risky and expensive. Stuff blows up All The Time. But we judged those risks to be worth the value of the enterprise.

      So too with medicine.

      --
      Scientists point out problems, engineers fix them
      altslashdot.org: The future of slashdot.
    2. Re:What is the denominator data? by registrar · · Score: 1

      Is a 5-year-old's life worth more than an 85-year-old's life? What about a 45-year-old? This can get quite philosophical.

      Yeah, especially if you think that utilitarianism is the only moral philosophy. Some of us think that the moral cost of removing a person's only functioning kidney is rather more than the economic cost associated with their death.

    3. Re:What is the denominator data? by Mr.+Freeman · · Score: 1

      "It could be that the probability of a fatal complication, defined as (# of fatal complications) / (# of procedures) is quite low."

      It doesn't matter how low the numbers are, anything above ZERO mistakes is BAD, period! We're not talking about the risks of radiation therapy here. We're talking about the risks of IDIOTS FUCKING SHIT UP! These people didn't die because the radiation didn't work, they died because some dipshit didn't use the machine correctly. It's the same thing as a surgeon cutting out someone's heart when they should have been removing the pancreas.

      Regardless of how risky anything is, every attempt should be made to make it LESS risky. As safe as possible. No, it won't ever hit 100% success, but we should make every attempt to get it as close as possible.

      --
      -1 disagree is not a modifier for a reason. -1 troll, flaimbait, redundant, overrated are NOT acceptable substitutes.
    4. Re:What is the denominator data? by dorpus · · Score: 1

      If you can think of a better way to treat cancer, feel free to propose a new treatment. It might take degrees in oncology, statistics, epidemiology, biochemistry, etc. before you know what you are talking about, though. Also, the treatment must have a reasonable cost; a billion-dollar treatment will not be practical for anyone.

    5. Re:What is the denominator data? by sjames · · Score: 1

      This is a bit different. Yes, the stats may show a low risk of death. That just means we shouldn't stop treating people. All things considered, the treatment risks are outweighed by the potential benefits.

      No matter how low the risk, if having techs actually understand what they're doing and making the software not crash and fail to save data (while claiming it has saved the data) can keep someone from being in the unenviable situation of knowing that they have gone from having a serious but treatable medical condition to facing certain death, then it MUST be done.

    6. Re:What is the denominator data? by sjames · · Score: 1

      Risk is a part of life - there is always a risk even for utterly trivial routine surgeries like having an ingrown toenail cut out. People have died as a result of that surgery, but very few. Probably more people die in cars on the way to the hospital. If we only did things that carried no risk no one would do anything.

      Sure, but if, when you wake up, you are told that the operation corrected the problem but that due to simple carelessness you will now die in agony 3 days from now, you're going to be beyond ticked off, don't you think? Being the unlucky one in a million will be no consolation at all.

      Practically everything carries an amount of risk, but we like to minimize it wherever we can. Sometimes people don't do nearly enough to reduce other people's risks unless a stink is made about it.

  11. Never share someone else's radiation by Anonymous Coward · · Score: 0

    You may be tempted to share someone else's radiation to catch a buzz or light one up or ride the blue dragon as you kids say. But if you read the bottle, you will see: "Federal law prohibits the transfer of this radiation to any person other than the patient for whom it was prescribed." Let this article be a warning to those looking for a cheap high or quickie chemo: Radiation Kills!

  12. perspective by wizardforce · · Score: 1

    Linear accelerators have contributed to saving far more lives than these errors have taken. Fortunately, these kind of errors are comparatively rare and not the menace to health that the summary leads one to believe.

    --
    Sigs are too short to say anything truly profound so read the above post instead.
    1. Re:perspective by Jaime2 · · Score: 4, Insightful
      What's important here is that it isn't an either/or scenario. We can fix the underlying problems without abandoning radiation treatment. The much quoted in this thread Therac-25 incidents are part of why this problem hasn't been solved. Twenty years ago, someone sold some radiation treatment equipment run by horribly designed and poorly debugged software. Two people died and everyone involved knew why within a few years. However, no person nor company was ever punished. No real rule changes were made. Given the history of this industry, these new events are unforgivable. It's not that hard to put some practices and regulations in place that will only add five to ten percent to the cost of the treatment and will drastically reduce these "negative patient outcomes caused by preventable circumstances".

      Heck, Therac-25 is the freakin' case study that people use to learn about the possible consequences of bad software design. You'd think somebody at the FDA would have heard of it and made some sort of link to the work they were doing before approving the successor to the Therac-25.

    2. Re:perspective by Orestesx · · Score: 1

      The FDA does regulate medical devices and blood bank software. It is possible that within 10 years, the FDA will regulate clinical or medical record software. Problem is the regulations are not perfect, you can't regulate away software bugs and human error.

  13. THERAC 25 by Anonymous Coward · · Score: 0

    Great job on the therac25 tag!

    IMHO: one should never forget about the Therac 25 incident, as a reminder of the impact on society of technology.

  14. Human Error by devnullkac · · Score: 4, Insightful

    Although the mistakes were largely due to human error, buggy software also played a role.

    Not to put too fine a point on it, but buggy software is also human error.

    --
    What do you mean they cut the power? How can they cut the power, man? They're animals!
    1. Re:Human Error by CaseCrash · · Score: 1

      Although the mistakes were largely due to human error, buggy software also played a role.

      Not to put too fine a point on it, but buggy software is also human error.

      +1 Agree, whether it's a medical technician or a programmer, somebody fucked up.

      Also, every time I hear "Not to put too fine a point on it" my brain immediately starts playing Birdhouse in your soul, so thanks for that.

      --
      No, that link you posted to a web comic we've all seen a hundred times is not "obligatory."
    2. Re:Human Error by Mr.+Freeman · · Score: 1

      The difference is that it's not a human error that anyone at the end of the line can fix. The radiation tech can't go reprogram the machine to fix someone else's "human error".

      --
      -1 disagree is not a modifier for a reason. -1 troll, flaimbait, redundant, overrated are NOT acceptable substitutes.
  15. When I was young, it sounded all quite unlikely... by jgreco · · Score: 1, Funny

    "Dr. David Banner: physician; scientist. Searching for a way to tap into the hidden strengths that all humans have. Then an accidental overdose of gamma radiation alters his body chemistry. And now when David Banner grows angry or outraged, a startling metamorphosis occurs..." Apparently they misspelled "rigor morphosis." Bah.

  16. under the assumption by Oxford_Comma_Lover · · Score: 1

    Never assume about your medical professionals, at least not when it comes to surgery or cancer. Get referrals from people in the field who know what they're talking about. If you can understand it, read the relevant literature yourself and ask intelligent questions about your cancer. Well-respected surgeons can be terrible in the OR and highly-published doctors can fail to read the patient's chart. Most doctors try to do a good job--and they deserve respect for that. But if the doctor's attention isn't squarely on your case when you're in front of him, if he's not thinking about you, your options and the medical facts, if he's not up on the relevant literature... keep your eyes out for warning signs. Trust him up to a point, but get a second opinion if anything seems out of whack--and maybe otherwise. The fact is, medicine is a demanding thing to do well, and despite how hard it is to get into medical school, somehow, there's still a lot of bad medicine out there.

    Above all, be respectful. Not only is it usually deserved on one level or another, but it can make a difference in the quality of care you receive and the frankness of the answers you receive. Because medicine is a highly political field.

    Note: This is my personal opinion, and I am not a doctor, so do what you'd like; but if it were me, I'd do something like this.

    --
    -- IANAL, this isn't legal advice, and definitely isn't legal advice for you. Also, Squee!
  17. Surprise! by Renraku · · Score: 1

    Dangerous treatments are more dangerous than normal treatments, all around. For example, if someone presents with an uncomplicated infection, you prescribe them antibiotics. Let's say a five day pack of zithromax, also known as a Z-Pak. There are several ways this can be dangerous. For example, if you didn't ask them if they were allergic, they could turn out to be. Or if they didn't know they were, so they said no. Or if the pills in the pack are actually something else. Or if there's a misdiagnosis.

    A few ways to be dangerous.

    Each treatment with radiation therapy involves HUNDREDS of variables. You aren't just applying radiation to a perfectly spherical mass in the abdomen. You could be applying it to a starfish shaped glioblastoma multiforme tumor in the brain, knowing that if you miss some of it, it will just grow back and they'll die from it anyway. You could be applying it to a bone marrow tumor, but you want to save the remaining bone marrow. Each of these situations involves a radically different configuration of the machine. The difference between a treatment dose and a face melting dose is only a few notches on a knob.

    A knob that might be overlooked by a radiologist who has worked for 16 hours straight because the other one is off having a baby.

    --
    Job? I don't have time to get a job! Who will sit around and bitch about being broke and unemployed then?
    1. Re:Surprise! by jhoegl · · Score: 2, Funny

      Yes, I too blame pregnant women for overworked coworkers and thus excuse any mistake they make, including death.

    2. Re:Surprise! by Renraku · · Score: 1

      I'm just saying that there are a variety of conditions that can affect the variety of conditions that your treatment is under. Maybe your MRI was misread or mislabeled. Every step between diagnosis and treatment adds one more layer of complexity between you and the cure.

      --
      Job? I don't have time to get a job! Who will sit around and bitch about being broke and unemployed then?
    3. Re:Surprise! by sjames · · Score: 1

      Sure, but when you give the patient that Z-Pak, you probably don't reach back and hand him the first Z-Pak shaped thing your hand finds without looking. If the patient comes back tomorrow vomiting, convulsing and complaining of blue urine, you probably don't ignore him and tell him to just finish his prescription.

      The people in TFA did not receive ONE mis-treatment, they received multiple ones. In spite of evidence that something was wrong, no re-checking was done.

      Each of these situations involves a radically different configuration of the machine. The difference between a treatment dose and a face melting dose is only a few notches on a knob.

      That's why it needs to be checked and re-checked every time. That's also why a treatment plan that "can't be right" should be rejected by the software unless/until a very different and off-script verification procedure is performed. That is, not a simple "are you sure?" dialog, but a "this will probably kill the patient. If you are absolutely certain, open menu item 'certain death' and enter 'the blue fish swims in the muddy water on tuesday evening' followed by your employee ID and the employee ID of the prescribing doctor to continue".

      Yes, it is all very complex, and no amount of care is likely to eliminate 100% of mistakes, but good procedures and safeguards will reduce them greatly and in most cases reduce the consequences. For example, I don't know for sure, but it sounds like if the patients in TFA had only received ONE mis-treatment they would not have died of the treatments and would have at least had a better quality of life while their disease killed them.

  18. most of the problems aren't technical by SuperBanana · · Score: 5, Interesting

    This appears in textbooks. Problems like this shouldn't still be happening.

    They happen because the entire medical system is flawed; look at where many of the errors occurred. They had nothing to do with software. If the radiation shield/guide isn't installed, that's not the software's fault. Don't blame human problems on technical things, and don't solve human problems with technical solutions. If a nurse forgets to put a radiation shield in place, FIRE THEIR ASS.

    How flawed is the medical system in the US?

    • Doctors are trained by making them work the really shitty hours the older, more experienced doctors don't want to work- and working them to the bone (because they're paid a fixed salary, which is a pittance for the hours they're putting in) so that they're sleep-deprived. Which is know to interfere with judgment and decision-making processes. Perfect for diagnostic thinking, right?
    • Doctors can't be bothered to PRINT clearly on prescription slips, so pharmacies often fill the prescription out incorrectly, or have to call and pester the doctor- who probably doesn't remember what they wrote, and saw so many patients, that they don't remember correctly.
    • Doctors and surgeons routinely fuck up on the most basic things, like which side of the body they're operating on, often in some VERY serious, permanent operations, like amputations.
    • Doctors and nurses, time and time again, have been shown to not practice the most simple procedures for infection control, like washing their hands before/after every patient.
    • A couple of doctors in the Boston area have a)left patients on the operating table (opened up!) to run an errand at the bank b)shown up drunk or high for operations c)been beyond unprofessional to staff 'below' them (screaming, throwing things etc.)

    These are people who are some of the most highly paid people in society, who have taken an oath (which the are happy to get uppity about whenever it serves them.) When they fuck up, their malpractice insurance covers the lawsuit. And then the doctors turn around and bitch at us about how expensive it is to be a doctor, mostly because of their insane malpractice insurance.

    Did I mention that everyone goes into obscure specialties, meaning that if you want a Toe Oncologist, you can see one in a few days, but you've got to wait weeks in most major cities for a general practitioner...who just so happens to be the only person who can approve your care if you're on an HMO?

    1. Re:most of the problems aren't technical by fuzzyfuzzyfungus · · Score: 5, Insightful

      Blaming software isn't the answer(outside of specific software bugs); but blaming humans, while fun and morally satisfying, is also dubiously useful from the perspective of the system as a whole(this does not, of course, mean that you should feel any compunction about sacking egregious cases).

      For instance: The radiation shield/guide setup. Yeah, the nurse should have installed it, and she fucked up. However, it is a basic fact of humans that all of them fuck up from time to time, some more than others, and more under some conditions than others. Unless that particular nurse has an atypically bad record for forgetting, it is unlikely that firing her will improve the quality of the system as a whole very much. Instead, such safety critical systems should be designed to take human error into account. Routine use of checklists, for instance, has been demonstrated to reduce human error. Or, for the more high tech approach, the Radiotherapy machine could have a few extra sensors(RFID and optointerrupters) and the shield and guide units could be RFID tagged. If the machine does not detect the presence of the correct guides in the correct locations, it alerts the operators and refuses to provide a beam.

      Humans are flawed, often annoyingly so; but they are what we have to work with. Luckily, it is possible to systematically characterize the form of flawedness exhibited by humans(eg. limits of short and long term memory, probability of making an error on a procedure of given complexity as a function of experience, and so forth) and design systems that, as much as possible, are resistant to those errors. This requires a combination of organizational changes(eg. control of working hours, verification of nonimpairment for critical staff, enforced use of checklists and procedures, firing atypically unreliable staff) and technological changes(substitution of highly reliable barcodes/RFIDs for unreliable handwriting, automated sanity checking, marking patients before surgery, machines that refuse to operate unless their interlock conditions are met, etc.)

      Some of this is just a matter of time, some of it will piss off doctors, and some of it will probably piss off patients; but building reliable systems is possible.

    2. Re:most of the problems aren't technical by systemeng · · Score: 1

      The therac 25 incident also involved a lack of interlocks. The previous model to the therac 25 had hardware interlocks which would never have allowed the shutter to stay open the way it did in the incident. Management got rid of these interlocks as a cost cutting measure. If these guys have designed another machine with no hardware interlocks, somebody needs to get fired.

    3. Re:most of the problems aren't technical by anorlunda · · Score: 3, Interesting

      The article mentions that safeguards and procedures were ignored. Before calling for new rules, new procedures, new designs, it would be wise to force existing safeguards to be used without exception.

      Perhaps a conviction or two for negligent homicide against the doctors, nurses, administrators and vendors might get their attention.

    4. Re:most of the problems aren't technical by iamhassi · · Score: 2, Interesting

      "Unless that particular nurse has an atypically bad record for forgetting, it is unlikely that firing her will improve the quality of the system as a whole very much. Instead, such safety critical systems should be designed to take human error into account."

      Maybe prosecuting her for murder would help reduce human error? Do you think saying "humans are flawed, deal with it" helps?

      Unfortunately there is no system that can eliminate human error, and I'm sure at some point the nurse was told "make sure this shield is in place before treatments". You can put all the checklists and maintenance and safety toggles in place all day but when they ignore the checklist and safety toggles at some point you need to suck it up and start charging people with murder because firing them and sending them to another hospital to kill another patient doesn't really solve the problem does it?

      However I'd agree the system could be improved: how about requiring a second operator to double-check the machine before the treatment is delivered? Ultimately it all comes down to money, is it cheaper to just keep killing people or implement a more reliable safety system? Until it becomes more expensive to kill people then it does to create safety systems they will continue to kill patients. This is why I support huge lawsuits against doctors and hospitals, because the faster we reach that killing/safety threshold the faster we'll reach a system that saves lives instead of taking them.

      --
      my karma will be here long after I'm gone
    5. Re:most of the problems aren't technical by mjwx · · Score: 1

      Blaming software isn't the answer(outside of specific software bugs); but blaming humans, while fun and morally satisfying, is also dubiously useful from the perspective of the system as a whole(this does not, of course, mean that you should feel any compunction about sacking egregious cases).

      I think your post boils down to "blaming is not the answer".

      Humans do screw up. What's important is that when humans do make mistakes that the situation is rectified so that mistakes do not happen in the future. This means that we have to investigate what went wrong, this also means that some responsibility must also be taken but pointless finger pointing helps no-one and fails to fix the issue.

      Mistakes happen, but the same mistake should not happen twice and it's normally the blame/blame aversion culture that causes this.

      --
      Calling someone a "hater" only means you can not rationally rebut their argument.
    6. Re:most of the problems aren't technical by drinkypoo · · Score: 1

      The article mentions that safeguards and procedures were ignored. Before calling for new rules, new procedures, new designs, it would be wise to force existing safeguards to be used without exception.

      Yes, that's precisely what the GP said; he's talking about a safety interlock, which is a technical means to force the use of existing safeguards without exception. The simple truth is that a policy is not enough when human life is at stake and the technical means to avoid the problem exist. The hardware and software should cooperate to absolutely prevent workers from being able to bypass safeguards.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    7. Re:most of the problems aren't technical by Anonymous Coward · · Score: 0

      "Do you think saying "humans are flawed, deal with it" helps?"

      Yes, actually. People aren't perfect. They never will be. So mistakes will happen. No amount of checklists, lawsuits, firings or prosecutions will change this.

      So if there is a way to prevent an accident by making it harder to do it the wrong way than to do it the right way, then the machine should be designed that way (because if it can happen, it will). If a safety shield needs to be in place then the machine must not operate without it. Safety devices should be hard to override. On the other hand you should not have annoying safety devices that don't add real safety. Operator interfaces should be well thought out. Etc.

      "This is why I support huge lawsuits against doctors and hospitals, because the faster we reach that killing/safety threshold the faster we'll reach a system that saves lives instead of taking them."

      You are an idiot. Accidents are going to happen. There is nothing you can do to prevent them all. More lawsuits will mean more deaths due to less care or more deaths due to more unneeded care. In your quest to reduce deaths you will kill more people.

    8. Re:most of the problems aren't technical by fuzzyfuzzyfungus · · Score: 1

      The reason that I don't think that cracking down on the individual who happens to make the error(again, unless they are clearly negligent or malicious about it) will be of much use is the example of occupational safety.

      Among industrial workers who deal with big, self-evidently dangerous, machinery(watching an industrial punch or something forming steel should make inferring what it'll do to your hand trivial for even the thickest among us), humans still err from time to time. Even when the penalty is instant gruesome mangling, or death, people still fuck up. This is why properly designed equipment has, wherever possible, design features that make it hard to do serious damage with a small mistake.

      You do want to emphasize, and take no shit about, your safety protocol. If checklists are empirically proven to reduce errors, and some hotshot is just too perfect for boring old checklists, he gets told that he can either shape up, or be too cool for checklists somewhere else, assuming he can get hired with the nasty recommendation you'd give him. Absolutely. If you have a well designed protocol in place, failure to adhere to it is negligence, even if nothing bad happens that time, and you don't want negligent people around(the flip side of this, of course, is that whoever designs the protocol and systems has a duty to make sure that they actually work. If your system of safeguards is so onerous that workers have to bypass it to get things done, they will, and then management will have to look the other way, since they also need things to get done, and the system will fail).

    9. Re:most of the problems aren't technical by Rob+the+Bold · · Score: 1

      Did I mention that everyone goes into obscure specialties, meaning that if you want a Toe Oncologist, you can see one in a few days, but you've got to wait weeks in most major cities for a general practitioner...who just so happens to be the only person who can approve your care if you're on an HMO?

      Pay for a GP-- now usually called a Family Practitioner or General Practitioner or Internist -- sucks compared with specializing. And medical school costs the same regardless of specialty. Major financial disincentive (at least in US). You'd think the shortage of GPs would result in higher pay -- free markets and all -- but it doesn't seem to be working in the short run.

      I know what you're writing about. My wife is a first year resident in family practice. One of her responsibilities is clearing patients for surgery. Surgeons can't be counted on to even get the IV orders right, e.g. dextrose IV for a diabetic, so she has to fix those things at 3 AM. But they work their asses off so the hospitalsts don't have to be disturbed in the middle of the night.

      You can get in to a GP if you can find an in-network residency clinic. Residents have plenty of free time in clinic hours -- lots of no-shows, etc. But yeah, that's a big if.

      --
      I am not a crackpot.
    10. Re:most of the problems aren't technical by Anonymous Coward · · Score: 0

      Hassi, if all healthcare workers are as malicious as you seem to think they are, why on earth would a second operator help anymore than a checklist? After all, wouldn't that operator be just as stoned/drunk/psychopathic as the regular operator?

      Fuzzy's post is in line with what human factors and occupational safety researchers have known for years. An organizational culture that takes safety seriously, employee training, and redundancy in safety procedures go a long way toward preventing mistakes, but human error simply can never be completely mitigated. For some reason, we expect healthcare to be exempt from this fact.

      A better use of the chopping block would be to weed out employees who repeatedly introduce error (after implementing training, procedures, and having a safety-focused org culture). There are many ways of deciding this, but one that comes immediately to mind is a tally system for errors. A small safety violation would be worth one mark, a moderate violation worth two, and severe ones worth three (these would have to be defined). Note that violations would be recorded even if no one was actually hurt by the violation, and any mark would require a meeting with a supervisor. When an employee gets three marks, safety retraining that the worker's expense would be required. Five would require demotion or a decrease in pay, and six would result in automatic termination. This allows otherwise good employees who make occasional mistakes to stay with the organization, but also gets rid of careless employees fairly quickly. It also does not prevent a patient from seeking compensation for negligent care. Perfection, no. However, if all healthcare workers made only a handful of safety errors every year, we'd still see a lot of improvement.

    11. Re:most of the problems aren't technical by L4t3r4lu5 · · Score: 1

      Unfortunately there is no system that can eliminate human error, and I'm sure at some point the nurse was told "make sure this shield is in place before treatments".

      Why should the nurse be trusted with that procedural requirement? Why couldn't $vendor design their equipment with a simple toggle switch which allowed normal operation with the shield down, and sounded a buzzer (maybe a diagnostic light on the control panel?) when it wasn't locked properly? Rocket surgery it ain't.

      As usual, though, all equipment is made by the lowest bidder, and saving $0.23 on a pressure switch and and LED is worth it at the risk of getting some faces melted.

      --
      Finally had enough. Come see us over at https://soylentnews.org/
  19. Test Every Time by MBCook · · Score: 3, Interesting

    Is there some reason they aren't required to put a radiation probe of some kind on the patient for each treatment, to double check they are getting the prescribed dose?

    Wouldn't that prevent all these accidental overdoses, so the only people who suffer are people with doctors who accidentally prescribe 1000x the normal dose because they're idiots?

    Surely the savings in catching these things early and the malpractice cases that come out of it would be cheaper then when you burn giant holes in peoples chests from overdoses and don't even have the brains to realize what happened.

    --
    Comment forecast: Bits of genius surrounded by a sea of mediocrity.
    1. Re:Test Every Time by CmdrPorno · · Score: 1

      It seems logical that the machine should have some sort of sensor on it to verify the amount (and physical pattern) of radiation given. Set up like this, you could even do a test run of the treatment with no one in the room in order to be certain that it was doing what you intended.

      --
      Sent from my iPhone
    2. Re:Test Every Time by Anonymous Coward · · Score: 0

      How exactly do you think they caught the errors?

    3. Re:Test Every Time by phantomcircuit · · Score: 2

      There are detectors that signal to the operator the dosage the patient was actually exposed to. Unfortunately the 'technician' did not notice the warning on two separate occasions.

    4. Re:Test Every Time by Mr.+Freeman · · Score: 1

      It's much cheaper to settle with the families with gag orders attached.

      Gag orders should not legally be allowed in settlements. The ONLY reason they're used is to prevent justice.

      --
      -1 disagree is not a modifier for a reason. -1 troll, flaimbait, redundant, overrated are NOT acceptable substitutes.
    5. Re:Test Every Time by Anonymous Coward · · Score: 0

      There are dosimeters (TLD, mosfets, etc..) one can use to measure the surface dose. The problem is that these require time and money. More importantly, afaik, the hospital doesnt get reimbursed for these measurements except for special cases. The bigger problem here is that the continuous use of technology is making people dumber/less aware/overconfident. For instance, the reliance on record and verify systems (software that loads and records delivered treatment parameters) in radiation therapy most likely decreases the chances of an error, but when an error does occur the error takes longer to find (i.e. 3 treatments or 20 treatments instead of 1) because everyone tends to believe the R&V software.

      As for the cost-benefit-risk analysis, the article is slightly misleading without telling the total number of patients treated in their sample. I think its a safe guess that these problems occurred for less than 1% of all patients.

    6. Re:Test Every Time by joe_frisch · · Score: 1

      What surprises me is that the treatment was continued after the system appeared to be misbehaving. I work with a large (the world's largest actually), linear accelerator. We do not do medical work, but do have various radiation safety systems. When a safety system behaves in an unexpected fashion, the operators do no just "try again". The affected part of the system is shut down and the problem is investigated by experts. I have observed this in person and it appears to me that the operations staff takes this situation seriously and I believe would never proceed with beam operations if the safety systems we not operating as expected.

      I would think that medical equipment would operate under the same standards. Operators and doctors should be trained to stop work any time the system does not respond as expected. (This is very simple: if the machine is not behaving exactly as specified in the operating procedures, STOP and call an expert). The "expert" is then held responsible for the correct functioning of the machine. If it fails after he gives it the ok - the line of responsibility is very clear.

      I understand that there are serious consequences to shutting down a treatment center, but we sometimes shut down a billion-dollar accelerator center when there are questions about safety equipment. We of course keep experts on call so that any issues can be resolved quickly.

      Disclaimer - I work at SLAC and represent what I have observed to the best of my ability, but I am not an official spokesman for the lab and am not directly involved in safety oversight.

    7. Re:Test Every Time by MBCook · · Score: 1

      I realize these errors are rare, but I would think it would still be more cost effective to test every time.

      • When the patient claims that they got overdosed and they didn't, you'd have two separate measurements showing they were wrong, on top of whatever other medical evidence you might have (i.e. lack of burns). That could save you money.
      • When they do get overdosed, you know exactly how much. You know if it's by a small margin (maybe 2x) or a large one (100x). You can make the appropriate treatments. They patient might not even realize something went wrong, but if it did you know what happened and your safety systems caught it.

      Surely that would cost less than the settlement when you overdose someone by a large margin 3 times and get dragged into court. Studies have even shown that when doctors are proactive about this kind of stuff and tell patients what's going on they are less likely to sue.

      It seems like the increased cost would pay for themselves.

      If you're deciding a malpractice case, which one sounds better. "We caught the error and treated immediately, she had slight burns" or "Something went wrong but we didn't know the extent until his skin was sloughing off, he'll be in pain for the rest of his life"?

      --
      Comment forecast: Bits of genius surrounded by a sea of mediocrity.
    8. Re:Test Every Time by afxgrin · · Score: 1

      You too can own your own Electronic Personal Dosimeter for the low low price of $900. Good luck putting it inside your body where the tumour they're going to give a radiation dose is located. I think it just might get in the way of the beam then.

      But yeah - as phantomcircuit mentioned - the detectors were ignored.

    9. Re:Test Every Time by Ihlosi · · Score: 1
      I understand that there are serious consequences to shutting down a treatment center,

      Yes, like, um, people dying from cancer that could have been saved by being treated in time. Damned if you do, damned if you don't.

      but we sometimes shut down a billion-dollar accelerator center when there are questions about safety equipment.

      How many people die if your accelerator center is shut down?

    10. Re:Test Every Time by sourcerror · · Score: 1

      Just build a few extra treatment center, after it's just a QUESTION OF MONEY.

    11. Re:Test Every Time by kauttapiste · · Score: 1

      Technology you are referring to is known as Portal Dosimetry. In many hospitals it is required for all IMRT treatments. The simple fact however is that it takes time and as there are more patients to be treated than machines available, you won't be able to verify it for each session the patient comes in to (a typical session would be from 15 to 30 mins).

  20. Therac had a similar failure mode on PDP-11 by argent · · Score: 1

    I don't know what Varian uses, but the Therac incident involved an embedded PDP-11, probably running RT-11 or RSX-11.

    Purely for trivia fans: RSX-11 was Dave Cutler's first OS, followed by VMS and NT.

  21. Response to the "problems." by neapolitan · · Score: 3, Informative

    Ok, I'm responding to a troll, I know. But here goes. The post has a core of truth, but like all Slashdot-postings the "It's so simple I could just figure it out and do better" high-school naivety predominates.

    >Doctors and surgeons routinely **** up on the most basic things, like which side of the body they're operating on, often in some VERY serious, permanent operations, like amputations.

      - I have done thousands of operations and never a wrong-side operation. It is something that is taken *extremely* seriously, and we have at least three checks that guard against this. With over a billion procedures done per year, yes, there will be many that make the news, not unlike planes taking off on the wrong runway, etc., etc.

    >Doctors and nurses, time and time again, have been shown to not practice the most simple procedures for infection control, like washing their hands before/after every patient.

      - True again to a small degree, but everybody at my hospital does this. It probably could make a bit of difference if done nationwide, but again, this is taken extremely seriously.

    >A couple of doctors in the Boston area have a)left patients on the operating table (opened up!) to run an errand at the bank b)shown up drunk or high for operations c)been beyond unprofessional to staff 'below' them (screaming, throwing things etc.)

      - a) I was a resident at the very same major hospital when this happened. I know the inside story, and it was nowhere near as simple as it sounds.
      - b) ?? The MD would be promptly fired. I don't understand what kind of life you imagine we lead.
      - c) Yes, I agree this is a problem. This is a very big problem that the medical "culture" has some deficiency with. Equally bad is an antagonistic attitude by people "below" the MD who try to passive-aggressively sabotage things or "protect the patient" by alienating the rest of the staff. We need to work as a team, and at my hospital I strive to make sure that is always done.

    > When the *** up, the malpractice covers the lawsuit.

    Again, you have some sort of "fantasy" about M.D.s that is not remotely grounded. I'm guessing you wanted to go to med school and never had the wherewithal to go through with it? Or maybe had some unfortunate experiences as a patient?
      - Nobody, NOBODY wants to get sued. The idea that we just sit in a lounge and make patients wait, etc., is pure nonsense. I work my a$$ off every day, and my friends with similar education and ethic get paid twice what I do. I am far from "among the most highly paid in society."

    If you want a realistic sense of what may go on during a suit, read this piece:
    http://www.nytimes.com/2009/12/29/health/views/29case.html?_r=1

    --
    Slashdotter, ID #101. UIDs are in binary, right?
    1. Re:Response to the "problems." by iamhassi · · Score: 4, Informative

      Ok I'm wasting my mod points to respond to this because it needs a response. If you are truly in the medical field and work your a$$ off every day then you should be excited every time you hear a doctor is being sued for malpractice. We need to get rid of bad doctors. These patients are people, living breathing people, not cars that will be scrapped someday or can be replaced for a few grand. There is no excuse for mistakes. Equipment that can kill or maim should be double and triple checked. The nytimes article had an example of a women that was overdosed for 27 days. 27 days! There is no excuse for that.

      Now I understand the nytimes article you posted about a lawsuit where supposedly the doctor did no wrong but lost his practice anyway, there are families that will sue doctors no matter how excellent the care was, but you can't have it both ways, you can't have a perfect system where only the bad are punished and the good are rewarded. Like the saying goes, "If you want to make omelets, you have to crack a few eggs"

      I hope to god these doctors and hospitals were sued into non-existence. "Oops, my bad" works when you spilled the milk, not when you killed someone.

      --
      my karma will be here long after I'm gone
    2. Re:Response to the "problems." by Anonymous Coward · · Score: 0

      So what was the inside story?

    3. Re:Response to the "problems." by tomhath · · Score: 1

      Get rid of bad doctors? Yes. Expect the rest of them to be 100% perfect across millions or billions of procedures a year? Unrealistic.

      First and foremost a patient has to be responsible for their own care. If you think something might be wrong, speak up! If you don't trust your doctor, find someone else! If you think you'll get better care in another country, don't hit yourself with the door on the way out!

    4. Re:Response to the "problems." by Comatose51 · · Score: 1

      I can almost feel your frustration at being an expert in a crowd of Slashdot self-appointed experts. Thanks for the post and insights.

      --
      EvilCON - Made Famous by /.
    5. Re:Response to the "problems." by chooks · · Score: 1

      As sibling poster pointed out, the concept of "getting rid of bad doctors" is simplistic. For reference, see the Institute of Medicine Report To Err is Human. One salient quote from the report brief:

      One of the report's main conclusions is that the majority of medical errors do not result from individual recklessness or the actions of a particular group--this is not a "bad apple" problem. More commonly, errors are caused by faulty systems, processes, and conditions that lead people to make mistakes or fail to prevent them.

      In your example above with the wrong dosing, don't forget that there is a chain of people that that dose goes through -- e.g. the pharmacist, the nurse, etc...It is their jobs as well to question medication. In fact, nurses will state that if a wrong medication is given, then they are liable for it, even if the doctor ordered it (this is anecdotal, I do not know exact policies and procedures around this). Of course, people will argue that if nurses question a doctor they will never win. And while this argument is appealing to our preconceived notions of power structures and roles, the reality is different and there are procedures to escalate issues such as this. Again, this is to underscore that medical errors are mostly due multiple failures in the system or deficiencies in the system itself. Let's face it -- to expect perfection from one person (a doctor, a priest, the president, you name it) is unreasonable at best and irrational at worst.

      --
      -- The Genesis project? What's that?
    6. Re:Response to the "problems." by Anonymous Coward · · Score: 0

      If you think something might be wrong, speak up!

      That is, unless you're not currently conscious.

    7. Re:Response to the "problems." by moosesocks · · Score: 1

      The nytimes article had an example of a women that was overdosed for 27 days. 27 days! There is no excuse for that.

      Admittedly, I haven't read TFA, but if the doctor/staff were following the correct procedure, and there were no obvious signs of an overdose, I'd say there's a damn good excuse for it -- the people who wrote the faulty procedures and/or manufactured faulty hardware are to blame. This is exactly what happened in the Therac-25 incidents -- the machines would deliver a different dosage compared to what was entered at the console, and the operator didn't notice until it was too late.

      That all said, I'm shocked that patients aren't required to wear dosimeters calibrated to just above their maximum prescribed dose. Seems like a fairly low-tech and obvious way to catch overdoses as soon as they happen.

      --
      -- If you try to fail and succeed, which have you done? - Uli's moose
    8. Re:Response to the "problems." by Anonymous Coward · · Score: 0

      you are showing your complete cluelessness in how things work. Read what he said, they do like a billion procedures every year, much like flights. It is impossible to completely eliminate human and machine error. In fact, the success rate achieved in such a stressed field is more surprising if anything. Also, "overdose for 27 days" means, they made a mistake in the prescription or plan, radiotherapy is often given in 20, 30, 40 sessions, so depending on the kind of mistake, it can be at each instance, it is not like they are making the same mistake 27 times you dumb fuck. Also, I concur with what the doctor guy said (I work in radiotherapy as a physicist). The vast mjority of these people work in understaffed, underfunded environments working their ass off to stem the ever increasing tide of patients and demands placed on them. Yes, I am sure there are inefficiencies and bad people in there, like any job, but lets quit with the fucking stupid slashdot crap that you all know what the fuck you are talking about after reading 1 article. Finally an article about a field I am trained in and I can now see the light, which makes me wonder if every article here is just filled with twats who think they "know it all" based on one page of information and can solve complex problems that are I'm afraid, just not that simple.

    9. Re:Response to the "problems." by Anonymous Coward · · Score: 0

      Almost every doctor has or will make a mistake at some point. In fact, at most hospitals, they meet weekly to discuss and examine their mistakes (Morbidity and Mortality Conference). It's unrealistic to expect doctors to constantly learn new procedures with new equipment and never make a mistake.

      If you get a chance, pick up a copy of "Complications: A Surgeon's Notes on an Imperfect Science" by Atul Gawande.

    10. Re:Response to the "problems." by CmdrPorno · · Score: 1

      For those who may be interested, here's a report from the Boston Globe on the rise and fall of Dr. David Arndt, the doctor who abandoned a patient on the operating table to go to the bank:

      http://www.boston.com/news/globe/magazine/articles/2004/03/21/what_went_wrong/

      --
      Sent from my iPhone
  22. shocker by Anonymous Coward · · Score: 0

    orly?

  23. How much do you pay the techs? by Gothmolly · · Score: 0, Flamebait

    So you take a wave motion gun, and give it to some techs who make $15 an hour, and are union, and you expect them to care where it's pointing?

    --
    I want to delete my account but Slashdot doesn't allow it.
    1. Re:How much do you pay the techs? by Jaime2 · · Score: 0, Flamebait

      No, we take a potentially lethal device, and give it to some techs who make $15 an hour, and are union. If they kill anybody, we find out about it years later through some data mining, write a report, and send them to jail. That is more effective than doubling their salary and hoping that they are now less distracted due to the reduced financial pressure in their lives. Higher pay is for people who are hard to replace, not for people who just happen to be in a gateway position.

  24. The problem here. by DavidTC · · Score: 4, Insightful

    While, as nerds, everyone here leaps to 'computer error'(And everyone mentions that Therac-25 disaster we all learned about in comp sci 101.), computers aren't really responsible for a brain cancer patient getting treatment for breast cancer.

    A computer might say where to aim the machine, but someone who was even slightly familiar with the case would say 'Um...the breasts? No, that can't be right.'.

    What is responsible is the constant reduction in the amount of staff at medical facilities, and consequently, the inability for any actual checking or familiarity with patients.

    Read the horrific description of what happened to Jerome-Parks, please notice that it was people trying program crashing machines, machines that were obviously screwed up, and no one bothering to actually look at the result. And then doing it twice more because no one bothered to look into the obvious mistake.

    Essentially, the problem here isn't the Therac-25 one, where a shitty user interface resulted in the screen saying one thing and doing another. Note that in every described situation, the machine clearly described what it was doing. It wasn't 'doing something else besides what it said', it was doing what it had, incorrectly, been told to do. It said it was doing it, it did it. The machine worked perfectly.

    It is equivalent of being a newspaper reporter, and Word crashes while I save my article...but I submit it anyway, and the front page of the newspaper is filled with gibberish. You know whose fault that is? Sure as hell not Word. It's my fault, it's the editor's fault, it's the guy doing the final check before the print run. If I were to claim the solution to this constantly happening was 'crash-proof software', I'd get laughed out of society.

    Oh, but newspapers actually, you know, pay people to check that before spending thousands of dollars doing a print run. If only someone's life was worth more than that.

    Yes, we can argue the machine should have fail safes to stop them from working in obvious stupid situations, but this just stops obviously stupid situations, and only overdoses. What is that is a perfectly reasonable dose...aimed at entirely the wrong spot, for someone with an entire different type of cancer?What if it's 100x what you should be getting, but still within the bounds of reasonable for certain extreme types of cancer? What if that is, in fact, practically no dose at all, so you die of a fucking treatable cancer because you got not treatment?

    More to the point, why are we worried about this, when drug errors kill ten thousand times as many people? (Because machines often do have failsafes, unlike prescriptions.)

    If only we had a system where all the money wasn't sucked out of the system by insurance companies, one where we actually paid to have competent medical staff who could actually watch what was going on, instead of spending ten damn seconds a patient.

    --
    If corporations are people, aren't stockholders guilty of slavery?
  25. Yeah, I know. by gbutler69 · · Score: 5, Interesting

    These "Highly Trained Morons" are working on killing my wife. She went in for a Hysterectomy and ended up with her ureter sutured or cauterized shut resulting in her kidney backing up and shutting down. Now she has a tube out her back to keep her kidney alive and in a few weeks they'll go in an cut her ureter above the blockage and reattach it to her bladder. All for the low, low, price of $$$$$$$$$$$$. Meanwhile, the nursing staff and E/R staff have done everything in their power to see how much additional damage they can do. No one has any common sense or care that I can see. I'm fit to be tied!

    --
    Over-the-top Response Guy! Giving "Over-the-Top Responses" since 1970.
    1. Re:Yeah, I know. by MobileTatsu-NJG · · Score: 1

      I wish you both the best.

      --

      "I like to lick butts!" by MobileTatsu-NJG (#32700246) (Score:5, Informative)

    2. Re:Yeah, I know. by w0tan · · Score: 1

      So glad you have it all figured out. Who cares that some third world affirmative action hires are bugling their way into organ failure and negligent deaths. Not your problem, let the 'gubmint' sort it all out right? Big brother knows best. Better yet, if you can take yourself away from your marxist ivory tower for a moment, how about you put your money where your mouth is and give up one of your kidneys to someone who needs it. Maybe like this poor mans Wife. Then again it's tough to actually care about someone or something in the real world, and still live in the world frankfurt school style delusion. I see why you abdicate your duty to Big Brother: it costs you nothing to get you fix of self righteous delusion.

    3. Re:Yeah, I know. by Anonymous Coward · · Score: 0

      You're very deluded if you think the US healthcare system would pay for that.

    4. Re:Yeah, I know. by ffreeloader · · Score: 1

      I wish you and your wife the best. I know from personal experience just how badly the businessmen, err, I mean doctors, in this country can screw up. My wife and I have both spent many thousands of dollars due to businessmen posing as doctors making mistakes due to arrogance and just flat out not caring for anything but the money they make.

      It's difficult to find a competent, caring doctor these days.

      --
      "while democracy seeks equality in liberty, socialism seeks equality in restraint and servitude." de Tocqueville
    5. Re:Yeah, I know. by OldEarthResident · · Score: 1
      You have my sympathy.

      Here in NHS land, I have found the NHS to be good when faced with known conditions (especially when it's associated with one of the many targets they use internally), but they are far less impressive when faced with unusual symptoms.

      I hope your wife gets well again.

      --
      I have a unusual vision problem which the NHS has failed to diagnose. Can you help? More at failedbythenhs.blogspot.com
    6. Re:Yeah, I know. by Rob+the+Bold · · Score: 4, Insightful

      These "Highly Trained Morons" are working on killing my wife. She went in for a Hysterectomy and ended up with her ureter sutured or cauterized shut resulting in her kidney backing up and shutting down. Now she has a tube out her back to keep her kidney alive and in a few weeks they'll go in an cut her ureter above the blockage and reattach it to her bladder. All for the low, low, price of $$$$$$$$$$$$. Meanwhile, the nursing staff and E/R staff have done everything in their power to see how much additional damage they can do. No one has any common sense or care that I can see. I'm fit to be tied!

      If you survive a hospital stay for anything serious, it's either luck or because you had reasonably intelligent friends and family looking out for you the whole time. Heaven help anyone without such a network of support. It helps if they're taking notes -- keeping their own charts, as it were. Twist all the arms you can, call in all your chips, and good luck.

      --
      I am not a crackpot.
    7. Re:Yeah, I know. by ScrewMaster · · Score: 1

      And if the US adopted a socialised healthcare service, you wouldn't have had to pay a thing.

      The U.S. already has a socialized medical system. It's called "insurance companies". What ... you don't think the idea of everyone paying into the kitty and taking out when in need is socialist? Well, it is, and there's nothing intrinsically wrong with that. The problem is more one of implementation than principle: our system is very inefficient at converting health care dollars into actual health care, because there are too many middlemen picking off a share of our money. I mean, between the profit margins of the insurance companies themselves, the hospitals and clinics, doctors and support personnel and, of course, the manufacturers and suppliers of drugs, medical equipment and other products it's a wonder we get any care at all. Unfortunately, that's always going to be an issue when attempting to implement a socialized system at any level when dealing with a self-serving bureaucracy and an even more corrupt private sector. Remember, no matter what laws and regulatory burdens you impose, it is private sector organizations that actually provide the medical goods and services that we consume. It's been demonstrated rather conclusively that, given the disconnect between the cost of insurance-company-supplied medical care, and our ability to pay for it, said suppliers can and will charge whatever the hell they want.

      Formally socializing health care under the auspices of the Federal Government will do nothing to change the underlying dishonesty that pervades the entire system. Does socialized medicine work well for other countries? Certainly it does, but that means nothing whatsoever when placed in the context of the United States' overarching central government. I agree, some nations can trust their bureaucrats, but we would be fools to do the same.

      --
      The higher the technology, the sharper that two-edged sword.
    8. Re:Yeah, I know. by ScrewMaster · · Score: 1

      Whilst I sympathise, you're being rather melodramatic.

      And you, my friend, are being remarkably unsympathetic. Having taken a similar sojourn through the American medical system with my father some years ago, and having dealt with the same level of near-lethal incompetence, believe me Mr. GButler69 is not being melodramatic. You have to watch your step when subjecting yourself to hospital care, especially if it involves any significant procedures. There's a lot of different ways to get screwed if you don't pay attention.

      I would always look over the various agreements they want you to sign before surgery, and make specific edits. For example, I would strike out and initial any line on the order of "... to be performed by Dr. xxxx or his assigns." Sorry doctor, you're the one I picked because of your experience, and you don't get to toss in a less-competent substitute while you hit the golf course. If you can't make it for some reason, we expect you to re-schedule.

      --
      The higher the technology, the sharper that two-edged sword.
    9. Re:Yeah, I know. by OrangeCatholic · · Score: 1

      >there are too many middlemen picking off a share of our money.

      Right. In order to understand U.S. healthcare, you have to consider all of the premiums paid into insurance as "profit." Why? Because that money is discretionary.

      When an insurance company pays out $X for surgery, that's a hospital's profit. When they pay out $Y for drugs, that's a drug company's profit.

      Sure, it might not be the insurance company's profit, but it's somebody's profit. That aspect of the argument is ill-served when insurance companies come out and say, oh, well we only make 10% profit. What about doctors? That's a high-paying profession last I checked.

    10. Re:Yeah, I know. by pydev · · Score: 1

      I'm sorry about your wife and I hope she's going to be OK. However, medicine and surgery are not risk free: there's a good chance that you're going to come out the hospital worse than when you went in. That's because no human activity is without error. Unless there's clear negligence or malice on the part of the doctor, it's unavoidable that accidents happen.

    11. Re:Yeah, I know. by Anonymous Coward · · Score: 1, Informative

      Damage to the ureter and kidneys is a common complication in hysterectomies. You were almost certainly told of the possibility in the consent forms. It happens not because doctors are evil or incompetent, but because surgery is difficult.

      It sounds to me they are doing exactly what they need to be doing in this case: they caught the problem early and they are trying to repair it.

      Your cynicism and attitude are only making things worse. Work with the staff, be nice, and her chances of a good outcome will go up.

    12. Re:Yeah, I know. by vtcodger · · Score: 1

      ***However, medicine and surgery are not risk free***

      Well, yeah. Of course. But most of us would prefer that the risks be unavoidable. This fiasco sounds like it was at least somewhat avoidable with the application of a modest amount of discipline.

      --
      You can't see ANYTHING from a car, You've got to get out of the goddamned contraption and walk...Edward Abbey
    13. Re:Yeah, I know. by nbauman · · Score: 1

      This fiasco sounds like it was at least somewhat avoidable with the application of a modest amount of discipline.

      You have no idea whether it was a fiasco or an unavoidable consequence of surgery. Why was she getting a hysterectomy? What were her coexisting conditions? You don't know, and none of us know, because butler69 didn't tell us.

      Nobody is going to improve the health care system by making wild, unsupported accusations.

    14. Re:Yeah, I know. by nbauman · · Score: 1

      Mod parent up.

      People here are speculating, and don't know the facts, because Butler69 didn't tell us the facts.

      Of course it's understandable that somebody would be upset and angry and make wild accusations after his wife got injured, but the rest of us don't have to join in.

    15. Re:Yeah, I know. by Jbcarpen · · Score: 1

      And when was the last time you checked just how damn hard it is to become a doctor? Of course they're going to get paid well.

      --
      GENERATION 667: The first time you see this, copy it into your sig on any forum and add 1 to the generation
    16. Re:Yeah, I know. by Anonymous Coward · · Score: 0

      I thought these things only happen in Romania. I mean, the part related to surviving in hospital.

      I remember I went in for a dental X-ray and when I asked "ok, is there any problem if I expose to this crap several times in a short period ?" the technician said, "well, you can opt not to do it, if you prefer".

      Mircea.

    17. Re:Yeah, I know. by pydev · · Score: 2, Informative

      This fiasco sounds like it was at least somewhat avoidable with the application of a modest amount of discipline.

      Do you have the slightest idea what a hysterectomy entails?

      Damage to the ureter and kidneys is a common complication for hysterectomies. This clinic at least caught it in time and looks like they are on top of it.

      It's attitudes like yours that cause health care costs to spiral out of control. I'm sorry, but medicine can't fix everything, and major surgery has a significant chance of killing you.

    18. Re:Yeah, I know. by elnyka · · Score: 1

      Whilst I sympathise, you're being rather melodramatic.

      People survive perfectly well on one kidney.

      Yeah, what a fucking consolation for someone who's having a loved one one hair away from death from a botched operation, you stupid animal.

      And if the US adopted a socialised healthcare service, you wouldn't have had to pay a thing.

      How long were you waiting for an opportunity to state that opinion? And you have to do it like that, in response to someone's post stating a real-life-and-death situation? What a fucking classless moron.

    19. Re:Yeah, I know. by Anonymous Coward · · Score: 0

      Agreed. My mother went in for a procedure that required a stay of a few days, and I don't know how many times I told the doctors, nurses, etc., that she needed her anti-rejection meds rather immediately after the surgery. They all gave me "ok, sure" looks. I had to smuggle the meds in, while at the same time her regular doctor (who monitored the transplant for the last 10 years) was calling up the hospital trying to get her meds also. Fortunately, one of the people working in the hospital pharmacy was a former student of my moms and ended up getting everything she needed properly. Unless you stay on top of these people, its amazing how poorly you are handled.

    20. Re:Yeah, I know. by wwfarch · · Score: 1

      It may be damn hard to become a doctor but the pay wouldn't be nearly as high if the number of doctors weren't so tightly controlled

    21. Re:Yeah, I know. by CompMD · · Score: 1

      I wish both of you the best and a speedy recovery to your wife. My brother had an appendectomy that the doctor screwed up a few years ago. The doctor ended up stitching up some major nerves and damaged them. The nerve damage led to near constant intense pain in his lower abdomen and reduced heart function. Thankfully he was on our parents' insurance, and our father works for the government, thus had excellent coverage. We've fought like hell for him, even getting him into the Mayo Clinic. That was when I realized how much having family and good people around can help. Even though we didn't get all the answers we needed at Mayo, the experience of family and doctors banding together to help was a major turning point and improved my brother's morale incredibly. His heart has improved with treatment now, but there are still days of excruciating pain when even the morphine doesn't help.

      The bottom line is you have to fight. As someone who has been a professional in two fields, I have respect for the field of medicine. In general, I have respect for doctors. But I don't have ANY respect for any professional who doesn't admit their mistakes and causes people to suffer because of them. The only way to deal with those people is to fight, and fight hard. Its not a pleasant experience, but you've made it this far, you have to keep going. Know that right now things may be tight and costs may be high, but some malpractice insurance company and a good lawyer or too can help with that. Good luck to you both.

  26. In Other News by DynaSoar · · Score: 1

    Two fatalities? In 8 years? And we are talking about rather intensive procedures for which informed consent is obtained either directly or by proxy?

    If we're going to stick to a medical scene, how many fatalities due to surgical 'mistakes' occurred? Drug related accidents too. Either makes the 'two' look like Disney material.

    During the same period NTSB general aviation (ie not commercial airlines) reports show 181 incidents, 147 accidents, 109 fatalities in the US.

    For commercial accidents and fatalities, go world wide and enjoy http://en.wikipedia.org/wiki/List_of_accidents_and_incidents_involving_commercial_aircraft Feel free to discount the Sept 11 2001 entry as a statistical outlier. Take a calculator.

    What I'd like to see is some in depth journalism investigation (a subset of investigative journalism) to determine how many accident fatalities due to inaccurate reporting of weather/road/building/etc conditions, suicides due to news reports detrimental to the victim, suicides among employees, and covert/extended suicide by employees via such as alcoholism occurred due to the NYT. And when the count is in, maybe a comparison about how hard it is to run a newspaper vs. running a linear accelerator based medical radiation system. And before you go counting how many people each takes, consider how much of the operation of the latter is automated and how many people it would take to do it without the automation.

    --
    "I may be synthetic, but I'm not stupid." -- Bishop 341-B
  27. Some buggy rad software comes from cheap companies by DaneM · · Score: 4, Interesting

    I have a friend who recently was laid off from a smallish Fresno, CA-based company (I think it was Fresno...) that makes computers and software for radiation dosing and administration. Apparently, the owner of the company bought it from the previous owner, who in turn had purchased it from the original owner. The original owner sold it some 20 years ago, and in the shuffle of ownership, all of the people who actually wrote the original code (which was buggy to begin with) were lost. So, for the last 20 years or so, the company has been trying to "band-aide" software that they don't really understand themselves. Essentially they were one of the first companies to come up with software for the treatment of radiation, but due to bad ownership and terrible business decisions (such as firing all the employees that know what they're doing, because it costs them too much in payroll), they've basically been relegated to servicing poor hospitals and nations who can't afford anything better. Personally, if I were to get radiation treatments, knowing what I've heard from an inside source, I'd very much want to research the companies that make the software and hardware that I'll be at the mercy of. That, and not go to a poor hospital that can't afford the good stuff. $0.02 Cheers!

  28. It happens from time to time. by jimicus · · Score: 4, Informative

    My wife is a therapeutic radiographer - not that this means I'm qualified to understand it, but it does mean I hear of some of the incidents.

    Radiation therapy is potentially dangerous. So is all cancer treatment - the reason we use it is because it's a sight less dangerous than letting nature take its course. The main solution is a combination of two things:

    • Machinery which won't let you make the most obvious screwups like putting an extra zero into the dosage.
    • Processes which involve double and triple checking every step of the way. These processes are followed religiously.

    However, neither of these are foolproof. The machinery has to be calibrated - it doesn't magically give out the correct dose when told to when it leaves the factory. Calibration errors have caused people to receive much higher doses than intended - and usually the first you hear about it is when a patient complains of significantly worse side effects than you were expecting significantly earlier. Other times patient errors have very nearly resulted in the wrong treatment altogether.

    Patient errors? Yep, it can happen. Two patients with a similar name in the waiting room, the next patient is called for and the wrong person gets up. You're supposed to check the patients' date of birth every time but a lot of people seem to lapse into just nodding and agreeing with everything the person in uniform says, so if the patient is asked "Is your date of birth 1st March 1960?" (rather than "Can you confirm your date of birth for me please?"), they just mindlessly agree. My wife's suggestion to help reduce this risk was that photographs of patients be taken on their first treatment and kept with their records - frankly, the only amazing thing about this is it was 2009 when it was made and it wasn't standard practise.

    Paradoxically, one of the ways errors are dealt with is to instigate a firm "no blame" policy. The reason for this is so people aren't tempted to try and cover up errors.

  29. Melodramatic? by gbutler69 · · Score: 3, Insightful

    People survive just fine with one arm? People survive just fine that are blind? People survive just fine who can't hear? People survive just fine with a permanent colostomy bag? People survive just fine with their tongue cut out? People survive just fine with one leg? People survive just fine with their face melted off with acid or burned off in fire? People survive just fine with their testicles mistakenly removed? People survive just fine with their dick cut off? People survive just fine without a bladder of any sorts?

    You're welcome to accept any of these conditions any time you want jack-ass!

    --
    Over-the-top Response Guy! Giving "Over-the-Top Responses" since 1970.
    1. Re:Melodramatic? by Dahan · · Score: 0, Troll

      Wow, you're quite the douche. People do not experience a reduction in their quality of life with one kidney. All the things you mention do impact quality of life.

      And yes, I'd certainly donate a kidney to a loved one if they needed it.

    2. Re:Melodramatic? by sourcerror · · Score: 1

      "People do not experience a reduction in their quality of life with one kidney. " They do. Their strength and stamina will be decreased.

    3. Re:Melodramatic? by L4t3r4lu5 · · Score: 1

      Plus, it takes twice as long to pee.

      BIOLOGY FAIL.

      --
      Finally had enough. Come see us over at https://soylentnews.org/
  30. Anecdotes, here and there by Anonymous Coward · · Score: 0

    I'm not the GP, but... It is great that you (claim to) have high moral standards. It really is. But that most certainly isn't the case for all the doctors and based on my experience, I would claim that it might not even be the case with most doctors.

    I personally have breathing problems. I can't give you the diagnose as I have never been diagnosed with anything. All I know is that I occasionally have great difficulties breathing and get exhausted easily. It's not about me being in bad shape either (I'm not athletic, but I'm 20 years old male with no extra weight. I shouldn't get exhausted from simply speaking). Breathing problems are a terrible thing to have: They affect your life, your mood, keep you up at nights, etc... Especially when you don't know why you have those.

    I have seen doctors because of this. Many doctors. About a dozen, before I just gave up. None of them implied that these might be just in my head or anything like that (though perhaps two of them asked if I had stress, etc.) but most simply don't care enough to examine their patients that well. If it is some simple disease or infection that can be quickly diagnosed and treated, great. If it is something chronic? You are out of luck. Most doctors seem to care only about the current visit: If you go there, complain about breathing problems and they find nothing, they say "Okay, it's probably nothing to worry about." without caring about the fact that it's the 10th time you've felt like you really need to see the doctor about the problem.

    Eventually I found a doctor that was willing to send me to tests about asthma and x-ray my lungs. The day I was x-rayed I had breathing problems again and the doctor also thought that it seemed as if I had some liquid in my lungs. She sent me to ultrasound to be sure but they found nothing (that day I also had no breathing problems) so that was it then, no diagnose again. At that point I just gave up even trying and decided to live with it.

  31. I hear ya brother. by gbutler69 · · Score: 1

    I have a very similar problem. Chronic issues with breathing and nasal irritaion and pain. Stomach irritation and pain. Nothing seems to help. I had severe Asthma as a kid, so was diagnosed. Used to be highly allergic to just about everything. Supposedly, I outgrew those allergies, but, really all I did was outgrow such a strong reaction to them that I'd need to be hospitalized and put on oxygen or die. Now, everything is just pain and struggle to breather, but, hey, I'm alive. I should be thankful, right? Doctors don't know anything to help me. I gave up. It's not really their fault, they just don't really know that much about these kinds of conditions period. It sucks. But, it's noones fault.

    Wish I had some answers for you. Maybe, since you are so young, that soon they'll figure some of these issues out and you won't have to live for 40 years with this problem. Here's hoping.

    --
    Over-the-top Response Guy! Giving "Over-the-Top Responses" since 1970.
  32. Dont worry! Iradiation a day keeps the doctor away by trickyrickb · · Score: 0

    or at least at a safe distance

  33. As a cancer patient in 89 by gelfling · · Score: 1

    I had the radiation oncologist review the status of every single treatment with me face to face 41 times.

  34. Lawsuits are a very dull edge by neapolitan · · Score: 2, Interesting

    Again, ridiculously simplistic analysis.

    >you should be excited every time you hear a doctor is being sued for malpractice.

    You have got to be kidding; that statement is simply ludicrous. I don't engage in some sort of weird schadenfreude when somebody gets sued, even if it were somewhat legitimate. Medical school is relatively difficult to enter, selects for the most driven people, and is a long process where several dozen people work with you and gauge your progress and abilities. *OF COURSE* bad doctors need to be stopped, just like "bad pilots" or "bad computer programmers." Indeed, a lawsuit is one of many ways, in fact a poorly targeted way, of doing this. There are many other options including board registration, hospital credentialing, and outcomes monitoring. Life is not black and white.

    The second paragraph of your post makes little sense. Can't have it both ways? Are you advocating ruining the career of good physicians in the hope of catching bad ones with a broad net? I am not advocating increased lawsuits, as the *vast majority* of them are groundless. That is not an opinion.

    And yes, I am a doctor. You can check my long posting history for a bit of confirmation or at least support.

    --
    Slashdotter, ID #101. UIDs are in binary, right?
    1. Re:Lawsuits are a very dull edge by bussdriver · · Score: 1

      lots of checklists will cut down on mistakes at all levels.

      There is a recent book on this; i forget the name. the results are huge i think it was 46% decrease in post op complications or something like that. (this isn't my topic of interest) Everybody has a bad day, a checklist is constant. I can't believe this wasn't common practice already (until that book.) It made so much sense for me when I was flight training... big planes are complex and 1 mistake out of order can be hard to fix in time.

      Simple solution; not absolute, but it helps

    2. Re:Lawsuits are a very dull edge by gbutler69 · · Score: 0, Flamebait

      I am not advocating increased lawsuits, as the *vast majority* of them are groundless.

      Says who? Citation Please?

      What makes a lawsuite groundless? Because you say so? Because you feel that what you do is so difficult that you shouldn't be held responsible for mistakes? What is a legitimate lawsuit? Deliberate? Deliberate is criminal in my book. Accidental? When I get in a car Accident, say, I was going a little too fast for the conditions, like black ice on the road (maybe I was even doing the speed limit or less), and I lost control of my car and plow into an intersection and kill a pedestrian in the cross-walk. It was an accident. It wasn't deliberate. It was unforeseeable. Nevertheless, me and my insurance will be sued and I and/or my insurance will pay and rightfully so. Do you not agree? So, explain to me what makes the *vast majority* of medical lawsuits groundless. I'd really like to hear this one!

      --
      Over-the-top Response Guy! Giving "Over-the-Top Responses" since 1970.
  35. Happened to me in '82. by Wyatt+Earp · · Score: 2, Interesting

    Had radiation go wide during a 6 day cycle, radiation burns and good times. It was picked up the following cycle and "adjusted" for.

    1. Re:Happened to me in '82. by maxrate · · Score: 1

      I'm truly sorry that happened to you. Reading this article made me feel incredibly horrible for anyone negatively affected due to computer malfunction and/or operator error. I hope you are well.

  36. I had radiation therapy... by rbanzai · · Score: 4, Funny

    ... and stuff like this makes me anxious. I had 30+ zaps to my leg. Initially there was a rather involved simulation to precisely aim the beam. They made a mold to hold my leg in place for the treatments and tattooed targeting dots on my leg.

    They screwed up. It was completely bungled and part of the beam was aimed to go right down the side of my leg, frying the top layer of skin. Within a couple of treatments they adjusted it and just used sharpies to make new targeting dots.

    One day I was lying on the table with my balls in the lead sphere to protect them when over the PA I heard the old Windows error sound. Scared the crap out of me until they told me they only used Windows for their scheduling software.

    1. Re:I had radiation therapy... by Anonymous Coward · · Score: 0

      I work in Rad Onc as a software engineer. My advice is, the magic word is "Replan!" If you have symptoms that seem very odd (like irritation outside of the target area, demand that your case be completely replanned. The doctor will complain like hell, since he may or may not be able to be reimbursed for a new plan. Then, request a CD with the treatment information. The magic words are, "I would like a CD for a referring physician. Please put my CT scan, and the DICOM RTDOSE, RTST, and RTPLAN objects on the disc". Most, though not all, Treatment Planning Systems will be able to do this. (DICOM is the standard file format for radiology information exchange. The DICOM RT* objects store the details of your plan, and the calculated dose field). Tell them that you'd like to take this CD to another rad onc to get a second opinion. Even if you don't actually do this, they'll _definitely_ recheck your plan rather than look stupid in front of another doc. You'll also get a reputation as someone who will make trouble if things go wrong, and that can be invaluable!

      Sometimes, the original plan was right - but it's you who've changed. Many cancer patients lose signicant amounts of weight during treatment, and sometimes the facility will replan, and sometimes not. Bring this up with your Rad Onc!

      And if someone ever tried to sharpie a targeting fiducial (those dots) on me, I'd tell them to go to hell!

  37. Reminds me of... by Anonymous Coward · · Score: 0

    I remember reading in some programming instructional material a story of the Therac-25. A lovely device, killed 2 patients due to software errors. Always know your logic-trees!

  38. CHECKLISTS! by bussdriver · · Score: 3, Insightful

    CHECKLISTS! Pilots have an easy job and they need them. huge benefits resulted from giving them checklists.

    Doctors and medical workers must be forced to use checklists. period.

    1. Re:CHECKLISTS! by Anonymous Coward · · Score: 0

      There are benefits to checklists, but they need to be performed by competent people. I work in Operations at a nuclear power plant. We have tons of checklists, but we also recognize that they are only an operator aid. They don't take away our responsibility to actually know what is going on. This works because we are competent and understand plant status at all times. But if you give a checklist to someone who is incompetent and doesn't understand the status of the equipment that he or she is operating, then you are going to have a problem. Instead of being considered an operator aid, the checklist will be considered a justification or a transfer of responsibility for safety. And when that happens, I guarantee that mistakes will occur. I've seen too many people outside of my field use them this way.

    2. Re:CHECKLISTS! by qohen · · Score: 2, Informative

      Background on medical checklists saving lives (and yet meeting up with resistance at times from medical practitioners) in this important New Yorker piece by surgeon/writer Atul Gawande:

      http://www.newyorker.com/reporting/2007/12/10/071210fa_fact_gawande?currentPage=all

      Gawande now has a book out about checklists called "The Checklist Manifesto: How to Get Things Right" that expands on this and also describes the usefulness of checklists in other areas: http://www.amazon.com/Checklist-Manifesto-How-Things-Right/dp/0805091742 (If the topic interests you, btw, Amazon apparently is selling this $24.50 hardcover book for only $10).

    3. Re:CHECKLISTS! by Profane+MuthaFucka · · Score: 1

      NO! It's your arm, leg, head, cock, whatever. Don't let some doctor run the whole show.

      Get a sharpie out and write NOT THIS ARM on the wrong arm, and a bullseye on the correct arm. Who knows, the arm you save might be your own.

      --
      Fascism trolls keeping me up every night. When I starts a preachin', he HITS ME WITH HIS REICH!
    4. Re:CHECKLISTS! by Zerth · · Score: 1

      Doctors and medical workers must be forced to use checklists. period.

      I'll admit, a checklist kept them from leaving sponges in me.

      But it didn't help them decide between "patient's left" or "doctor's left"

    5. Re:CHECKLISTS! by vtcodger · · Score: 1

      No argument really, but could you comment on checklists and their relevance to TMI? My understanding is that unlike Chernobyl (foolish people doing bizarre stuff), the operators at Three Mile Island had very rigid operating procedures. Unfortunately, they encountered a situation outside the scope of their planning and proceded to do a lot of wrong things resulting in VERY serious problems.

      Is my understanding correct? If so, how would checklists have helped? What should have been done at TMI?

      --
      You can't see ANYTHING from a car, You've got to get out of the goddamned contraption and walk...Edward Abbey
    6. Re:CHECKLISTS! by Ihlosi · · Score: 1

      Doctors and medical workers must be forced to use checklists.

      They already do, as far as I know. And checklist still leave tons of possible modes of failure. Just think about having the right checklist, but the wrong patient. For even more fun, assume that the right and the wrong patient have the same name, by some weird coincidence.

    7. Re:CHECKLISTS! by Ihlosi · · Score: 1
      What should have been done at TMI?

      From Wikipedia: "The closure of these valves was a violation of a key NRC rule, according to which the reactor must be shut down if all auxiliary feed pumps are closed for maintenance."

      So the stuff done at TMI wasn't quite as bizarre as that at Chernobyl, but they still played fast and loose with reactor operating procedures.

      Also, they could have instructed the reactor drivers that a light that indicates whether a solenoid is energized does not say anything about the state of the valve that's actuated by said solenoid. Just like having a proper ECG from a patient doesn't say anything about whether his heart is actually pumping blood.

    8. Re:CHECKLISTS! by Anonymous Coward · · Score: 0

      Get a load of this guy.

    9. Re:CHECKLISTS! by bussdriver · · Score: 1

      No. they do not. its optional and only some do.

      Don't know about you, but I've never heard of a checklist that doesn't come up for review. Errors/bugs are part of the revision process, just like software development except its not anywhere near as complex.

      It is not a modern LAW. Pilot lists don't stop pilot error - they don't fly the jet either (although in software they do a whole lot more of the work for the pilot.)

      Somebody messes up left/right and the list gets an entry or two for verifying which side is which in a CLEAR way. Standardized lists leverage everybody's experience. Computers could act like dictionaries - but could attach to the digital record system we don't have yet.

  39. hollywood upstairs medical college by Joe+The+Dragon · · Score: 1

    Hollywood upstairs medical college is like that and the dockets where wow dates by getting them any (drug) that they want.

  40. Replying to myself... by gbutler69 · · Score: 1

    ...to thank all those who expressed concern. Wasn't intended as a sympathy shopping expedition, but, thank you anyway.

    --
    Over-the-top Response Guy! Giving "Over-the-Top Responses" since 1970.
  41. responsibility for competency in life-or-death sit by SuperBanana · · Score: 1

    Yeah, the nurse should have installed it, and she fucked up. However, it is a basic fact of humans that all of them fuck up from time to time, some more than others, and more under some conditions than others. Unless that particular nurse has an atypically bad record for forgetting, it is unlikely that firing her will improve the quality of the system as a whole very much. Instead, such safety critical systems should be designed to take human error into account. Routine use of checklists, for instance, has been demonstrated to reduce human error.

    When the failure could or WILL result in the patient dying, that nurse is aware of the consequences and should take whatever steps THEY feel is necessary to make sure THEY get it done.

    It's not society's place to shepherd those who hold the lives of others in their hands. If you can't recognize the importance of something and make sure you follow proper procedure, you're undeserving of the job.

  42. Not to mention... by gbutler69 · · Score: 1

    ...they don't have to worry about being invaded and having their resources taken away because other countries do all the heavy lifting in keeping the peace throughout the world and then take nothing but crap about it from everyone else.

    --
    Over-the-top Response Guy! Giving "Over-the-Top Responses" since 1970.
  43. (semi-trolling) by Anonymous Coward · · Score: 0

    ack... I know I shouldn't be doing this but : “Prayer is stronger than radiation” ... why ... would ... anyone ... say ... this ?

    Nothing wrong with prayer, I suppose, but I get the sense that sometimes it detaches people form the physical reality of problems and discourages actual attempts at change. If I were dying, I'd probably want people to be working harder to finding general cures for the ailments of our species. Do you think praying is a psychologically necessary part of grieving that is going to happen anyway? I suppose if that were the case then it would be beneficial. I suppose I just don't understand why doing nothing is preferable to seeking physical solutions.

    without this technology the cancer would just kill you slowly anyway, so... maybe the odd horribly painful deadly screw-up is worth it.

    I don't want to die of cancer. I want to die of a self inflicted overdose of very fun drugs at a very old age, or die sacrificing myself in some useful way.

    1. Re:(semi-trolling) by maxwell+demon · · Score: 1

      ack... I know I shouldn't be doing this but : “Prayer is stronger than radiation” ... why ... would ... anyone ... say ... this ?

      So a wrongly applied prayer can do more harm than wrongly applied radiation? And yet we let millions of undereducated people pray! Imagine the damage this may do! Probably all the problems in this world come from incompetent prayers! We really should strictly forbid any praying by anyone who did not get a praying diploma!

      --
      The Tao of math: The numbers you can count are not the real numbers.
  44. Or, you do by gbutler69 · · Score: 1

    You speak up. They dismiss you explaining that that is not the way it is done. Who are you to argue. They're the doctor. Oh, but, don't hold them responsible if something goes wrong. After all, what they do is so completely, absolutely complicated that mistakes will happen. So suck it up and die schmuck!

    --
    Over-the-top Response Guy! Giving "Over-the-Top Responses" since 1970.
    1. Re:Or, you do by s1lverl0rd · · Score: 0

      You say these things sarcastically. I wouldn't.

      I'd rather have a doctor do my surgery and just accept when something goes wrong than *you* doing my surgery and me being able to 'hold you responsible'.

      Also, "Suck it up and die" doesn't really add to your point.

  45. bravo by SuperBanana · · Score: 2, Interesting

    - I have done thousands of operations and never a wrong-side operation. It is something that is taken *extremely* seriously, and we have at least three checks that guard against this. With over a billion procedures done per year, yes, there will be many that make the news, not unlike planes taking off on the wrong runway, etc., etc.

    And yet, despite all those checks, surgeons still fuck it up. And of course, why were all those checks necessary in the first place? Answer: incompetent, arrogant surgeons/doctors. You make it out like it's a rarity. http://www.google.com/webhp?hl=en#hl=en&q=surgery+"wrong+side+of+the"

    *Golf clap*. You just justified something completely moronic (operating on the wrong part of the patient) by saying that because it's done so many times, we should excuse the "few" idiots.

    I don't care how many fucking operations you do. The surgeon should be aware of the patient's history to the extent that something as unbelievably simple as "which side am I operating on" should not be possible. How can they possibly treat/operate effectively if they can't even get something that simple done?

    The post has a core of truth, but like all Slashdot-postings the "It's so simple I could just figure it out and do better" high-school naivety predominates.

    It IS SO SIMPLE. Fire and criminally prosecute doctors, nurses, and surgeons who injure or kill patients through their incompetence. Watch as the medical profession suddenly becomes more interested in competence, safety, etc- and not just exploiting med students. If patient safety is so important, why are med students run through a meat grinder? What a bunch of macho bullshit to claim it's to "test" them. When I'm seen by a med student who is operating on 3 hours of sleep over the last 48 hours, I'm not going to get anything remotely approaching a level of decent care.

    By the way, take that ad hominem and cram it up your ass; I never applied for med school. Zero interest.

  46. People shouldn't be blamed for their mistakes? by gbutler69 · · Score: 1

    Just where the fuck did this idea come from? Who the fuck is selling this? Who the fuck is buying it?

    Everyone wants to say this until they are the victim of someone else's mistake. If I drive too fast for conditions and I slide on the ice and wreck my car into your livingroom and kill your children, then I shouldn't be blamed. It was just a mistake. We should just work on better protocols to help keep me from doing this in the future. Maybe we can make the cars have ice sensors (temperature/humidity etc) that automagically govern the speed to a much lower value than otherwise. No need to blame me. After all, I was just driving in what seemed like a safe manner.

    --
    Over-the-top Response Guy! Giving "Over-the-Top Responses" since 1970.
  47. Checklists, etc. by neapolitan · · Score: 3, Interesting

    Probably a lot of books written on it -- Atul Gawande did a pretty big "study" with safety checklist prior to OR activation. We have several checklists (independent of anesthesia) before starting any invasive procedure, so this is kind of behind the times. It is more targeted at foreign hospitals or places that have a lot of mid-level providers that are not used to things. If you are interested, the full study can be found here:

    http://content.nejm.org/cgi/content/full/NEJMsa0810119

    gbutler69 writes:
    >Says who? Citation Please?
    [snip a bunch of rhetorical questions]

    From your questions I infer you are completely out of touch with this field in any sort of form. If you want a citation, do a tad of research on your own and you will discover things; I won't spoon-feed.

    Poke around here to start (but some of this might be biased the *other* way.) Do a good deal of academic reading and you will get a good feel of what is going on:

    http://www.sickoflawsuits.org/

    --
    Slashdotter, ID #101. UIDs are in binary, right?
    1. Re:Checklists, etc. by nbauman · · Score: 1

      Probably a lot of books written on it -- Atul Gawande did a pretty big "study" with safety checklist prior to OR activation. We have several checklists (independent of anesthesia) before starting any invasive procedure, so this is kind of behind the times.

      An OR nurse once explained to me, there's a huge number of pieces of equipment in an OR, and you can't possibly check every one prior to every complicated procedure.

      It's easy in hindsight to say, "Why didn't you check the collimator?" But there were a hundred other things you also could have checked, and if you went through a checklist like that, the procedure would take twice as long, and you'd be checking for problems that were so rare that they might have been reported only once or twice to the FDA in the last 30 years.

      The trick with these checklists is to come up with a checklist that includes everything that can realistically happen, but not so long that it takes an unrealistic amount of time to get through and looks like a 100-page lawyer's contract.

      Even handwashing can be a problem. If you have to check 20 patients in the morning, and you have to do a 5-minute surgical scrub between each patient, that's a lot of extra time.

      Does that sound right?

  48. You addressed none of my arguments. by gbutler69 · · Score: 0, Flamebait

    Instead, "snip, a bunch of rhetorical questions". What the fuck is that supposed to mean? Fuck You! You're not a good doctor, you're a piece of shit! You don't want to take responsibility for anything and you want everyone to kiss your ass because you know better and they are dumbasses. After all, you went to MEDICAL SCHOOL!

    Noone can question you (with their silly Rhetoric)? No, you are beyond reproach and above criticism. Fuck You!

    --
    Over-the-top Response Guy! Giving "Over-the-Top Responses" since 1970.
    1. Re:You addressed none of my arguments. by nbauman · · Score: 1

      IFuck You! You're not a good doctor, you're a piece of shit!

      From the ever-quotable Albert Einstein:

      "I have neither the time nor the strength to participate in your polemic."

  49. "On purpose" is not an "accident" by mjwx · · Score: 1

    Just where the fuck did this idea come from? Who the fuck is selling this? Who the fuck is buying it?

    Did you even read my post. I know it's incredibly pretentious quoting myself but seeing as you cant read.

    this also means that some responsibility must also be taken but pointless finger pointing helps no-one and fails to fix the issue.

    Responsibility != blame. Blame is cast, responsibility is taken. The point of my post (that you so conveniently missed with your inaccurate rant) is that a mistake needs to be fixed and the biggest roadblock to fixing mistakes is the blame game.

    If I drive too fast for conditions

    This implies two things, 1. you knew that your chose speed was not sufficient for the conditions and 2. you still chose to drive at that speed.

    Your example is not an accident, it is negligence. Negligence is when one knowingly and deliberately ("on purpose") causes harm to themselves or others, accidents are when harm is done via actions with were not done deliberately. There is a big difference between negligence and accident.

    An accident happens when you are driving under the speed limit and taking all legal and prudent precautions and slide into someone's living room. Considerably less inflammatory then your inaccurate analogy. Look at it this way, which of our two scenario's would the insurance company weasel out of paying? You deliberately put yourself at risk it is not an accident. Kindly get a clue.

    --
    Calling someone a "hater" only means you can not rationally rebut their argument.
    1. Re:"On purpose" is not an "accident" by gbutler69 · · Score: 1

      This implies two things, 1. you knew that your chose speed was not sufficient for the conditions and 2. you still chose to drive at that speed.

      No, it implies no such thing. I could believe I was driving at a safe speed all I want, but, the fact that I wrecked means I was driving too fast for conditions. You are the one mixing things up. You insist that a driver who makes a mistake is Negligent, but, a health practioner who makes a mistake merely needs to take responsibility. What do you even mean? You make no sense.

      --
      Over-the-top Response Guy! Giving "Over-the-Top Responses" since 1970.
    2. Re:"On purpose" is not an "accident" by mjwx · · Score: 1

      No, it implies no such thing.

      Yes it does, you chose to drive at a speed that you knew was unsafe for those conditions.

      I could believe

      This is why we have laws that regulate speed, sometimes this changes according to road conditions, land zoning or other considerations.

      the fact that I wrecked means I was driving too fast for conditions

      Now are you trying to tell me you were "accidentally" driving too fast for conditions? Did you pass your driving test? This is not an accident.

      You insist that a driver who makes a mistake is Negligent,

      Your example is not an accident. The law makes a very important distinction on whether the mistake was committed knowingly. With your terrible example you are expected to know how do drive at which speeds you are safe travelling at. Do you remember that test you had to take before getting your drives license, you cannot be "accidentally" exceeding safe driving conditions.

      You are making even less sense then before.

      --
      Calling someone a "hater" only means you can not rationally rebut their argument.
  50. Oh, and by the way... by gbutler69 · · Score: 1

    Negligence has nothing to do with deliberate.
    Negligent Neg"li*gent, a. [F. n['e]gligent, L. negligens,p.
    pr. of negligere. See Neglect.]
    Apt to neglect; customarily neglectful; characterized by
    negligence; careless; heedless; culpably careless; showing
    lack of attention; as, disposed in negligent order. "Be thou
    negligent of fame." --Swift.
    [1913 Webster]

    --
    Over-the-top Response Guy! Giving "Over-the-Top Responses" since 1970.
    1. Re:Oh, and by the way... by mjwx · · Score: 1

      Re read that definition and tell me that one can be negligent without being deliberate.

      Once again you lack a clue. Negligence in a legal sense is when one fails to take precautions that they know they should. This makes it deliberate. Here is a short definition of medical negligence from a South Australian legal service, negligence is failing to take reasonable care.

      --
      Calling someone a "hater" only means you can not rationally rebut their argument.
  51. Here are some synonyms for negligent. by gbutler69 · · Score: 1

    Where is "Deliberate" or "On Purpose" in any of that? Now I see why health practioners object to lawsuits. They don't think they are negligent because they don't even know what the goddamn word means! Syn: Careles; heedless; neglectful; regardless; thoughtless;
    indifferent; inattentive; remiss.
    [1913 Webster]

    --
    Over-the-top Response Guy! Giving "Over-the-Top Responses" since 1970.
  52. WTF? by gbutler69 · · Score: 1

    I think you lack reading comprehension. Failing to take reasonable care is not the same thing as deliberate. You just proved my point. You so want to believe that a medical mistake is not negligence, that you will twist words to mean what you think they should mean rather than what they in fact mean. I feel like I'm arguing with Bill Clinton over what the meaning of the word "is" is.

    --
    Over-the-top Response Guy! Giving "Over-the-Top Responses" since 1970.
    1. Re:WTF? by mjwx · · Score: 1

      Just as every motorist owes a duty to other road users to take reasonable care,

      What part of this supports your original analogy of:

      If I drive too fast for conditions and I slide on the ice and wreck my car into your livingroom

      Actually it's an argument against it. You fail in your duty of care to other road users.

      Failing to take reasonable care is not the same thing as deliberate.

      It is when you are expected to understand what your duty of care is. If I am driving under the influence then I am negligent because I am doing something I am expected to know not to do this is negligence.

      I can recommend some excellent mature age English language courses for you if you're having trouble understanding the difference between negligence (failing duty of care, this is fairly well described in Law) and accident.

      I'm sorry you're having difficulty understanding this.

      --
      Calling someone a "hater" only means you can not rationally rebut their argument.
  53. My God! by gbutler69 · · Score: 1

    You are completely ignorant. How does someone "Choose to drive at a speed that they knew was unsafe for conditions if the believed they were traveling at a safe speed?"

    Then you say, "This is why we have laws that regulate speed, ..." Yeah, and we also have laws that regulate medical safety. So what the fuck is your goddamn point?

    "Did I pass my driving test," you say. Did you pass your medical exam? What's the difference?

    With your terrible example you are expected to know how to perform a medical procedure safely. Do you remeber that test you had to take before getting your license to practice medicine? You cannont "accidently" suture or cauterize an unrelated organ or system when operating on another.

    You are making even less sense than before.

    --
    Over-the-top Response Guy! Giving "Over-the-Top Responses" since 1970.
    1. Re:My God! by mjwx · · Score: 1
      My point is that due to taking a driving test you are expected to know what is and isn't a safe speed to drive at, if you chose to drive in an unsafe manner you are wilfully negligent which means it's 100% your fault.

      I'm really sorry you're having trouble understanding this concept and the mind boggles at how you can continue to argue it.

      Choose to drive at a speed that they knew was unsafe for conditions if the believed they were traveling at a safe speed?"

      The idiocy of this statement astounds me. Let me highlight the word "believe". You see belief doesn't enter into the equation in either driving or medical terms, it is either lawful or unlawful. You simply do not choose the safe speed to travel at, you are dictated this speed by the law. If you are driving unsafely you are expected by possession of a drivers license to understand what is and isn't safe.

      Your original analogy stated:

      If I drive too fast for conditions

      You are expected to understand what is and inst safe behind a wheel of an auto-mobile, this means if you engage in unsafe driving or as you put it "If I drive too fast for conditions" you are 100% at fault in any incident, this means it is not an accident, you are negligent in your duty of care.

      So what the fuck is your goddamn point?

      If you haven't grasped this simple concept by now I suspect you never will.

      --
      Calling someone a "hater" only means you can not rationally rebut their argument.
  54. Radiotherapy is usually done right by Anonymous Coward · · Score: 0

    There is painstaking care involved in radiation therapy (at any decent hospital or medical center). Linear accelerators have many safety interlocks. They go through a specific QA protocol daily, weekly, monthly and yearly at the hands of a qualified medical physicist. Gross failures that injure patients are extremely rare, but they inevitably become famous making people suspicious of the field as a whole. Regarding smaller errors and setup uncertainty, the total dose is fractionated - spread out over many days- to prevent any one small error from having a dominant effect. Thousands of people receive radiotherapy with a positive outcome or, at least, without any problems associated with the delivery of therapy.

  55. therac 25 by Anonymous Coward · · Score: 0

    Yep..

  56. Medicare by Hebetsubeach · · Score: 2, Informative

    My husband is on Medicare and the care he receives is outstanding. This last year he had several operations and hospitalizations. Much of his care has been at the University of Washington Medical Center, rated among the top 10 hospitals in the US, and he has had great care with extremely qualified doctors, professors with decades of experience. There are never any questions about his care not being covered. You hear horror stories of private insurance companies denying care or delaying decisions until the patient is too ill to recover. We've never had any problems with Medicare.

    1. Re:Medicare by OrangeCatholic · · Score: 2, Interesting

      Medicaid is top-notch from what I've seen having 2 friends on it. The problem with Medicaid is that it's too good. You can get a $400 prescription for antidepressants and not be able to pay your rent. What's more important, really? Antidepressants or rent money.

    2. Re:Medicare by Anonymous Coward · · Score: 0

      Assuming your depression is serious enough to warrant medicating (none of the existing drugs seem to make much difference to mild depression) then the answer is the drugs are more important. A depressed person often won't seek help, so once they can't get the drugs they lose the will to seek help from friends, charities or the government for their homelessness. If socialist policies keep you alive and healthy, you can spend your time looking for solutions to your other problems.

  57. Medical mistakes can kill people by Legion303 · · Score: 1

    In other breaking news: the sun is hot, granite is hard and water is wet.

  58. Look at it this way by WinstonWolfIT · · Score: 0

    Sometimes a dumb mistake can be dumb luck. For instance, if the best diagnostician in the country misdiagnoses a patient and orders radiation which would then wipe out his immune system and leave him doomed to the infection that is really his underlying problem, dosing the wrong patient might work out in the end. It could happen.

    1. Re:Look at it this way by alobar72 · · Score: 1

      Spoiler ! this is probably the next episode of House MD, am I right ?

  59. Obviously they didn't pay enough engineers by mattr · · Score: 1

    IIRC RFID tags are indeed used to track patients against procedures in at least one Japanese hospital system working now. I met the developer, who worked for years on it. He tried to open source it once a decade or more ago, and someone tried to push him off a train platform he was convinced in retaliation for threatening their income. He may try it again now that things are a bit different.
    I also visited a radiation facility and remember something about them using RFID checks on the patient.
    It sounds like totally irresponsible procedure design by a fucked up health system run by insurance companies, why my Dad (a cancer surgeon) was glad to get out of it. The kind of things discussed in this thread just should not be happening at all. There is no reason in this age for a single patient to be wrongly irradiated even counting human error. What must have happened is the insurance actuarialists computed statistics of a bad dose compared to the cost of overengineering the entire medical procedure from patient checkin to irradiation. The patients lost. Or can someone give a better reason?

  60. Buggy software IS a human error! by Hurricane78 · · Score: 1

    Although the mistakes were largely due to human error, buggy software also played a role.

    What the...?
    And where do you think, that software came from?

    Please hand in your geek card.
    Just like everyone who thinks that Kasparov lost against a machine, and not against a couple of engineers with a loong time to prepare.

    --
    Any sufficiently advanced intelligence is indistinguishable from stupidity.
    1. Re:Buggy software IS a human error! by maxwell+demon · · Score: 1

      And where do you think, that software came from?

      Code monkeys. So any error in software would be simian error.

      --
      The Tao of math: The numbers you can count are not the real numbers.
  61. Well... by gbutler69 · · Score: 1

    It was a "Routine" hysterectomy (their words, not mine) that presented with no complications. It was gonna be in and out with no problems. The only reason they were doing it was because my wife was having a lot of pain (for a number of years) during her cycles. She went to the surgeon originally because her doctor recommended Endometrial Ablation. The surgeon said that wasn't going to help. She had had a Tubal Ligation several years earlier after her last child. They said they needed to do the Hysterectomy because she had cysts (non-cancerous/non-life-threatening) on her Ovary. It was, they said, only going to continue to cause ever increasing pain and that this was the only alternative. It was routine though. No complications that would cause them to expect anything other than a routine, easy hysterectomy.

    Now, it is obvious to me based on the responses from those who claim to be doctors and/or medical practioners, that they all believe that they should never be held culpable for anything. Their attitude can be summarized as "Shit Happens". This experience, coupled with the kind of responses to what I said, as well as what others are saying on this topic, has drastically changed my perception of the Medical Profession. It is obvious to me that most (I'm sure there are exceptions) practioners see themselves as some kind of infallible gods. They don't make mistakes! No, there are complications! Us mere mortals could never possibly understand the complexity of what they deal with. We should thank our lucky stars that they even lower themselves to the indiginity of actually attempting to address our health problems. We should bow down, kiss their feet, and worship their skillZ!

    Again, thanks to all those who expressed concern. And for those other smart-asses, I only hope that you don't have to face this sort of thing and learn the hard way (as I have done) how unprofessional, and uncaring this system really is.

    I, for one, will never again question the legitimacy of "All the Frivolous Lawsuits" that get filed!

    Oh, and for those doctors that don't think their Malpractice Insurance should have to pay for someone's ongoing care when they make this kind of mistake, I say to you, since their is no other recourse, I recommend that anyone who has their family member or loved one killed or serioulsy injured, hunt you down and injure or kill you. After all, it's only fair!

    --
    Over-the-top Response Guy! Giving "Over-the-Top Responses" since 1970.
  62. No, you need a language course. by gbutler69 · · Score: 1

    You are a complete idiot. You so want words to mean what you think they should mean rather than what they mean, that you fail to respond in any meaningful way to my arguments. You entire argument boils down to, "We're Doctors. We know best. You can't possibly understand. Shit Happens!"

    Since you don't think doctors should be held financially responsible for their actions and their should be no recourse in tort law for injured parties, then I think that people who are injured should be able to exact restitution from you in any way they themselves deem appropriate.

    I would love to get a list of your patients and forward your diatribes here to them. I think it would be a wonderful eye-opener for them.

    --
    Over-the-top Response Guy! Giving "Over-the-Top Responses" since 1970.
  63. Nutcase? by Anonymous Coward · · Score: 0

    Take your medicine, you stupid fuck, and get the hell off the internet.

    You make us all look bad to the few reasonable dudes who post stuff.

  64. Stop the idiots from posting by Anonymous Coward · · Score: 0

    And zero ability. I never went to med school either but I'm not jealous of those with power like you are.

    Dude, you are retarded. Nobody will ever take you seriously in life, you loser.

  65. Software bugs by bussdriver · · Score: 1

    Sure, software records are a problem. But the problems will be noticed and accounted with more detail than the paper systems currently in use.

    When something wrong in paper it is noticed eventually but we don't track the thing as well and have less data to help contribute to avoiding a repeat. There is less error checking possible as well- its not digital.

    Software bugs tend to stick out and get feedback because its unhuman and people don't have to deal with blame games (blame the computer.)