Skip to content

Commit

Permalink
feat: add information data PMSI in CCAM, GHM & CIM10 (#816)
Browse files Browse the repository at this point in the history
Refs:gestion-de-projet#2108
  • Loading branch information
itsEAF authored Jul 17, 2023
1 parent f0699a6 commit 27e4d51
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useState } from 'react'

import { Alert, Button, Divider, FormLabel, Grid, IconButton, Switch, TextField, Typography } from '@mui/material'
import { Alert, Button, Divider, FormLabel, Grid, IconButton, Link, Switch, TextField, Typography } from '@mui/material'

import KeyboardBackspaceIcon from '@mui/icons-material/KeyboardBackspace'

Expand Down Expand Up @@ -83,6 +83,18 @@ const CcamForm: React.FC<CcamFormProps> = (props) => {
</Alert>
)}

<Alert severity="warning">
Données actuellement disponibles : PMSI ORBIS. Pour plus d'informations sur les prochaines intégrations de
données, veuillez vous référer au tableau trimestriel de disponibilité des données disponible&nbsp;
<Link
href="https://eds.aphp.fr/sites/default/files/2023-01/EDS_Disponibilite_donnees_site_EDS_202212.pdf"
target="_blank"
rel="noopener"
>
ici
</Link>
</Alert>

<Grid className={classes.inputContainer} container>
<Typography variant="h6">Actes CCAM</Typography>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import {
FormLabel,
Grid,
IconButton,
Link,
Switch,
TextField,
Typography
Expand Down Expand Up @@ -109,6 +110,18 @@ const Cim10Form: React.FC<Cim10FormProps> = (props) => {
</Alert>
)}

<Alert severity="warning">
Données actuellement disponibles : PMSI ORBIS. Pour plus d'informations sur les prochaines intégrations de
données, veuillez vous référer au tableau trimestriel de disponibilité des données disponible&nbsp;
<Link
href="https://eds.aphp.fr/sites/default/files/2023-01/EDS_Disponibilite_donnees_site_EDS_202212.pdf"
target="_blank"
rel="noopener"
>
ici
</Link>
</Alert>

<Grid className={classes.inputContainer} container>
<Typography variant="h6">Diagnostic</Typography>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useState } from 'react'

import { Alert, Button, Divider, FormLabel, Grid, IconButton, Switch, TextField, Typography } from '@mui/material'
import { Alert, Button, Divider, FormLabel, Grid, IconButton, Link, Switch, TextField, Typography } from '@mui/material'

import KeyboardBackspaceIcon from '@mui/icons-material/KeyboardBackspace'

Expand Down Expand Up @@ -76,6 +76,18 @@ const GhmForm: React.FC<GHMFormProps> = (props) => {
</Alert>
)}

<Alert severity="warning">
Données actuellement disponibles : PMSI ORBIS. Pour plus d'informations sur les prochaines intégrations de
données, veuillez vous référer au tableau trimestriel de disponibilité des données disponible&nbsp;
<Link
href="https://eds.aphp.fr/sites/default/files/2023-01/EDS_Disponibilite_donnees_site_EDS_202212.pdf"
target="_blank"
rel="noopener"
>
ici
</Link>
</Alert>

<Grid className={classes.inputContainer} container>
<Typography variant="h6">GHM</Typography>

Expand Down

0 comments on commit 27e4d51

Please sign in to comment.