/**
  * @see parent::__construct()
  */
 function __construct()
 {
     $this->sous_type = "venuePatient";
     parent::__construct();
 }
 /**
  * Construct
  *
  * @return CHPrimXMLMouvementPatient
  */
 function __construct()
 {
     $this->sous_type = "mouvementPatient";
     parent::__construct();
 }
 /**
  * @see parent::__construct
  */
 function __construct()
 {
     $this->sous_type = "fusionVenue";
     parent::__construct();
 }
 /**
  * @see parent::__construct
  */
 function __construct()
 {
     $this->sous_type = "debiteursVenue";
     parent::__construct();
 }
 /**
  * @see parent::__construct()
  */
 function __construct()
 {
     $this->sous_type = "enregistrementPatient";
     parent::__construct();
 }