/**
  * @see parent::getProps()
  */
 function getProps()
 {
     $props = parent::getProps();
     $props["text"] = "str notNull confidential seekable";
     $props["raison_sociale"] = "str maxLength|50";
     $props["adresse"] = "text confidential";
     $props["cp"] = "str minLength|4 maxLength|10";
     $props["ville"] = "str maxLength|50 confidential";
     $props["tel"] = "phone";
     $props["fax"] = "phone";
     $props["tel_anesth"] = "phone";
     $props["service_urgences_id"] = "ref class|CFunctions";
     $props["pharmacie_id"] = "ref class|CFunctions";
     $props["directeur"] = "str maxLength|50";
     $props["domiciliation"] = "str maxLength|9";
     $props["siret"] = "str length|14";
     $props["ape"] = "str maxLength|6 confidential";
     $props["mail"] = "email";
     $props["mail_apicrypt"] = "email";
     $props["web"] = "str";
     $props["finess"] = "numchar length|9 confidential mask|9xS9S99999S9 control|luhn";
     $props["chambre_particuliere"] = "bool notNull default|0";
     $props["ean"] = "str";
     $props["rcc"] = "str";
     $props["lat"] = "float";
     $props["lon"] = "float";
     $props["legal_entity_id"] = "ref class|CLegalEntity";
     $props["_cp_court"] = "numchar length|2";
     return $props;
 }
 /**
  * @see parent::getProps()
  */
 function getProps()
 {
     $props = parent::getProps();
     $props["name"] = "str notNull confidential";
     $props["finess"] = "numchar length|9 confidential mask|9xS9S99999S9 control|luhn";
     $props["rmess"] = "numchar length|9 confidential mask|9xS9S99999S9 control|luhn";
     $props["address"] = "text confidential";
     $props["zip_code"] = "str minLength|4 maxLength|10";
     $props["city"] = "str maxLength|50 confidential";
     $props["country"] = "num length|3";
     $props["insee"] = "numchar length|3";
     $props["siren"] = "numchar length|9 confidential mask|9xS9S99999S9 control|luhn";
     $props["nic"] = "num length|5";
     $props["legal_status_code"] = "ref class|CLegalStatus autocomplete|description show|0";
     return $props;
 }
 /**
  * @see parent::getProps()
  */
 function getProps()
 {
     $props = parent::getProps();
     $props["typologie"] = "str";
     return $props;
 }