/**
  * @see parent::getProps()
  */
 function getProps()
 {
     $props = parent::getProps();
     $props["date_operation"] = "dateTime notNull";
     $props["date_creation"] = "dateTime";
     $props["date_cancellation"] = "dateTime";
     $props["date_consult_chir"] = "dateTime";
     $props["date_consult_anesth"] = "dateTime";
     $props["date_visite_anesth"] = "date";
     $props["date_creation_consult_chir"] = "dateTime";
     $props["date_creation_consult_anesth"] = "dateTime";
     return $props;
 }