feat: Add default and ambulatory data table configurations for encounter lists.
This commit is contained in:
@@ -195,7 +195,10 @@ export const ambulatoryConfig: Config = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
components: {
|
components: {
|
||||||
sep(rec) {
|
sep(rec: any) {
|
||||||
|
if (rec?.paymentMethod_code !== 'jkn') {
|
||||||
|
return {} as RecComponent
|
||||||
|
}
|
||||||
const res: RecComponent = {
|
const res: RecComponent = {
|
||||||
rec: rec as object,
|
rec: rec as object,
|
||||||
component: vclaimSepInfo,
|
component: vclaimSepInfo,
|
||||||
|
|||||||
Reference in New Issue
Block a user