qpp-measures-data
Advanced tools
Comparing version 0.0.37 to 0.0.38
17
index.js
@@ -48,1 +48,18 @@ // Libraries | ||
}; | ||
/** | ||
* @return {Array<ClinicalCluster>} | ||
*/ | ||
exports.getClinicalClusterData = function() { | ||
return JSON.parse( | ||
fs.readFileSync(path.join(__dirname, 'clinical-clusters', 'clinical-clusters.json'))); | ||
}; | ||
/** | ||
* @return {{}} - Object representation of the Clinical Cluster Schema | ||
*/ | ||
exports.getClinicalClusterSchema = function() { | ||
return YAML.load(path.join(__dirname, 'clinical-clusters', 'clinical-clusters-schema.yaml')); | ||
}; |
{ | ||
"name": "qpp-measures-data", | ||
"version": "0.0.37", | ||
"version": "0.0.38", | ||
"description": "Quality Payment Program Measures Data Repository", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1492650
52
25016
13