pour déploiement auto v2 via gitlab
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

80 lines
1.5 KiB

comment: |
CIRCULAIRE N°DHOS/O1/F2/F3/F1/2008/147 du 29 avril 2008 relative au développement de la
chirurgie ambulatoire dans les établissements de santé.
Couples de GHM
columns:
code:
type: character varying(20)
ghm_1_id:
type: bigint
default: "0"
ghm_2_id:
type: bigint
default: "0"
ghm_3_id:
type: bigint
default: "0"
ghm_4_id:
type: bigint
default: "0"
ghm_5_id:
type: bigint
default: "0"
oid:
type: bigint
not_null: NOT NULL
default: "nextval('s_etudes'::regclass)"
taux_cible_2006:
type: numeric(3,0)
default: "0"
taux_cible_2007:
type: numeric(3,0)
default: "0"
taux_cible_2008:
type: numeric(3,0)
default: "0"
taux_cible_2009:
type: numeric(3,0)
default: "0"
taux_cible_2010:
type: numeric(3,0)
default: "0"
taux_cible_2011:
type: numeric(3,0)
default: "0"
taux_cible_2012:
type: numeric(3,0)
default: "0"
taux_cible_2013:
type: numeric(3,0)
default: "0"
texte:
type: character varying(255)
texte_court:
type: character varying(255)
constraints:
t_etude_1_pkey:
type: PRIMARY KEY
column: oid
t_etude_1_ukey1:
type: UNIQUE
column: code
indexes:
i_etude_1_1:
column: code
method: btree
i_etude_1_2:
column: ghm_1_id
method: btree
i_etude_1_3:
column: ghm_2_id
method: btree
i_etude_1_4:
column: ghm_3_id
method: btree
i_etude_1_5:
column: ghm_4_id
method: btree
i_etude_1_6:
column: ghm_5_id
method: btree