@madie/madie-models
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -10,3 +10,5 @@ export declare enum PopulationType { | ||
MEASURE_POPULATION_EXCLUSION = "measurePopulationExclusion", | ||
MEASURE_OBSERVATION = "measureObservation" | ||
MEASURE_OBSERVATION = "measureObservation", | ||
DENOMINATOR_OBSERVATION = "denominatorObservation", | ||
NUMERATOR_OBSERVATION = "numeratorObservation" | ||
} | ||
@@ -13,0 +15,0 @@ export declare function getPopulationCode(populationType: PopulationType): string; |
@@ -15,2 +15,4 @@ "use strict"; | ||
PopulationType["MEASURE_OBSERVATION"] = "measureObservation"; | ||
PopulationType["DENOMINATOR_OBSERVATION"] = "denominatorObservation"; | ||
PopulationType["NUMERATOR_OBSERVATION"] = "numeratorObservation"; | ||
})(PopulationType = exports.PopulationType || (exports.PopulationType = {})); | ||
@@ -27,2 +29,4 @@ const PopulationCodeMap = { | ||
measureObservation: "OBSERV", | ||
numeratorObservation: "NUMEROBSERV", | ||
denominatorObservation: "DENOMOBSERV" | ||
}; | ||
@@ -29,0 +33,0 @@ function getPopulationCode(populationType) { |
{ | ||
"name": "@madie/madie-models", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Models for MADiE Project", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -22,1 +22,3 @@ # MADiE Typescript Models | ||
`"@madie/madie-models": "../madie-models/dist",` | ||
Version 1.3.1 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13936
375
24