feat: Implement encounter list management with search, date range filtering, and record actions.

This commit is contained in:
riefive
2025-12-04 10:58:16 +07:00
parent acc45b205f
commit d2ceda37bf
3 changed files with 89 additions and 61 deletions
+1 -1
View File
@@ -519,7 +519,7 @@ export function useEncounterEntry(props: {
const payload: any = {
patient_id: patientId,
appointment_doctor_code: formValues.doctorId || null,
appointment_doctor_code: formValues.doctorCode || null,
class_code: props.classCode || '',
subClass_code: props.subClassCode || '',
infra_id: formValues.infra_id ?? null,