Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente |
go_far_calculator [2023/12/05 14:01] – labadmin | go_far_calculator [2023/12/07 11:14] (Version actuelle) – labadmin |
---|
| |
====== Good Outcome Following Attempted Resuscitation (GO-FAR) Score to Predict Neurologically Intact Survival After In-Hospital Cardiopulmonary Resuscitation ====== | ====== Good Outcome Following Attempted Resuscitation (GO-FAR) Score to Predict Neurologically Intact Survival After In-Hospital Cardiopulmonary Resuscitation ====== |
| |
Original paper: Ebell et al http://archinte.jamanetwork.com/article.aspx?articleid=1735894 | Original paper: Ebell et al http://archinte.jamanetwork.com/article.aspx?articleid=1735894 |
| |
Check each condition present on admission to the hospital to calculate total score and probability of survival. | Check each condition present on admission to the hospital to calculate total score and probability of survival. |
| |
<JS> | |
| |
| <html> |
| <script type="text/javascript"> |
function checkCalcul(me) | function checkCalcul(me) |
{ | { |
if (score == 0) { | if (score == 0) { |
document.getElementById('messageScore').innerHTML=""; | document.getElementById('messageScore').innerHTML=""; |
document.getElementById('messagePronostic').innerHTML="<a href='/data/media/prediction0_english.jpg' target='_blank'><img src='/data/media/prediction0_english.jpg' style='top: -221px!important;' class='graph'></a>"; | document.getElementById('messagePronostic').innerHTML="<a href='_media/prediction0_english.jpg' target='_blank'><img src='_media/prediction0_english.jpg' style='top: -221px!important;' class='graph'></a>"; |
} | } |
else if (score >= -15 && score<= -6) { | else if (score >= -15 && score<= -6) { |
document.getElementById('messageScore').innerHTML="<b>GO-FAR score: "+ score; | document.getElementById('messageScore').innerHTML="<b>GO-FAR score: "+ score; |
document.getElementById('messagePronostic').innerHTML="<b> Probability of survival to discharge with good neurologic status following CPR for in-hospital arrest (CPC 1) above average: 27.8% <a href='/data/media/prediction4_english.jpg' target='_blank'><img src='/data/media/prediction4_english.jpg' class='graph' alt='Probability of survival to discharge with good neurologic status following CPR for in-hospital arrest (CPC 1) above average: 27.8%'></a>"; | document.getElementById('messagePronostic').innerHTML="<b> Probability of survival to discharge with good neurologic status following CPR for in-hospital arrest (CPC 1) above average: 27.8% <a href='_media/prediction4_english.jpg' target='_blank'><img src='_media/prediction4_english.jpg' class='graph' alt='Probability of survival to discharge with good neurologic status following CPR for in-hospital arrest (CPC 1) above average: 27.8%'></a>"; |
} | } |
else if (score >= -5 && score <= 13) { | else if (score >= -5 && score <= 13) { |
document.getElementById('messageScore').innerHTML="<b>GO-FAR score: "+ score; | document.getElementById('messageScore').innerHTML="<b>GO-FAR score: "+ score; |
document.getElementById('messagePronostic').innerHTML="<b>Probability of survival to discharge with good neurologic status following CPR for in-hospital arrest (CPC 1):Average 9.2% <a href='/data/media/prediction3_english.jpg' target='_blank'><img src='/data/media/prediction3_english.jpg' class='graph' alt='robability of survival to discharge with good neurologic status following CPR for in-hospital arrest (CPC 1):Average 9.2%'></a>"; | document.getElementById('messagePronostic').innerHTML="<b>Probability of survival to discharge with good neurologic status following CPR for in-hospital arrest (CPC 1):Average 9.2% <a href='_media/prediction3_english.jpg' target='_blank'><img src='_media/prediction3_english.jpg' class='graph' alt='robability of survival to discharge with good neurologic status following CPR for in-hospital arrest (CPC 1):Average 9.2%'></a>"; |
} | } |
else if (score >= 14 && score <= 23) { | else if (score >= 14 && score <= 23) { |
document.getElementById('messageScore').innerHTML="<b>GO-FAR score: "+ score; | document.getElementById('messageScore').innerHTML="<b>GO-FAR score: "+ score; |
document.getElementById('messagePronostic').innerHTML="<b>Probability of survival to discharge with good neurologic status following CPR for in-hospital arrest (CPC 1):Low 9.2% <a href='/data/media/prediction2_english.jpg' target='_blank'><img src='/data/media/prediction2_english.jpg' class='graph' alt='Probability of survival to discharge with good neurologic status following CPR for in-hospital arrest (CPC 1):Low 9.2%'></a>"; | document.getElementById('messagePronostic').innerHTML="<b>Probability of survival to discharge with good neurologic status following CPR for in-hospital arrest (CPC 1):Low 9.2% <a href='_media/prediction2_english.jpg' target='_blank'><img src='_media/prediction2_english.jpg' class='graph' alt='Probability of survival to discharge with good neurologic status following CPR for in-hospital arrest (CPC 1):Low 9.2%'></a>"; |
} | } |
else if (score >= 23) { | else if (score >= 23) { |
document.getElementById('messageScore').innerHTML="<b> GO-FAR score: "+ score; | document.getElementById('messageScore').innerHTML="<b> GO-FAR score: "+ score; |
document.getElementById('messagePronostic').innerHTML="<b> Probability of survival to discharge with good neurologic status following CPR for in-hospital arrest (CPC 1): Very low <1% <a href='/data/media/prediction1_english.jpg' target='_blank'><img src='/data/media/prediction1_english.jpg' class='graph' alt='Trobability of survival to discharge with good neurologic status following CPR for in-hospital arrest (CPC 1): Very low <1%'></a>"; | document.getElementById('messagePronostic').innerHTML="<b> Probability of survival to discharge with good neurologic status following CPR for in-hospital arrest (CPC 1): Very low <1% <a href='_media/prediction1_english.jpg' target='_blank'><img src='_media/prediction1_english.jpg' class='graph' alt='Trobability of survival to discharge with good neurologic status following CPR for in-hospital arrest (CPC 1): Very low <1%'></a>"; |
} | } |
} | } |
</JS> | </script> |
<CSS> | <style type="text/css"> |
.graph { | .graph { |
float: right; | float: right; |
} | } |
} | } |
</CSS> | </style> |
| <br /> |
<div #replace onload="makeForm();"> | |
Patient's age: | Patient's age: |
<select id="age" onClick="checkCalcul(this)"> | <select id="age" onClick="checkCalcul(this)"> |
| |
<div id="messageScore"></div> | <div id="messageScore"></div> |
<div id="messagePronostic"><a href='/data/media/prediction0_english.jpg' target='_blank'><img src='/data/media/prediction0_english.jpg' style="top: -221px!important;" class='graph'></a></div> | <div id="messagePronostic"><a href='_media/prediction0_english.jpg' target='_blank'><img src='_media/prediction0_english.jpg' style="top: -221px!important;" class='graph'></a></div> |
<p style="float: right; position: absolute; right: 35px;"> Image: Icon Array</p> | <p style="float: right; position: absolute; right: 35px;"> Image: Icon Array</p> |
<form action="" method="post"> | <form action="" method="post"> |
<p><input type="submit" name="submit" value="Clear all"></p> | <p><input type="submit" name="submit" value="Clear all"></p> |
</form> | </form> |
| </html> |
</div> | |
| |
<JS> | |
function makeForm() { | |
document.GetElementById("replace").innerHTML = "replaced"; | |
} | |
| |
</JS> | |
| |
^ Definitions of Predictor Variables<sup>a</sup> ^^ | ^ Definitions of Predictor Variables<sup>a</sup> ^^ |