@@ -76,8 +76,8 @@ <h3>Odontogram View</h3>
7676 </ circle >
7777 < polygon class ="tooth-core-background " [attr.points] ="getOuterSquarePoints(positioned.tooth) "> </ polygon >
7878
79- < circle *ngIf ="showRoots && hasEntireSurface(positioned.tooth) " class ="surface-entire " [class.surface-preview] ="isEntirePreview(positioned.tooth) " [class.surface-procedure] ="isProcedureSurface(positioned.tooth, surfaceCodeEntire) " [class.surface-procedure-completed] ="isCompletedProcedureSurface(positioned.tooth, surfaceCodeEntire) " cx ="0 " cy ="0 " r ="18 "> </ circle >
80- < polygon *ngIf ="!showRoots && hasEntireSurface(positioned.tooth) " class ="surface-entire " [class.surface-preview] ="isEntirePreview(positioned.tooth) " [class.surface-procedure] ="isProcedureSurface(positioned.tooth, surfaceCodeEntire) " [class.surface-procedure-completed] ="isCompletedProcedureSurface(positioned.tooth, surfaceCodeEntire) " [attr.points] ="getOuterSquarePoints(positioned.tooth) "> </ polygon >
79+ < circle *ngIf ="showRoots && hasEntireSurface(positioned.tooth) " class ="surface-entire " [class.surface-preview] ="isEntirePreview(positioned.tooth) " [class.surface-procedure] ="isProcedureSurface(positioned.tooth, surfaceCodeEntire) " [class.surface-procedure-completed] ="isCompletedProcedureSurface(positioned.tooth, surfaceCodeEntire) " [class.surface-tooth-present] =" isToothPresentOverlay(positioned.tooth.id, surfaceCodeEntire) " cx ="0 " cy ="0 " r ="18 "> </ circle >
80+ < polygon *ngIf ="!showRoots && hasEntireSurface(positioned.tooth) " class ="surface-entire " [class.surface-preview] ="isEntirePreview(positioned.tooth) " [class.surface-procedure] ="isProcedureSurface(positioned.tooth, surfaceCodeEntire) " [class.surface-procedure-completed] ="isCompletedProcedureSurface(positioned.tooth, surfaceCodeEntire) " [class.surface-tooth-present] =" isToothPresentOverlay(positioned.tooth.id, surfaceCodeEntire) " [ attr.points] ="getOuterSquarePoints(positioned.tooth) "> </ polygon >
8181 < circle *ngIf ="hasPeriodontalSurface(positioned.tooth) " class ="surface-periodontal " [class.surface-preview] ="isPeriodontalPreview(positioned.tooth) " [class.surface-procedure] ="isProcedureSurface(positioned.tooth, surfaceCodePeriodontal) " [class.surface-procedure-completed] ="isCompletedProcedureSurface(positioned.tooth, surfaceCodePeriodontal) " cx ="0 " cy ="0 " r ="21 "> </ circle >
8282
8383 < path *ngIf ="hasRootDirectionSurface(positioned.tooth, 'top') " class ="surface-root-segment " [class.surface-preview] ="isRootDirectionPreview(positioned.tooth, 'top') " [class.surface-procedure] ="isProcedureRootDirectionSurface(positioned.tooth, 'top') " [class.surface-procedure-completed] ="isCompletedProcedureRootDirectionSurface(positioned.tooth, 'top') " [attr.d] ="getRootTopPath(positioned.tooth) "> </ path >
@@ -135,8 +135,8 @@ <h3>Odontogram View</h3>
135135 </ circle >
136136 < polygon class ="tooth-core-background " [attr.points] ="getOuterSquarePoints(positioned.tooth) "> </ polygon >
137137
138- < circle *ngIf ="showRoots && hasEntireSurface(positioned.tooth) " class ="surface-entire " [class.surface-preview] ="isEntirePreview(positioned.tooth) " [class.surface-procedure] ="isProcedureSurface(positioned.tooth, surfaceCodeEntire) " [class.surface-procedure-completed] ="isCompletedProcedureSurface(positioned.tooth, surfaceCodeEntire) " cx ="0 " cy ="0 " r ="18 "> </ circle >
139- < polygon *ngIf ="!showRoots && hasEntireSurface(positioned.tooth) " class ="surface-entire " [class.surface-preview] ="isEntirePreview(positioned.tooth) " [class.surface-procedure] ="isProcedureSurface(positioned.tooth, surfaceCodeEntire) " [class.surface-procedure-completed] ="isCompletedProcedureSurface(positioned.tooth, surfaceCodeEntire) " [attr.points] ="getOuterSquarePoints(positioned.tooth) "> </ polygon >
138+ < circle *ngIf ="showRoots && hasEntireSurface(positioned.tooth) " class ="surface-entire " [class.surface-preview] ="isEntirePreview(positioned.tooth) " [class.surface-procedure] ="isProcedureSurface(positioned.tooth, surfaceCodeEntire) " [class.surface-procedure-completed] ="isCompletedProcedureSurface(positioned.tooth, surfaceCodeEntire) " [class.surface-tooth-present] =" isToothPresentOverlay(positioned.tooth.id, surfaceCodeEntire) " cx ="0 " cy ="0 " r ="18 "> </ circle >
139+ < polygon *ngIf ="!showRoots && hasEntireSurface(positioned.tooth) " class ="surface-entire " [class.surface-preview] ="isEntirePreview(positioned.tooth) " [class.surface-procedure] ="isProcedureSurface(positioned.tooth, surfaceCodeEntire) " [class.surface-procedure-completed] ="isCompletedProcedureSurface(positioned.tooth, surfaceCodeEntire) " [class.surface-tooth-present] =" isToothPresentOverlay(positioned.tooth.id, surfaceCodeEntire) " [ attr.points] ="getOuterSquarePoints(positioned.tooth) "> </ polygon >
140140 < circle *ngIf ="hasPeriodontalSurface(positioned.tooth) " class ="surface-periodontal " [class.surface-preview] ="isPeriodontalPreview(positioned.tooth) " [class.surface-procedure] ="isProcedureSurface(positioned.tooth, surfaceCodePeriodontal) " [class.surface-procedure-completed] ="isCompletedProcedureSurface(positioned.tooth, surfaceCodePeriodontal) " cx ="0 " cy ="0 " r ="21 "> </ circle >
141141
142142 < path *ngIf ="hasRootDirectionSurface(positioned.tooth, 'top') " class ="surface-root-segment " [class.surface-preview] ="isRootDirectionPreview(positioned.tooth, 'top') " [class.surface-procedure] ="isProcedureRootDirectionSurface(positioned.tooth, 'top') " [class.surface-procedure-completed] ="isCompletedProcedureRootDirectionSurface(positioned.tooth, 'top') " [attr.d] ="getRootTopPath(positioned.tooth) "> </ path >
@@ -194,8 +194,8 @@ <h3>Odontogram View</h3>
194194 </ circle >
195195 < polygon class ="tooth-core-background " [attr.points] ="getOuterSquarePoints(positioned.tooth) "> </ polygon >
196196
197- < circle *ngIf ="showRoots && hasEntireSurface(positioned.tooth) " class ="surface-entire " [class.surface-preview] ="isEntirePreview(positioned.tooth) " [class.surface-procedure] ="isProcedureSurface(positioned.tooth, surfaceCodeEntire) " [class.surface-procedure-completed] ="isCompletedProcedureSurface(positioned.tooth, surfaceCodeEntire) " cx ="0 " cy ="0 " r ="18 "> </ circle >
198- < polygon *ngIf ="!showRoots && hasEntireSurface(positioned.tooth) " class ="surface-entire " [class.surface-preview] ="isEntirePreview(positioned.tooth) " [class.surface-procedure] ="isProcedureSurface(positioned.tooth, surfaceCodeEntire) " [class.surface-procedure-completed] ="isCompletedProcedureSurface(positioned.tooth, surfaceCodeEntire) " [attr.points] ="getOuterSquarePoints(positioned.tooth) "> </ polygon >
197+ < circle *ngIf ="showRoots && hasEntireSurface(positioned.tooth) " class ="surface-entire " [class.surface-preview] ="isEntirePreview(positioned.tooth) " [class.surface-procedure] ="isProcedureSurface(positioned.tooth, surfaceCodeEntire) " [class.surface-procedure-completed] ="isCompletedProcedureSurface(positioned.tooth, surfaceCodeEntire) " [class.surface-tooth-present] =" isToothPresentOverlay(positioned.tooth.id, surfaceCodeEntire) " cx ="0 " cy ="0 " r ="18 "> </ circle >
198+ < polygon *ngIf ="!showRoots && hasEntireSurface(positioned.tooth) " class ="surface-entire " [class.surface-preview] ="isEntirePreview(positioned.tooth) " [class.surface-procedure] ="isProcedureSurface(positioned.tooth, surfaceCodeEntire) " [class.surface-procedure-completed] ="isCompletedProcedureSurface(positioned.tooth, surfaceCodeEntire) " [class.surface-tooth-present] =" isToothPresentOverlay(positioned.tooth.id, surfaceCodeEntire) " [ attr.points] ="getOuterSquarePoints(positioned.tooth) "> </ polygon >
199199 < circle *ngIf ="hasPeriodontalSurface(positioned.tooth) " class ="surface-periodontal " [class.surface-preview] ="isPeriodontalPreview(positioned.tooth) " [class.surface-procedure] ="isProcedureSurface(positioned.tooth, surfaceCodePeriodontal) " [class.surface-procedure-completed] ="isCompletedProcedureSurface(positioned.tooth, surfaceCodePeriodontal) " cx ="0 " cy ="0 " r ="21 "> </ circle >
200200
201201 < path *ngIf ="hasRootDirectionSurface(positioned.tooth, 'top') " class ="surface-root-segment " [class.surface-preview] ="isRootDirectionPreview(positioned.tooth, 'top') " [class.surface-procedure] ="isProcedureRootDirectionSurface(positioned.tooth, 'top') " [class.surface-procedure-completed] ="isCompletedProcedureRootDirectionSurface(positioned.tooth, 'top') " [attr.d] ="getRootTopPath(positioned.tooth) "> </ path >
@@ -253,8 +253,8 @@ <h3>Odontogram View</h3>
253253 </ circle >
254254 < polygon class ="tooth-core-background " [attr.points] ="getOuterSquarePoints(positioned.tooth) "> </ polygon >
255255
256- < circle *ngIf ="showRoots && hasEntireSurface(positioned.tooth) " class ="surface-entire " [class.surface-preview] ="isEntirePreview(positioned.tooth) " [class.surface-procedure] ="isProcedureSurface(positioned.tooth, surfaceCodeEntire) " [class.surface-procedure-completed] ="isCompletedProcedureSurface(positioned.tooth, surfaceCodeEntire) " cx ="0 " cy ="0 " r ="18 "> </ circle >
257- < polygon *ngIf ="!showRoots && hasEntireSurface(positioned.tooth) " class ="surface-entire " [class.surface-preview] ="isEntirePreview(positioned.tooth) " [class.surface-procedure] ="isProcedureSurface(positioned.tooth, surfaceCodeEntire) " [class.surface-procedure-completed] ="isCompletedProcedureSurface(positioned.tooth, surfaceCodeEntire) " [attr.points] ="getOuterSquarePoints(positioned.tooth) "> </ polygon >
256+ < circle *ngIf ="showRoots && hasEntireSurface(positioned.tooth) " class ="surface-entire " [class.surface-preview] ="isEntirePreview(positioned.tooth) " [class.surface-procedure] ="isProcedureSurface(positioned.tooth, surfaceCodeEntire) " [class.surface-procedure-completed] ="isCompletedProcedureSurface(positioned.tooth, surfaceCodeEntire) " [class.surface-tooth-present] =" isToothPresentOverlay(positioned.tooth.id, surfaceCodeEntire) " cx ="0 " cy ="0 " r ="18 "> </ circle >
257+ < polygon *ngIf ="!showRoots && hasEntireSurface(positioned.tooth) " class ="surface-entire " [class.surface-preview] ="isEntirePreview(positioned.tooth) " [class.surface-procedure] ="isProcedureSurface(positioned.tooth, surfaceCodeEntire) " [class.surface-procedure-completed] ="isCompletedProcedureSurface(positioned.tooth, surfaceCodeEntire) " [class.surface-tooth-present] =" isToothPresentOverlay(positioned.tooth.id, surfaceCodeEntire) " [ attr.points] ="getOuterSquarePoints(positioned.tooth) "> </ polygon >
258258 < circle *ngIf ="hasPeriodontalSurface(positioned.tooth) " class ="surface-periodontal " [class.surface-preview] ="isPeriodontalPreview(positioned.tooth) " [class.surface-procedure] ="isProcedureSurface(positioned.tooth, surfaceCodePeriodontal) " [class.surface-procedure-completed] ="isCompletedProcedureSurface(positioned.tooth, surfaceCodePeriodontal) " cx ="0 " cy ="0 " r ="21 "> </ circle >
259259
260260 < path *ngIf ="hasRootDirectionSurface(positioned.tooth, 'top') " class ="surface-root-segment " [class.surface-preview] ="isRootDirectionPreview(positioned.tooth, 'top') " [class.surface-procedure] ="isProcedureRootDirectionSurface(positioned.tooth, 'top') " [class.surface-procedure-completed] ="isCompletedProcedureRootDirectionSurface(positioned.tooth, 'top') " [attr.d] ="getRootTopPath(positioned.tooth) "> </ path >
0 commit comments