PHP code example of padosoft / tessera-sanitaria
1. Go to this page and download the library: Download padosoft/tessera-sanitaria library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
padosoft / tessera-sanitaria example snippets
php
// Istanzia la classe per il tracciato
$objTracciato = new Tracciato($objValidateHelper);
// Crea XML
$rispostaTracciato = $objTracciato->doTracciato($codiceRegione, $codiceAsl, $codiceSSA, $cfProprietario, $pIva, $arrSpesa, $arrVociSpesa);
// Recupera l'XML creato
$strXML = $objTracciato->getXml();