Widget:MVD: Difference between revisions
Jump to navigation
Jump to search
Gerald Chi (talk | contribs) mNo edit summary |
Gerald Chi (talk | contribs) 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 = "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 = "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 = "The patient has a multivessel disease";} | ||
} | } | ||
</script> | </script> | ||
Line 197: | Line 197: | ||
<tr> | <tr> | ||
<td style="text-align: left; vertical-align: top; color: #4479BA; background: # | <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" wrap="soft" rows="5" cols="25" style="border: white; font-size: 10pt; font-weight: normal; font-family: Arial;"></td> | ||
</tr> | </tr> | ||