columns:
|
|
code:
|
|
type: text
|
|
liste_acte:
|
|
type: text
|
|
default: "''::text"
|
|
liste_activite:
|
|
type: text
|
|
default: "''::text"
|
|
liste_diagnostic_associe:
|
|
type: text
|
|
default: "''::text"
|
|
liste_diagnostic_principal:
|
|
type: text
|
|
default: "''::text"
|
|
liste_diagnostic_relie:
|
|
type: text
|
|
default: "''::text"
|
|
liste_etage:
|
|
type: text
|
|
default: "''::text"
|
|
liste_finess:
|
|
type: text
|
|
default: "''::text"
|
|
liste_ghm:
|
|
type: text
|
|
default: "''::text"
|
|
liste_medecin:
|
|
type: text
|
|
default: "''::text"
|
|
liste_prestation:
|
|
type: text
|
|
default: "''::text"
|
|
liste_rubrique:
|
|
type: text
|
|
default: "''::text"
|
|
liste_sauf_ghm:
|
|
type: text
|
|
default: "''::text"
|
|
liste_sauf_prestation:
|
|
type: text
|
|
default: "''::text"
|
|
liste_sauf_rubrique:
|
|
type: text
|
|
default: "''::text"
|
|
liste_service:
|
|
type: text
|
|
default: "''::text"
|
|
liste_specialite:
|
|
type: text
|
|
default: "''::text"
|
|
liste_type_sejour:
|
|
type: text
|
|
default: "''::text"
|
|
liste_unite_fonctionnelle:
|
|
type: text
|
|
default: "''::text"
|
|
oid:
|
|
type: bigint
|
|
not_null: NOT NULL
|
|
default: "nextval('s_pole_rule'::regclass)"
|
|
pole_id:
|
|
type: bigint
|
|
not_null: NOT NULL
|
|
default: "0"
|
|
priorite:
|
|
type: numeric(5,0)
|
|
texte:
|
|
type: text
|
|
constraints:
|
|
t_pole_rule_pkey:
|
|
type: PRIMARY KEY
|
|
column: oid
|