Skip to content

Commit

Permalink
Merge pull request #247 from MeasureAuthoringTool/feature/MAT-7667
Browse files Browse the repository at this point in the history
MAT-7667 Removing madie-patient single spa
  • Loading branch information
RohitKandimalla authored Nov 22, 2024
2 parents 40f438e + 6df9b72 commit 34c1181
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 68 deletions.
1 change: 0 additions & 1 deletion local-dev-env/hosted-importmap.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"@madie/madie-editor": "//localhost:8501/madie-madie-editor.js",
"@madie/madie-auth": "//localhost:8502/madie-madie-auth.js",
"@madie/madie-measure": "//localhost:8505/madie-madie-measure.js",
"@madie/madie-patient": "//localhost:8507/madie-madie-patient.js",
"@madie/madie-cql-library": "//localhots:8507/madie-madie-cql-library.js",
"@madie/madie-util": "//localhost:8508/madie-madie-util.js",
"rxjs": "https://unpkg.com/@esm-bundle/rxjs/system/rxjs.min.js",
Expand Down
1 change: 0 additions & 1 deletion local-dev-env/importmap.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"@madie/madie-editor": "//localhost:8501/madie-madie-editor.js",
"@madie/madie-auth": "//localhost:8502/madie-madie-auth.js",
"@madie/madie-measure": "//localhost:8505/madie-madie-measure.js",
"@madie/madie-patient": "//localhost:8506/madie-madie-patient.js",
"@madie/madie-cql-library": "//localhost:8507/madie-madie-cql-library.js",
"@madie/madie-util": "//localhost:8508/madie-madie-util.js",
"rxjs": "https://unpkg.com/@esm-bundle/rxjs/system/rxjs.min.js",
Expand Down
3 changes: 2 additions & 1 deletion local-dev-env/serviceConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"enableQdmRepeatTransfer": false,
"CQLBuilderDefinitions": true,
"TestCaseListSearch": true,
"TestCaseID": false
"TestCaseID": false,
"MeasureButtons": true
}
}
30 changes: 17 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions src/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,10 @@
You need to enable JavaScript to run this app.
</noscript>
<main id="main"></main>

<div id="application-registry" style="display:none;">
<div id="madie-editor"></div>
<div id="madie-auth"></div>
<div id="madie-patient"></div>
<div id="madie-cql-library"></div>
</div>
<script>
Expand Down
2 changes: 0 additions & 2 deletions src/madie-root-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@ import layoutConfig from "./layout-config";
import editorConfig from "./editor-config";
import authConfig from "./auth-config";
import measureConfig from "./measure-config";
import patientConfig from "./patient-config";
import cqllibraryConfig from "./cql-library-config";

registerApplication<ApplicationProps>(layoutConfig);
registerApplication<ApplicationProps>(editorConfig);
registerApplication<ApplicationProps>(authConfig);
registerApplication<ApplicationProps>(measureConfig);
registerApplication<ApplicationProps>(patientConfig);
registerApplication<ApplicationProps>(cqllibraryConfig);

start({
Expand Down
35 changes: 0 additions & 35 deletions src/patient-config.test.ts

This file was deleted.

13 changes: 0 additions & 13 deletions src/patient-config.ts

This file was deleted.

0 comments on commit 34c1181

Please sign in to comment.