titre = "INTER-SANTE - Fiche Bénéficiaire"; $AffectionVisible = $_SESSION['p_AffectionVisible']; if (est_anglophone()) { $produit = $beneficiaire['produitEng']; $naturepiece = $beneficiaire['naturepieceEng']; $lienparente = $beneficiaire['lienparenteEng']; $motifsortie = $beneficiaire['motifsortieEng']; $etatbeneficiaire = $beneficiaire['etatbeneficiaireEng']; } else { $produit = $beneficiaire['produit']; $naturepiece = $beneficiaire['naturepiece']; $lienparente = $beneficiaire['lienparente']; $motifsortie = $beneficiaire['motifsortie']; $etatbeneficiaire = $beneficiaire['etatbeneficiaire']; } $garant = $this->nettoyer($beneficiaire['garant']); if(strlen($garant)>"25"){ $garant = $this->nettoyer($beneficiaire['codeGcAssureur']); } $nomClient = $this->nettoyer($beneficiaire['nomClient']); $libellePolice = $this->nettoyer($beneficiaire['libellePolice']); $lienPhoto = $this->nettoyer($beneficiaire['lienPhoto']); $codeAffection = $this->nettoyer($feuillemaladie['codeAffection']); if (isset($_SESSION['p_lang']) && $_SESSION['p_lang']=="en_US") { $libelleAffection = $this->nettoyer($feuillemaladie['libelleAffectionEng'])." => ".$codeAffection; } else { $libelleAffection = $this->nettoyer($feuillemaladie['libelleAffection'])." => ".$codeAffection; } if($AffectionVisible!="1") { $libelleAffection = $codeAffection; } ?>