feat/encounter: improved processing needs

This commit is contained in:
2025-10-19 21:57:17 +07:00
parent 971ff14682
commit 761fe4e0ed
6 changed files with 155 additions and 57 deletions

No files matched your search

+2 -2
View File
@@ -17,7 +17,7 @@ export interface Encounter {
specilist?: Specialist
subspecialist_id?: number
subspecialist?: Subspecialist
visitdate: string
visitDate: string
adm_employee_id: number
adm_employee: Employee
appointment_doctor_id: number
@@ -43,7 +43,7 @@ export function genEncounter(): Encounter {
class_code: '',
unit_id: 0,
unit: genUnit(),
visitdate: '',
visitDate: '',
adm_employee_id: 0,
adm_employee: genEmployee(),
appointment_doctor_id: 0,