Merge branch 'dev' into feat/consultation-82

This commit is contained in:
2025-10-19 22:56:00 +07:00
6 changed files with 155 additions and 57 deletions
+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,
+1 -1
View File
@@ -11,7 +11,7 @@ export interface Person extends Base {
// alias?: string
frontTitle?: string
endTitle?: string
birthDate?: Date | string
birthDate?: string
birthRegency_code?: string
gender_code?: string
residentIdentityNumber?: string