WikiDécision+

Outil d'aide à la décision

Outils pour utilisateurs

Outils du site


go_far_calculator

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
go_far_calculator [2023/12/01 18:20] labadmingo_far_calculator [2023/12/07 16:14] (Version actuelle) labadmin
Ligne 2: Ligne 2:
  
 ======  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
  
Ligne 9: Ligne 8:
 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"> <script type="text/javascript">
 function checkCalcul(me) function checkCalcul(me)
Ligne 48: Ligne 48:
   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 &lt;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 &lt;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 &lt;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 &lt;1%'></a>";
        
 } }
-</JS+</script
-<CSS>+<style type="text/css">
 .graph { .graph {
   float: right;    float: right; 
Ligne 88: Ligne 88:
   }   }
 } }
-</CSS+</style
- +<br /> 
- +Patient's age:
- Patient's age:+
 <select id="age" onClick="checkCalcul(this)"> <select id="age" onClick="checkCalcul(this)">
 <OPTION>-- Select age group ---</OPTION> <OPTION>-- Select age group ---</OPTION>
Ligne 119: Ligne 118:
  
 <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>
  
 ^ Definitions of Predictor Variables<sup>a</sup>                                                                 ^^ ^ Definitions of Predictor Variables<sup>a</sup>                                                                 ^^
/home/wikidecision/public_html/data/pages/go_far_calculator.txt · Dernière modification : 2023/12/07 16:14 de labadmin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki