コード例 #1
0
 /**
  * @see parent::__construct()
  */
 function __construct()
 {
     $this->sous_type = "venuePatient";
     parent::__construct();
 }
コード例 #2
0
 /**
  * Construct
  *
  * @return CHPrimXMLMouvementPatient
  */
 function __construct()
 {
     $this->sous_type = "mouvementPatient";
     parent::__construct();
 }
コード例 #3
0
 /**
  * @see parent::__construct
  */
 function __construct()
 {
     $this->sous_type = "fusionVenue";
     parent::__construct();
 }
コード例 #4
0
 /**
  * @see parent::__construct
  */
 function __construct()
 {
     $this->sous_type = "debiteursVenue";
     parent::__construct();
 }
コード例 #5
0
 /**
  * @see parent::__construct()
  */
 function __construct()
 {
     $this->sous_type = "enregistrementPatient";
     parent::__construct();
 }