This commit is contained in:
2026-03-13 03:24:58 +00:00
parent 674309e23e
commit a0dc767ffb
6 changed files with 30 additions and 43 deletions

View File

@@ -14,6 +14,30 @@ class Prestationactes extends Modele
$numeroAdherent = $_SESSION['p_numeroAdherent_C'];
$idBeneficiaire = $_SESSION['p_idBeneficiaire_C'];
$numeroBeneficiaire = $_SESSION['p_numeroBeneficiaire_C'];
var_dump(
array(
"codePrestataire" => $codePrestataire,
"numeroFeuilleMaladie" => $numeroFeuilleMaladie,
"user" => $user,
"codeActe" => $codeActe,
"quantite" => $quantite,
"prixActe" => $prixActe,
"valeurActe" => $valeurActe,
"idAdherent" => $idAdherent,
"numeroAdherent" => $numeroAdherent,
"idBeneficiaire" => $idBeneficiaire,
"numeroBeneficiaire" => $numeroBeneficiaire,
"ententePrealable" => $ententePrealable,
"autorisation" => $autorisation,
"idSaisie" => $idSaisie,
"prixTarif" => $prixTarif,
"prixBase" => $prixBase,
"motifActe" => $motifActe,
"tm" => $tm
)
);
exit;
$sql = 'call sp_p_enregistrer_actemedical_newversion(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?);';