/**
  * construct
  */
 function __construct()
 {
     $this->type = "pmsi";
     parent::__construct();
 }
 /**
  * construct
  */
 function __construct()
 {
     $this->type = "patients";
     parent::__construct();
 }