feat: add encounter list component with filtering, CRUD actions, and document management capabilities.
This commit is contained in:
@@ -245,11 +245,13 @@ function handleFilterApply(filters: { personName: string; startDate: string; end
|
||||
}
|
||||
|
||||
function handleFilterReset() {
|
||||
isFilterFormDialogOpen.value = false
|
||||
filterParams.value = {}
|
||||
getPatientList()
|
||||
}
|
||||
|
||||
function handleFilterSearch(filters: any) {
|
||||
isFilterFormDialogOpen.value = false
|
||||
filterParams.value = { ...filterParams.value, ...filters }
|
||||
getPatientList()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user