Merge branch 'dev' into feat/consultation-82
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user