kodewerk
Version:
Dictionary of kode/term objects for use with associated melosys projects
12 lines (9 loc) • 338 B
JavaScript
const { behandlingsresultattyper } = require('./behandlingsresultattyper');
const { behandlingsstatus } = require('./behandlingsstatus');
const { behandlingstyper } = require('./behandlingstyper');
const behandlinger = {
behandlingsresultattyper,
behandlingsstatus,
behandlingstyper
};
module.exports.behandlinger = behandlinger;