UNPKG

nice-hms-integration

Version:

This is a project for the Nice-HMS software integrators to upgrade their non-ABDM software into ABDM-compliant software.

8 lines 537 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.dischareSummary = exports.authToken = void 0; const authToken_1 = require("./routes/authToken"); Object.defineProperty(exports, "authToken", { enumerable: true, get: function () { return authToken_1.authToken; } }); const dischargeSummary_1 = require("./routes/dischargeSummary"); Object.defineProperty(exports, "dischareSummary", { enumerable: true, get: function () { return dischargeSummary_1.dischareSummary; } }); //# sourceMappingURL=index.js.map