« Essai » : différence entre les versions

Aller à : navigation, rechercher
mAucun résumé des modifications
m (Contenu remplacé par « essai »)
Balise : Contenu remplacé
 
Ligne 1 : Ligne 1 :
{{Modèle:Catégorie|Outils cliniques}}
essai
 
Calculateur de la '''Surface Corporelle''' (Body Surface Area) selon la formule de Boyd. Le calcul de la surface corporelle est utile dans le calcul des doses de certains médicaments ou de divers indices de sévérités de diverses pathologies.
 
<html>
<head>
<script language="JavaScript">
function roundit(which){
return Math.round(which*100)/100
}
 
function anthropometrie(){
with (document.biometrie){
surface6.value = roundit(0.0003207*Math.pow(cm.value,0.3)*Math.pow(kg.value*1000,(0.7285-0.0188*Math.log(kg.value*1000)/Math.log(10))));
}
}
 
</script>
</head>
 
<p align="center">
<table border="1" align="center" height="150" cellspacing="0" bordercolor="Black">
<tr>
<td height="60" width="50%">
<form name="biometrie">
<table width="100%" border="0">
<tr>
<td width="20%" height="43"><font size="2" color="#000000">&nbsp;
<div align="center">Taille (cm) : <input type="text" size="10" name=cm onchange="this.value=this.value.replace(',','.');"></br></br>
&nbsp;Poids (kg) : <input type="text" size="10" name=kg onchange="this.value=this.value.replace(',','.');"></div>
</td>
<td width="16%" height="43"><font size="2" color="#000000"></br>&nbsp;
<input type="button" value="calculer"" onClick="anthropometrie()" name="button">
</td>
<td width="50%" height="43"><font size="2" color="#000000">
Surface corporelle :</br> <input onChange=anthropometrie() name=surface6 size="10"> m2
</td>
</font></td>
</tr>
</table>
</form>
</td>
</tr>
</table width="99%" border="0" align="center" height="254" dwcopytype="CopyTableRow">
</embed>
</object>
</body></html>
 
== Auteur(s) ==
 
Dr [[Utilisateur:Shanan Khairi|Shanan Khairi]], MD
 
== Bibliographie ==
 
Boyd E, The growth of the surface area of the human body, Minneapolis: University of Minnesota Press, 1935

Version actuelle datée du 16 février 2024 à 20:03

essai