SCALPEL-Extraction
SCALPEL-Extraction copied to clipboard
Drees 110 lpp extractor
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 concerns the LPP events which address all sort of products and services reimbursed. Some examples are , medical devices, prostheses, bandages, ...
Codecov Report
Merging #262 into develop will increase coverage by
0.06%. The diff coverage is100.00%.
@@ Coverage Diff @@
## develop #262 +/- ##
===========================================
+ Coverage 93.50% 93.56% +0.06%
===========================================
Files 218 220 +2
Lines 2586 2596 +10
Branches 72 70 -2
===========================================
+ Hits 2418 2429 +11
+ Misses 168 167 -1
| Impacted Files | Coverage Δ | |
|---|---|---|
| ...tractors/events/acts/DcirMedicalActExtractor.scala | 96.00% <ø> (ø) |
|
| ...hnique/cmap/cnam/etl/events/ProductOrService.scala | 100.00% <100.00%> (ø) |
|
| ...uctsorservices/DcirProductOrServiceExtractor.scala | 100.00% <100.00%> (ø) |
|
| .../cnam/etl/extractors/sources/dcir/DcirSource.scala | 100.00% <100.00%> (ø) |
|
| ...dy/fall/extractors/FallHospitalStayExtractor.scala | 80.00% <100.00%> (+13.33%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 714aa3e...9b62dea. Read the comment docs.
Hello @dsun0720 ! We needed to take into account these events for a study and thus implemented this new extractor. What do you think of this addition ?