Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
0dbcd47
updates all MEF VS and scripts
Dtphelan1 Aug 9, 2021
e50cf7d
no longer needs an all-vs-path file for pre-expansion VSs"
Dtphelan1 Aug 9, 2021
e73af95
Removed pre-expansion VS from proj
Dtphelan1 Sep 9, 2021
62ab1e0
Added generation documentation
Dtphelan1 Sep 9, 2021
4079578
removing elixhauser vs
Dtphelan1 Sep 9, 2021
bdbf829
Removed vestigal top-level VS
Dtphelan1 Sep 9, 2021
8bb1617
Minor name changes to the CI workflow yml
Dtphelan1 Sep 10, 2021
18a4066
Rewriting vs expansions protocol
Dtphelan1 Sep 10, 2021
60fa965
more updates to md file
Dtphelan1 Sep 10, 2021
8310a69
fresh start on vs
Dtphelan1 Sep 10, 2021
04a3fe2
updated vs based on new sushi build
Dtphelan1 Sep 10, 2021
0a4ff25
expanded vs
Dtphelan1 Sep 10, 2021
be7579b
added lost surgical-proc vs
Dtphelan1 Sep 10, 2021
076a419
removes broken radProc test; manually expands tumor-marker-test vs
Dtphelan1 Sep 10, 2021
2b9ac3f
Manual fix for primary-or-uncertain-vs
Dtphelan1 Sep 10, 2021
b4285bf
manual expand of surg proc; TODO - fix test
Dtphelan1 Sep 10, 2021
0a951f9
disabling more radProc tests"
Dtphelan1 Sep 10, 2021
9189dc8
all tests fixed
Dtphelan1 Sep 10, 2021
cd0c22a
fixes lint errs
Dtphelan1 Sep 10, 2021
64a80a1
manual expand of secondary-cancer vs
Dtphelan1 Sep 10, 2021
d230364
add manual expansion step to md file
Dtphelan1 Sep 10, 2021
9f6dfb1
Update vs-expansion-explained.md
Dtphelan1 Sep 13, 2021
dc1b554
Make VS pattern more meaningful
Dtphelan1 Sep 13, 2021
f6628fc
remove radiation extractor
Dtphelan1 Sep 13, 2021
db0f044
removing the VS's
Dtphelan1 Sep 14, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
lint:
name: Check lint
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
Expand All @@ -16,7 +16,7 @@ jobs:
env:
CI: true
test:
name: Run tests on ${{ matrix.os }}
name: Tests on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down
50 changes: 0 additions & 50 deletions src/extractors/MCODERadiationProcedureExtractor.js

This file was deleted.

2 changes: 0 additions & 2 deletions src/extractors/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ const { FHIRMedicationStatementExtractor } = require('./FHIRMedicationStatementE
const { FHIRObservationExtractor } = require('./FHIRObservationExtractor');
const { FHIRPatientExtractor } = require('./FHIRPatientExtractor');
const { FHIRProcedureExtractor } = require('./FHIRProcedureExtractor');
const { MCODERadiationProcedureExtractor } = require('./MCODERadiationProcedureExtractor');
const { MCODESurgicalProcedureExtractor } = require('./MCODESurgicalProcedureExtractor');

module.exports = {
Expand All @@ -48,6 +47,5 @@ module.exports = {
FHIRObservationExtractor,
FHIRPatientExtractor,
FHIRProcedureExtractor,
MCODERadiationProcedureExtractor,
MCODESurgicalProcedureExtractor,
};

This file was deleted.

Loading