@ -3,6 +3,9 @@ class CommonCodes {
codeList.forEach(item => this[item.code] = !asObject ? item.value : item);
this.codes = () => codeList.map(item => item.code);
this.list = () => codeList;
this.format = (code) => {
return this.value(code, "");
}
_value(code, field) {