Skip to content

Commit

Permalink
Merge pull request #17 from samply/refactor/applyRequestedChanges
Browse files Browse the repository at this point in the history
Apply Requested Re-Arrangements
  • Loading branch information
torbrenner authored Jul 13, 2023
2 parents ca119f9 + c9e57af commit 3c28e4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/app/app.component.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<header class="row line">
<p-image [src]="'assets/dktk.svg'" alt="DKTK"></p-image>
<div>
<span class="ccp-header">Clinical Communication Platform: Explorer</span>
<span class="ccp-header">CCP Explorer</span>
</div>
<p-image [src]="'assets/logo-dkfz.svg'" alt="DKFZ"></p-image>
</header>
Expand All @@ -16,7 +16,7 @@
<span>
© 2023&nbsp;
<a href="https://dktk.dkfz.de/klinische-plattformen/ueber-die-ccp/about-ccp">
Clinical Communication Plattform (CCP)
Clinical Communication Platform (CCP)
</a>
</span>
</footer>
2 changes: 1 addition & 1 deletion src/assets/catalogue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { Lokalisation } from './lokalisation';
import { MolecularMarker } from './molecular-marker';

export const staticCatalogue: Array<Category> = [
new Category('tumor_entity', 'Tumorentität', Entities),
new Category('patient', 'Patient', [
new Criteria(
'gender',
Expand Down Expand Up @@ -37,6 +36,7 @@ export const staticCatalogue: Array<Category> = [
},
]
),
new Category('tumor_entity', 'Tumorentität', Entities),
new Criteria(
'75186-7',
{ de: 'Vitalstatus', en: 'Vital status' },
Expand Down

0 comments on commit 3c28e4d

Please sign in to comment.