UNPKG

melosys-kodeverk

Version:

Dictionary of kode/term objects for use with associated melosys projects

26 lines (25 loc) 409 B
'use strict'; /** * Kodeverk/behandlingstyper * @module */ var behandlingstyper = [{ kode: 'SOEKNAD', term: 'Søknad' }, { kode: 'SED', term: 'SED' }, { kode: 'NY_VURDERING', term: 'Ny vurdering' }, { kode: 'KLAGE', term: 'Klage' }, { kode: 'ANKE', term: 'Anke' }, { kode: 'ENDRET_PERIODE', term: 'Behandle forkortet periode' }]; module.exports.behandlingstyper = behandlingstyper;