/**
  * @see parent::getProps()
  */
 function getProps()
 {
     $specsParent = parent::getProps();
     $specs = array("hprim21_patient_id" => "ref notNull class|CHprim21Patient", "hprim21_medecin_id" => "ref class|CHprim21Medecin", "sejour_id" => "ref class|CSejour", "date_mouvement" => "dateTime", "statut_admission" => "enum list|OP|IP|IO|ER|MP|PA", "localisation_lit" => "str", "localisation_chambre" => "str", "localisation_service" => "str", "localisation4" => "str", "localisation5" => "str", "localisation6" => "str", "localisation7" => "str", "localisation8" => "str");
     return array_merge($specsParent, $specs);
 }
 /**
  * @see parent::getProps()
  */
 function getProps()
 {
     $specsParent = parent::getProps();
     $specs = array("user_id" => "ref class|CMediusers", "nom" => "str", "prenom" => "str", "prenom2" => "str", "alias" => "str", "civilite" => "str", "diplome" => "str", "type_code" => "str");
     return array_merge($specsParent, $specs);
 }
 /**
  * @see parent::getProps()
  */
 function getProps()
 {
     $specsParent = parent::getProps();
     $specs = array("hprim21_patient_id" => "ref class|CHprim21Patient", "code_organisme" => "str", "numero_adherent" => "str", "debut_droits" => "date", "fin_droits" => "date", "type_contrat" => "str");
     return array_merge($specsParent, $specs);
 }
 /**
  * @see parent::getProps()
  */
 function getProps()
 {
     $specsParent = parent::getProps();
     $specs = array("patient_id" => "ref class|CPatient", "nom" => "str notNull seekable", "prenom" => "str seekable", "prenom2" => "str", "alias" => "str", "civilite" => "enum list|M|Mme|Mlle", "diplome" => "str", "nom_jeune_fille" => "str", "nom_soundex2" => "str", "prenom_soundex2" => "str", "nomjf_soundex2" => "str", "naissance" => "birthDate", "sexe" => "enum list|M|F|U", "adresse1" => "str", "adresse2" => "str", "ville" => "str", "departement" => "str", "cp" => "str", "pays" => "str", "telephone1" => "str", "telephone2" => "str", "traitement_local1" => "str", "traitement_local2" => "str", "taille" => "num", "poids" => "num", "diagnostic" => "str", "traitement" => "str", "regime" => "str", "commentaire1" => "str", "commentaire2" => "str", "classification_diagnostic" => "str", "situation_maritale" => "enum list|M|S|D|W|A|U", "precautions" => "str", "langue" => "str", "statut_confidentialite" => "str", "date_derniere_modif" => "dateTime", "date_deces" => "date", "nature_assurance" => "str", "debut_validite" => "date", "fin_validite" => "date", "matricule" => "code insee", "rang_beneficiaire" => "enum list|01|02|09|11|12|13|14|15|16|31", "rang_naissance" => "enum list|1|2|3|4|5|6 default|1", "code_regime" => "numchar maxLength|3", "caisse_gest" => "numchar length|3", "centre_gest" => "numchar length|4", "origine_droits" => "str", "nature_exoneration" => "str", "nom_assure" => "str", "prenom_assure" => "str", "nom_jeune_fille_assure" => "str", "taux_PEC" => "float", "numero_AT" => "num", "AT_par_tiers" => "bool", "fin_droits" => "date", "date_accident" => "date", "nom_employeur" => "str", "adresse1_employeur" => "str", "adresse2_employeur" => "str", "ville_employeur" => "str", "departement_employeur" => "str", "cp_employeur" => "str", "pays_employeur" => "str", "date_debut_grossesse" => "date");
     return array_merge($specsParent, $specs);
 }