"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); // Patient is an asset class Patient { } exports.Patient = Patient; //# sourceMappingURL=patient.js.map