eessi-kodeverk
Version:
Dictionary of kode/term for use with associated eessi projects
57 lines (55 loc) • 831 B
JavaScript
"use strict";
var administrative = [
/*
// EUX-1436
{
kode: 'AD_BUC_01',
term: 'Close Case',
},
{
kode: 'AD_BUC_02',
term: 'Reopen Case',
},
{
kode: 'AD_BUC_03',
term: 'Add Participant',
},
{
kode: 'AD_BUC_04',
term: 'Remove Participant',
},
{
kode: 'AD_BUC_05',
term: 'Forward Case',
},
{
kode: 'AD_BUC_06',
term: 'Invalidate SED',
},
{
kode: 'AD_BUC_07',
term: 'Reminder',
},
{
kode: 'AD_BUC_08',
term: 'Clarify SED Content',
},
{
kode: 'AD_BUC_09',
term: 'Reject SED',
},
{
kode: 'AD_BUC_10',
term: 'Update SED',
},
{
kode: 'AD_BUC_11',
term: 'Business Exception',
},
{
kode: 'AD_BUC_12',
term: 'Change of Participant',
},
*/
];
module.exports.administrative = administrative;