Skip to content

Commit

Permalink
feat: add iris table and remove observation table for csv export - Re…
Browse files Browse the repository at this point in the history
…f gestion-de-projet#1926 gestion-de-projet#2068
  • Loading branch information
Mehdi-BOUYAHIA committed May 22, 2023
2 parents 3517a66 + 1904b6e commit 39d5aaf
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions src/components/Dashboard/ExportModal/export_table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,16 @@ const exportTable: ExportTableType[] = [
table_name: 'Patient',
table_id: 'person'
},
// {
// id: 'observation',
// table_name: 'Patient - Données démographiques',
// table_id: 'observation',
// table_subtitle: '⚠️ Attention cette table comporte des données identifiantes'
// },
{
id: 'observation',
table_name: 'Patient - Données démographiques',
table_id: 'observation',
table_subtitle: '⚠️ Attention cette table comporte des données identifiantes'
id: 'iris',
table_name: 'Patient - Données géographiques',
table_id: 'iris'
},
{
id: 'drug_exposure_prescription',
Expand Down

0 comments on commit 39d5aaf

Please sign in to comment.