melosys-kodeverk
Version:
Dictionary of kode/term objects for use with associated melosys projects
22 lines (21 loc) • 394 B
JavaScript
;
/**
* Kodeverk/sakstyper
* ref: https://confluence.adeo.no/display/TEESSI/Kodeverk+i+Melosys
* Dato: 13SEP2018, Marte Okkelmo
* @module
*/
var sakstyper = [{
kode: 'EU_EOS',
term: 'EU/EØS'
}, {
kode: 'TRYGDEAVTALE',
term: 'Trygdeavtale'
}, {
kode: 'FTRL',
term: 'Folketrygdloven'
}, {
kode: 'UKJENT',
term: 'Ukjent'
}];
module.exports.sakstyper = sakstyper;