This website is intended exclusively for healthcare professionals residing and/or working in the UAE.
/*
* Copyright 2009-2015 Matteo Corti
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*
*/
var checkedElements = new Array();
/**
* getSelected returns the value of the selected checkbox
* @param checkbox the checkbox to analyze
* @return value of the selected checkbox
*/
function getSelected( checkbox ) {
var val = 0;
var element = checkbox;
var i;
for (i=0;i <\/font>';
}
/**
* Computes the SCORAD
*/
function compute() {
var area_head = getSelected(document.SCORAD.area_head);
var upper_limbs_left = getSelected(document.SCORAD.upper_limbs_left);
var upper_limbs_right = getSelected(document.SCORAD.upper_limbs_right);
var lower_limbs_left = getSelected(document.SCORAD.lower_limbs_left);
var lower_limbs_right = getSelected(document.SCORAD.lower_limbs_right);
var back = getSelected(document.SCORAD.back);
var genitals = getSelected(document.SCORAD.genitals);
var trunk = getSelected(document.SCORAD.trunk);
var redness = getSelected(document.SCORAD.redness);
var swelling = getSelected(document.SCORAD.swelling);
var oozing = getSelected(document.SCORAD.oozing);
var marks = getSelected(document.SCORAD.marks);
var thickening = getSelected(document.SCORAD.thickening);
var dryness = getSelected(document.SCORAD.dryness);
var itch = getSelected(document.SCORAD.itch);
var sleeplessness = getSelected(document.SCORAD.sleeplessness);
var scorad = ( ( area_head + upper_limbs_right + upper_limbs_left ) * 0.09 +
( lower_limbs_left + lower_limbs_right + back + trunk ) * 0.18 +
genitals * 0.01 ) / 5 +
( redness + swelling + oozing + marks + thickening + dryness ) * 7/2 +
itch + sleeplessness ;
var resultString;
if ( isComplete() ) {
resultString = '';
} else {
resultString = '';
}
resultString += scorad;
if ( isComplete() ) {
resultString += " (complete)";
document.SCORAD.scorad.value = scorad;
document.getElementById('print').innerHTML = '';
} else {
resultString += " (not complete)";
document.SCORAD.scorad.value = "";
document.getElementById('print').innerHTML = '';
}
resultString += '<\/font>';
document.getElementById('output').innerHTML = resultString;
}
SCORing Atopic Dermatitis (SCORAD) Calculator
SCORAD ("SCORing Atopic Dermatitis") is a clinical tool
for assessing the severity (i.e., extent, intensity) of
atopic dermatitis as objectively as possible.
This free online application
helps physicians and patients in the computation
of the SCORAD. If you find this application
useful you can help with the costs of hosting with
a small contribution.
Instructions
An optional name and birth date can be specified to be included in the printed report.
Until all the required parameters are chosen not complete will be shown
in red near the result and printing will be disabled.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
By clicking on this link, you will be leaving Campus Sanofi website and going to another, entirely independent website.
Please note: Sanofi provides these links as a service to its website visitors and users; however, Sanofi takes no responsibility for the information on any website but their own.
This website is intended exclusively for healthcare professionals residing and/or working in the UAE.
Please choose if you are a healthcare professional and wish to continue on this site or if you are a member of the public to be redirected to the Sanofi website.