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 = "No, the patient does not have a multi-vessel disease.";}
if(score == 0){document.forms["MVD"]["longanswer"].value = "No, the patient does not have multi-vessel disease.";}
if(score == 1){document.forms["MVD"]["longanswer"].value = "No, the patient has a one-vessel disease but not multi-vessel disease.";}
if(score == 1){document.forms["MVD"]["longanswer"].value = "No, the patient has single-vessel disease but not multi-vessel disease.";}
if(score >= 2){document.forms["MVD"]["longanswer"].value = "Yes, the patient has a multi-vessel disease.";}
if(score >= 2){document.forms["MVD"]["longanswer"].value = "Yes, the patient has multi-vessel 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;">Check all revascularizable arteries (&gt; 2 mm) with significant stenosis (&ge; 50%)</span></td>
<td style="text-align: center;" colspan="3"><span style="color: #FFFFFF;"><strong>Multivessel 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:<input name="longanswer" type="text" size="80" class="wide-font" style="border: white;"></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:<input name="longanswer" type="text" size="80" style="border: white; font-size: large; font-weight: bold;"></td>
</tr>
</tr>



Revision as of 23:29, 3 April 2019