let anatomy=document.getElementById("anatomy").value;
let side=document.getElementById("side").value;
if(anatomy==""){
alert("Please select the fibroid location.");
return;
}
if(
(anatomy=="Lower uterine body" ||
anatomy=="Mid uterine body" ||
anatomy=="Fundal uterine body")
&& side=="")
{
alert("Please select the side.");
return;
}
FIGO Leiomyoma Classifier
FIGO Leiomyoma Classifier
Step 1
Step 2