Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #112

Merged
merged 13 commits into from
Jun 26, 2024
Merged
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@samply/lens",
"description": "A web component library for clinical data search and visualisation",
"version": "0.2.0",
"version": "0.2.1",
"type": "module",
"module": "dist/lens.js",
"main": "dist/lens.umd.js",
Expand Down
1 change: 1 addition & 0 deletions packages/demo/public/catalogues/catalogue-dktk.json
Original file line number Diff line number Diff line change
Expand Up @@ -20195,6 +20195,7 @@
{
"key": "biosamples",
"name": "Bioproben",
"infoButtonText": ["Auf Auswahl dieser Parameter hin, erhalten Sie die Anzahl ALLER Proben, die mit dem Patienten übereinstimmen."],
"childCategories": [
{
"key": "sample_kind",
Expand Down
8 changes: 4 additions & 4 deletions packages/demo/public/options-ccp-demo.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"chartOptions": {
"patients": {
"legendMapping": {
"berlin": "Berlin",
"berlin-test": "Berlin",
"bonn": "Bonn",
"dresden": "Dresden",
Expand All @@ -41,7 +40,6 @@
"ulm": "Ulm",
"wuerzburg": "Würzburg",
"mannheim": "Mannheim",
"dktk-test": "DKTK-Test",
"hamburg": "Hamburg"
}
},
Expand Down Expand Up @@ -71,6 +69,9 @@
]
},
"therapy_of_tumor": {
"hintText": [
"Bei Patienten mit mehreren onkologischen Diagnosen werden auch Einträge angezeigt, die ggfs. nicht den ausgewählten Suchkriterien entsprechen."
],
"aggregations": [
"medicationStatements"
],
Expand Down Expand Up @@ -217,7 +218,7 @@
"backendMeasures": "DKTK_STRAT_DEF_IN_INITIAL_POPULATION",
"url": "https://backend.demo.lens.samply.de/prod/",
"sites": [
"berlin",
"berlin-test",
"dresden",
"essen",
"frankfurt",
Expand All @@ -229,7 +230,6 @@
"ulm",
"wuerzburg",
"mannheim",
"dktk-test",
"hamburg"
],
"catalogueKeyToResponseKeyMap": [
Expand Down
5 changes: 1 addition & 4 deletions packages/demo/public/options-ccp-prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"chartOptions": {
"patients": {
"legendMapping": {
"berlin": "Berlin",
"berlin-test": "Berlin",
"bonn": "Bonn",
"dresden": "Dresden",
Expand All @@ -41,7 +40,6 @@
"ulm": "Ulm",
"wuerzburg": "Würzburg",
"mannheim": "Mannheim",
"dktk-test": "DKTK-Test",
"hamburg": "Hamburg"
}
},
Expand Down Expand Up @@ -220,7 +218,7 @@
"backendMeasures": "DKTK_STRAT_DEF_IN_INITIAL_POPULATION",
"url": "https://backend.data.dktk.dkfz.de/prod/",
"sites": [
"berlin",
"berlin-test",
"dresden",
"essen",
"frankfurt",
Expand All @@ -232,7 +230,6 @@
"ulm",
"wuerzburg",
"mannheim",
"dktk-test",
"hamburg"
],
"catalogueKeyToResponseKeyMap": [
Expand Down
7 changes: 4 additions & 3 deletions packages/demo/public/options-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
}
},
"siteMappings": {
"berlin": "Berlin",
"berlin-test": "Berlin",
"bonn": "Bonn",
"dresden": "Dresden",
Expand Down Expand Up @@ -71,6 +70,9 @@
]
},
"therapy_of_tumor": {
"hintText": [
"Bei Patienten mit mehreren onkologischen Diagnosen werden auch Einträge angezeigt, die ggfs. nicht den ausgewählten Suchkriterien entsprechen."
],
"aggregations": [
"medicationStatements"
],
Expand Down Expand Up @@ -220,7 +222,7 @@
"backendMeasures": "DKTK_STRAT_DEF_IN_INITIAL_POPULATION",
"url": "http://localhost:8055",
"sites": [
"berlin",
"berlin-test",
"dresden",
"essen",
"frankfurt",
Expand All @@ -232,7 +234,6 @@
"ulm",
"wuerzburg",
"mannheim",
"dktk-test",
"hamburg"
],
"catalogueKeyToResponseKeyMap": [
Expand Down
20 changes: 14 additions & 6 deletions packages/demo/src/AppCCP.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,9 @@
<div class="chart-wrapper result-table">
<lens-result-table pageSize="10">
<div slot="above-pagination" class="result-table-hint-text">
* Umfasst Gewebe- und flüssige Proben. Die Anzahl der
FFPE-Proben (Schätzung) entspricht der Zahl der
Diagnosen.
* Die Anzahl der möglichen vorhandenen FFPE-Proben aus
der Pathologie beruht auf der Menge der gezählten
Histologien.
</div>
</lens-result-table>
</div>
Expand Down Expand Up @@ -241,16 +241,24 @@

<footer>
<a
class="ccp"
href="https://dktk.dkfz.de/klinische-plattformen/ueber-die-ccp/about-ccp"
class="known-issues"
href="https://hub.dkfz.de/s/iP6A7zJzAQya3iC"
target="_blank"
>
Known Issues
</a>
<a
href="https://dktk.dkfz.de/forschung/Plattformen-und-Technologie-Netzwerke/klinische-plattformen/ccp-faq"
class="faq"
target="_blank">FAQ</a
>
<a class="ccp" href="https://dktk.dkfz.de/ccp" target="_blank">
Clinical Communication Platform (CCP)
</a>
<a class="email" href="mailto:CCP@dkfz.de">Kontakt</a>
<a
class="user-agreement"
href="https://hub.dkfz.de/s/xcGZHda8LHd6yGS"
href=" https://hub.dkfz.de/s/MPCg2kK23LH8Yii"
torbrenner marked this conversation as resolved.
Show resolved Hide resolved
download="nutzervereinbarung"
target="_blank">Nutzungsvereinbarung</a
>
Expand Down
Loading