This commit is contained in:
@ -414,7 +414,9 @@ class HospExaminationsModel(BaseModel):
|
|||||||
title='Дата обращения', examples=['2025-08-01']
|
title='Дата обращения', examples=['2025-08-01']
|
||||||
)
|
)
|
||||||
LpuName: str = Field(title='Наименование МО', examples=['ГАУЗ "ГКБ №7"'])
|
LpuName: str = Field(title='Наименование МО', examples=['ГАУЗ "ГКБ №7"'])
|
||||||
Examinations: list[ExaminationModel] = Field(title='Список осмотров')
|
Examinations: list[ExaminationModel] | None = Field(
|
||||||
|
title='Список осмотров', default=None
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
class RouteToDoctorModel(BaseModel):
|
class RouteToDoctorModel(BaseModel):
|
||||||
|
|||||||
Reference in New Issue
Block a user