Skip to content

Commit

Permalink
Merge pull request #85 from samply/fix-histologies
Browse files Browse the repository at this point in the history
Fix Histology typo
  • Loading branch information
patrickskowronekdkfz authored Apr 15, 2024
2 parents b1d3f9a + a33e754 commit 65b16a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/demo/public/options.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
"groupCode": "specimen"
},
{
"stratifierCode": "Histlogoies",
"stratifierCode": "Histologies",
"stratumCode": "1"
},
{
Expand Down
4 changes: 2 additions & 2 deletions packages/demo/src/measures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1034,11 +1034,11 @@ export const dktkHistologyMeasure = {
stratifier: [
{
code: {
text: "Histlogoies",
text: "Histologies",
},
criteria: {
language: "text/cql-identifier",
expression: "Histlogoy",
expression: "Histology",
},
},
],
Expand Down

0 comments on commit 65b16a5

Please sign in to comment.