Widget:MVD: Difference between revisions

Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 44: Line 44:
var score = LMCA_Score_Final + RCA_Score_Final + LAD_Score_Final + CX_Score_Final + 0;
var score = LMCA_Score_Final + RCA_Score_Final + LAD_Score_Final + CX_Score_Final + 0;


if(score == 0){document.forms["MVD"]["longanswer"].value = "The patient does not have a multivessel disease";}
if(score == 0){document.forms["MVD"]["longanswer"].value = "No, the patient does not have a multivessel disease";}
if(score == 1){document.forms["MVD"]["longanswer"].value = "The patient has a one-vessel disease but not multivessel disease";}
if(score == 1){document.forms["MVD"]["longanswer"].value = "No, the patient has a one-vessel disease but not multivessel disease";}
if(score >= 2){document.forms["MVD"]["longanswer"].value = "The patient has a multivessel disease";}
if(score >= 2){document.forms["MVD"]["longanswer"].value = "YES, the patient has a multivessel disease";}
}
}
</script>
</script>
Line 59: Line 59:


<tr>
<tr>
<td style="text-align: center;" colspan="3"><span style="color: #FFFFFF;"><strong>Multivessel Coronary Artery Disease Calculator</strong></span><BR><span style="color: #FFFFFF;"><strong>Check all revascularizable arteries (&gt; 2 mm) with significant stenosis (&ge;50%)</strong></span></td>
<td style="text-align: center;" colspan="3"><span style="color: #FFFFFF;"><strong>Multivessel Coronary Artery Disease Calculator</strong></span><BR><span style="color: #FFFFFF;">Check all revascularizable arteries (&gt; 2 mm) with significant stenosis (&ge;50%)</span></td>
</tr>
</tr>


Line 197: Line 197:


<tr>
<tr>
<td style="text-align: left; vertical-align: top; color: #4479BA; background: #FFFFFF; padding: 2px 10px; border-radius: 5px 5px 5px 5px; text-shadow: 0 0 0 rgba(0, 0, 0, 0.5); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); font-size: 10pt;" colspan="3">Interpretation:<textarea name="longanswer" wrap="soft" rows="5" cols="25" style="border: white; font-size: 10pt; font-weight: normal; font-family: Arial;"></textarea></td>
<td style="text-align: left; vertical-align: top; color: #4479BA; background: #FFFFFF; padding: 2px 10px; border-radius: 5px 5px 5px 5px; text-shadow: 0 0 0 rgba(0, 0, 0, 0.5); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); font-size: 10pt;" colspan="3">Interpretation:<textarea name="longanswer" wrap="soft" rows="50" style="border: white; font-size: 10pt; font-weight: normal; font-family: Arial;"></textarea></td>


</tr>
</tr>

Revision as of 21:46, 1 April 2019