Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
3,715 changes: 1 addition & 3,714 deletions package-lock.json

Large diffs are not rendered by default.

4,826 changes: 2,413 additions & 2,413 deletions test/elm/aggregate/data.js

Large diffs are not rendered by default.

4,378 changes: 2,189 additions & 2,189 deletions test/elm/arithmetic/data.js

Large diffs are not rendered by default.

2,576 changes: 1,288 additions & 1,288 deletions test/elm/clinical/data.js

Large diffs are not rendered by default.

8,296 changes: 4,148 additions & 4,148 deletions test/elm/comparison/data.js

Large diffs are not rendered by default.

176 changes: 88 additions & 88 deletions test/elm/conditional/data.js

Large diffs are not rendered by default.

2,790 changes: 1,395 additions & 1,395 deletions test/elm/convert/data.js

Large diffs are not rendered by default.

5,882 changes: 2,941 additions & 2,941 deletions test/elm/date/data.js

Large diffs are not rendered by default.

22,448 changes: 11,224 additions & 11,224 deletions test/elm/datetime/data.js

Large diffs are not rendered by default.

266 changes: 133 additions & 133 deletions test/elm/executor/data.js

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions test/elm/expression/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ module.exports['Expression'] = {
"library" : {
"localId" : "0",
"annotation" : [ {
"translatorVersion" : "3.22.0",
"translatorVersion" : "3.27.0",
"translatorOptions" : "EnableDateRangeOptimization,EnableAnnotations,EnableResultTypes",
"signatureLevel" : "All",
"type" : "CqlToElmInfo"
}, {
"type" : "Annotation",
"s" : {
"r" : "212",
"r" : "214",
"s" : [ {
"value" : [ "","library TestSnippet version '1'" ]
} ]
Expand Down Expand Up @@ -69,21 +69,21 @@ module.exports['Expression'] = {
},
"contexts" : {
"def" : [ {
"localId" : "210",
"localId" : "211",
"name" : "Patient"
} ]
},
"statements" : {
"def" : [ {
"localId" : "208",
"localId" : "209",
"name" : "Patient",
"context" : "Patient",
"expression" : {
"localId" : "209",
"localId" : "210",
"type" : "SingletonFrom",
"signature" : [ ],
"operand" : {
"localId" : "207",
"localId" : "208",
"dataType" : "{https://github.com/cqframework/cql-execution/simple}Patient",
"type" : "Retrieve",
"include" : [ ],
Expand All @@ -93,27 +93,27 @@ module.exports['Expression'] = {
}
}
}, {
"localId" : "212",
"localId" : "214",
"resultTypeName" : "{urn:hl7-org:elm-types:r1}String",
"name" : "Foo",
"context" : "Patient",
"accessLevel" : "Public",
"annotation" : [ {
"type" : "Annotation",
"s" : {
"r" : "212",
"r" : "214",
"s" : [ {
"value" : [ "","define ","Foo",": " ]
}, {
"r" : "213",
"r" : "215",
"s" : [ {
"value" : [ "'Bar'" ]
} ]
} ]
}
} ],
"expression" : {
"localId" : "213",
"localId" : "215",
"resultTypeName" : "{urn:hl7-org:elm-types:r1}String",
"valueType" : "{urn:hl7-org:elm-types:r1}String",
"value" : "Bar",
Expand Down
Loading