UNPKG

@anoki/fse-common

Version:

Common types for FSE

17 lines 531 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ReportStatusEnum = exports.ReportArgumentEnum = void 0; exports.ReportArgumentEnum = { APPOINTMENTS: 'appointments', TICKETS_EXEMPTIONS: 'tickets_exemptions', DOCTOR_CHANGE: 'doctor_change', OUTPATIENT_SERVICES: 'outpatient_services', EMERGENCY_ROOM: 'emergency_room', OTHER: 'other' }; exports.ReportStatusEnum = { NEW: 'new', IN_PROGRESS: 'in_progress', CLOSED: 'closed' }; //# sourceMappingURL=report.js.map