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.
 
 

61 lines
1.9 KiB

dep:
- v_places_1
src: |
SELECT v_places_1.date AS date_reference,
v_places_1.type_sejour_id,
v_places_1.type_sejour_code,
v_places_1.type_sejour_texte,
v_places_1.parent_id,
v_places_1.parent_code,
v_places_1.parent_texte,
v_places_1.parent_section_id,
v_places_1.parent_section_code,
v_places_1.parent_section_texte,
v_places_1.date,
v_places_1.jour_semaine,
v_places_1.is_weekend,
v_places_1.nb_lits_theoriques,
v_places_1.nb_lits_cp_theoriques,
v_places_1.nb_lits_ouverts,
v_places_1.nb_lits_cp_ouverts,
v_places_1.est_ouvert,
v_places_1.heberge_hospitalises,
v_places_1.heberge_ambulatoires,
v_places_1.heberge_externes,
v_places_1.heberge_bebes,
v_places_1.heberge_urgences,
v_places_1.parent_type,
v_places_1.etage_id,
v_places_1.etage_code,
v_places_1.etage_texte,
v_places_1.etage_section_id,
v_places_1.etage_section_code,
v_places_1.etage_section_texte,
v_places_1.service_id,
v_places_1.service_code,
v_places_1.service_texte,
v_places_1.service_section_id,
v_places_1.service_section_code,
v_places_1.service_section_texte,
v_places_1.uf_id,
v_places_1.uf_code,
v_places_1.uf_texte,
v_places_1.uf_section_id,
v_places_1.uf_section_code,
v_places_1.uf_section_texte,
v_places_1.finess_id,
v_places_1.finess_code,
v_places_1.finess_texte,
v_places_1.finess_section_id,
v_places_1.finess_section_code,
v_places_1.finess_section_texte,
v_places_1.pole_id,
v_places_1.pole_code,
v_places_1.pole_texte,
v_places_1.pole_section_id,
v_places_1.pole_section_code,
v_places_1.pole_section_texte,
v_places_1.mode_traitement_id,
v_places_1.mode_traitement_code,
v_places_1.mode_traitement_texte
FROM activite.v_places_1;