WikiMSK:Sandbox/box9: Difference between revisions

From WikiMSK
(Created page with "{{Flowchart | Start -> A| group G = Stabilitรฉ hรฉmodynamique ? | A.group = G | B.group = G | B -> C | B -> D | C -> E | A -> B.ending = plain | D -> D1 | E -> E1 | E -> E2 |...")
ย 
No edit summary
ย 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Flowchart
{| class="wikitable"
| Start -> A| group G = Stabilitรฉ hรฉmodynamique ?
|+Revel Criteria
| A.group = G
!Criteria
| B.group = G
!Points
| B -> C
!Present
| B -> D
|-
| C -> E
|Age > 65
| A -> B.ending = plain
|1
| D -> D1
|<html><input class="wells-item" type="checkbox" value="10" onclick="window.wellsScore(this);" /></html>
| E -> E1
|-
| E -> E2
|Pain relieved by recumbency
| E1 -> E3
|1
| E3 -> E4
|<html><input class="wells-item" type="checkbox" value="10" onclick="window.wellsScore(this);" /></html>
| E3 -> E5
|-
| E5 -> E6
|Absence of aggravation by coughing
| E4 -> E7
|1
| E7 -> E8
|<html><input class="wells-item" type="checkbox" value="10" onclick="window.wellsScore(this);" /></html>
| E7 -> E9
|-
| E8 -> E6
|Absence of aggravation by forward flexion
| E2 -> F
|1
| E9 -> F
|<html><input class="wells-item" type="checkbox" value="10" onclick="window.wellsScore(this);" /></html>
| F -> G
|-
| G -> G1
|Absence of aggravation by rising from flexion
| G1 -> G2
|1
| G2 -> G5
|<html><input class="wells-item" type="checkbox" value="10" onclick="window.wellsScore(this);" /></html>
| G5 -> G4
|-
| G -> G3
|Absence of aggravation by hyperextension
| G3 -> G4
|1
| Start = Suspicion d'EP stable
|<html><input class="wells-item" type="checkbox" value="10" onclick="window.wellsScore(this);" /></html>
| A = 1) TAS > 90 mm Hg
|-
| B = 2) รธ besoin vasopresseurs
|Absence of aggravation by extension-rotation
| C = Oui
|1
| D = Non
|<html><input class="wells-item" type="checkbox" value="10" onclick="window.wellsScore(this);" /></html>
| D1 = Voir algorithme d'EP instable
|-
| E = Score de Wells dichotomique
!Probability
| E1 = Improbable < 4.5 (original)
! colspan="3" |<span class="wells-score-result" style="color: green;">Negative</span>
| E2 = Probable โ‰ฅ 4.5 (original)
|}
| E3 = PERC
<small>
| E4 = +
5 or more criteria has a positive likelihood ratio of 3.1 for positive medial branch blocks
| E5 = -
<div style="display:none"><html><script type="text/javascript">
| E6 = EP exclue
if(typeof window.wellsScore === 'undefined')
| E7 = D-dimรจre (pour รขge)
{
| E8 = -
window.wellsScore = function(element)
| E9 = +
{
| F = Imagerie
ย  var score = 0;
| G = C-I ร  l'angio-TDM ?
ย  $(element).closest("table").find("input[type=checkbox]").filter(":checked").each(function(){
| G1 = Oui
ย  score += parseInt($(this).attr("value").replace(",", "."));
| G2 = Scintigraphie V/Q
ย  });
| G3 = Non
ย 
| G4 = Angio-TDM
ย  score /= 10; // parseFloat is not defined in chrome !!!!!????
| G5 = Si pas concluant
ย 
}}
ย  // Original version
ย  var element = $(element).closest("table").find(".wells-score-result");
ย  if(score < 5){ $(element).css("color", "green").html("Negative"); }
ย  else if(score >4){ $(element).css("color", "red").html("Positive"); }
ย  else { $(element).css("color", "red").html("Error"); }
ย 
ย  // Simplified version
ย 
}
}
</script></html></div>

Latest revision as of 06:44, 5 April 2022

Revel Criteria
Criteria Points Present
Age > 65 1
Pain relieved by recumbency 1
Absence of aggravation by coughing 1
Absence of aggravation by forward flexion 1
Absence of aggravation by rising from flexion 1
Absence of aggravation by hyperextension 1
Absence of aggravation by extension-rotation 1
Probability Negative

5 or more criteria has a positive likelihood ratio of 3.1 for positive medial branch blocks