[WIP] Добавил форму зубной формулы

This commit is contained in:
DwCay
2023-05-25 19:09:43 +03:00
parent a87381773f
commit 8ce6fce06c
7 changed files with 73 additions and 1 deletions

View File

@@ -928,6 +928,12 @@ export const protocolForms = [
],
},
},
{
title: "Зубная формула",
component: "ToothFormulaForm",
key: "toothFormula",
state: "toothFormula",
},
{
title: "План обследования",
component: "MedicalFormTag",