feat: Add default and ambulatory data table configurations for encounter lists.

This commit is contained in:
riefive
2025-12-09 12:59:43 +07:00
parent 9dc9c85fab
commit d5993ecbfe
+4 -1
View File
@@ -195,7 +195,10 @@ export const ambulatoryConfig: Config = {
},
components: {
sep(rec) {
sep(rec: any) {
if (rec?.paymentMethod_code !== 'jkn') {
return {} as RecComponent
}
const res: RecComponent = {
rec: rec as object,
component: vclaimSepInfo,