Widget:Cincinnati Stroke Scale: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
document.forms["Cincinnati_Stroke_Scale"]["result"].value = score; | document.forms["Cincinnati_Stroke_Scale"]["result"].value = score; | ||
if(score = 0){document.forms["Cincinnati_Stroke_Scale"]["longanswer"].value = "Stroke is unlikely";} | if(score == 0){document.forms["Cincinnati_Stroke_Scale"]["longanswer"].value = "Stroke is unlikely";} | ||
if(score >=1){document.forms["Cincinnati_Stroke_Scale"]["longanswer"].value = "Patient may have a stroke and should be transported to a hospital as soon as possible";} | if(score >=1){document.forms["Cincinnati_Stroke_Scale"]["longanswer"].value = "Patient may have a stroke and should be transported to a hospital as soon as possible";} | ||
} | } | ||
Line 58: | Line 58: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td style="text-align: left; 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);" colspan="4">Interpretation: <input name="longanswer" size=" | <td style="text-align: left; 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);" colspan="4">Interpretation:<input name="longanswer" size="80" type="text" style="border: white"/></td> | ||
</tr> | </tr> | ||
</tbody> | </tbody> |