[WIP] Добавил отображение искусственного зуба
This commit is contained in:
@@ -1309,3 +1309,40 @@ export const thermometryResultsMap = [
|
||||
colorWarning: "var(--border-red-color)",
|
||||
},
|
||||
];
|
||||
|
||||
export const sizesDetailedSvg = {
|
||||
general: {
|
||||
native: {
|
||||
molars: {
|
||||
width: 37,
|
||||
height: 56,
|
||||
},
|
||||
"pre-molars": {
|
||||
width: 38,
|
||||
height: 59,
|
||||
},
|
||||
incisors: {
|
||||
width: 43,
|
||||
height: 63,
|
||||
},
|
||||
fangs: {
|
||||
width: 38,
|
||||
height: 59,
|
||||
},
|
||||
},
|
||||
artificial: {
|
||||
width: 43,
|
||||
height: 63,
|
||||
},
|
||||
},
|
||||
crown: {
|
||||
native: {
|
||||
width: 41,
|
||||
height: 40,
|
||||
},
|
||||
artificial: {
|
||||
width: 20,
|
||||
height: 20,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user