UNPKG

bluebutton

Version:

BlueButton.js helps developers navigate complex health data with ease.

21 lines (16 loc) 344 B
/* * ... */ Generators.C32 = (function () { /* * Generates a C32 document */ var run = function (json, template, testingMode) { /* jshint unused: false */ // only until this stub is actually implemented console.log("C32 generation is not implemented yet"); return null; }; return { run: run }; })();