Matthieu Doutreligne

Results 9 issues of Matthieu Doutreligne

The classic iPod makes a perfect click song when scrolling between choices in the Interface. Could it be possible to add it to the Interface ?

## Problem **Goal:** We do not have direct access to our data store from the SNDS at the HAS but we would like to structure, visualize and share cohort descriptions...

Adding logics for a new extractor / new event : - productOrService : the original data is taken from the ER_TIP_F table, a secondary (affinée) table from the DCIR. It...

- Extract LPP events in the DCIR (Liste des Produits et Prestations, translated in MedicalAppliances) from the peripheric table TIP_PRS_IDE. These lines correspond to Medical Appliances (or medical devices) that...

enhancement

Solve issue https://github.com/X-DataInitiative/SCALPEL-Extraction/issues/243 + Change mco sanitize for shared hospital stays : - before: MCO.SEJ_TYP != 'B' - now: !(MCO.ENT_MOD == 1 and MCO.SOR_MOD == 1) Should be equivalent filters...

- Changes : `SEJ_TYP == B` in `ENT_MOD == 1 & SOR_MOD == 1` (applicable for the whole PMSI which is not the case for `SEJ_TYP` only available for the...

Since the update of the pipeline to the versio 1.2, we have an error when we jsonify the metadata at the end of the pipeline. It appears both in the...

## Feature type A new method for Phenotype Class: ```python def add_inclusion_criteria(self, inclusion_criteria: pd.DataFrame, level="patient", threshold=1): ``` ## Description In order to improve the Phenotype class and make it more...

## Feature type New pipeline ## Description I would be super interested to port the biology report introduced in [`plot_concepts_set`] (https://github.com/aphp/eds-scikit/blob/main/eds_scikit/biology/viz/plot.py) to other type of concepts such as billing codes...