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.
 
 

44 lines
1.1 KiB

comment: Codes retours contrôles associés aux DMT (fichier Ano depuis 2025)
columns:
crc_base_remboursement:
type: character(1)
crc_coherence_dmt_mt:
type: character(1)
comment: |
Contrôle fait dans DRUIDES, vérification de l''existence de la combinaison code DMT + Mode traitement par champ selon le référentiel.
0 : Ok, combinaison autorisée
1 : combinaison non autorisée pour ce champ
crc_date_debut:
type: character(1)
crc_date_fin:
type: character(1)
crc_dmt_code:
type: character(1)
crc_mode_traitement:
type: character(1)
crc_montant_remboursable:
type: character(1)
crc_prix_unitaire:
type: character(1)
crc_quantite:
type: character(1)
crc_taux_prestation:
type: character(1)
import_id:
type: bigint
default: "0"
oid:
type: bigint
not_null: NOT NULL
default: "nextval('s_vidhosp_dmt_crc'::regclass)"
rss_id:
type: bigint
constraints:
p_vidhosp_dmt_crc_pkey:
type: PRIMARY KEY
column: oid
indexes:
i_vidhosp_dmt_crc_rss_id:
column: rss_id
method: btree