Open
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #246 +/- ##
==========================================
+ Coverage 93.37% 93.57% +0.2%
==========================================
Files 196 196
Lines 2399 2414 +15
Branches 51 74 +23
==========================================
+ Hits 2240 2259 +19
+ Misses 159 155 -4
Continue to review full report at Codecov.
|
- before: MCO.SEJ_TYP != 'B' - now: !(MCO.ENT_MOD == 1 and MCO.SOR_MOD == 1) Should be equivalent filters in the data but the later is applicable to the whole PMSI and not only to MCO
e6fbe5d to
7d1da1b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Solve issue #243
Change mco sanitize for shared hospital stays :
Should be equivalent filters in the data but the later is applicable to the whole PMSI and not only to MCO. This change has been made for the three available pmsi : MCO, SSR, HAD.
A Sanitize.md markdown has been added to describe the filters applied to the SNDS when reading the tables. (folder
etl/sources).