feat: Implement encounter list management with search, date range filtering, and record actions.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user