cc

Data Entry for Selected Disease(s)

"; $filename4 = 'HeartData.txt'; clearstatcache(); if (file_exists($filename4)) { echo "Data has been entered for Heart Disease."; echo "
"; } else { echo "There is no data on file for Heart Disease."; } ?>

Click here to enter or re-enter clinical data for heart disease.

"; echo "
"; break; case "Lung": echo "One of the potential certifying illnesses you have selected is Lung Disease"; echo "
"; $filename3 = 'LungData.txt'; clearstatcache(); if (file_exists($filename3)) { echo "Data has been entered for Lung Disease."; echo "
"; } else { echo "There is no data on file for Lung Disease."; } ?>

Click here to enter clinical data for lung disease.

"; echo "
"; break; case "Cancer": echo "One of the potential certifying illnesses you have selected is Cancer"; echo "
"; $filename2 = 'CancerData.txt'; clearstatcache(); if (file_exists($filename2)) { echo "Data has been entered for Cancer."; echo "
"; } else { echo "There is no data on file for Cancer."; } ?>

Click here to enter clinical data for cancer.

"; echo "
"; break; default: /*echo "Your favorite color is neither red, blue, or green!"."
"; echo "--------------------------"."
";*/ echo "
"; } } ?>

Click here to return to Task Menu.