*/
$history = new History();
$history->setIdPatient($_POST["id_patient"]);
$history->setBirthGrowth($_POST["birth_growth"]);
$_POST["birth_growth"] = $history->getBirthGrowth();
$history->setGrowthSexuality($_POST["growth_sexuality"]);
$_POST["growth_sexuality"] = $history->getGrowthSexuality();
$history->setFeed($_POST["feed"]);
$_POST["feed"] = $history->getFeed();
$history->setHabits($_POST["habits"]);
$_POST["habits"] = $history->getHabits();
$history->setPeristalticConditions($_POST["peristaltic_conditions"]);
$_POST["peristaltic_conditions"] = $history->getPeristalticConditions();
$history->setPsychological($_POST["psychological"]);
$_POST["psychological"] = $history->getPsychological();
$history->setChildrenComplaint($_POST["children_complaint"]);
$_POST["children_complaint"] = $history->getChildrenComplaint();
$history->setVenerealDisease($_POST["venereal_disease"]);
$_POST["venereal_disease"] = $history->getVenerealDisease();
$history->setAccidentSurgicalOperation($_POST["accident_surgical_operation"]);
$_POST["accident_surgical_operation"] = $history->getAccidentSurgicalOperation();
$history->setMedicinalIntolerance($_POST["medicinal_intolerance"]);
$_POST["medicinal_intolerance"] = $history->getMedicinalIntolerance();
$history->setMentalIllness($_POST["mental_illness"]);
$_POST["mental_illness"] = $history->getMentalIllness();
if (!$history->validateData()) {
    //$formError["???"] = $history->get???Error();
    //$formError["???"] = $history->get???Error();
    Form::setSession($_POST);
    //header("Location: ../medical/history_personal_edit_form.php?id_patient=" . $idPatient);
    header("Location: ../medical/history_personal_edit_form.php");