Introduction to Dental Notation Packages
This package facilitates easy manipulation of commonly used dental notation methods in dentistry.
The package covers a total of three dental notations.
Dental notation are FDI, Universal and Palmer.
Installing
Package manager
Using npm:
npm install dental-notation
Using npm:
npm install dental-notation
Using npm:
npm install dental-notation
Dental Notation Types
The transparent teeth that appear to exist are actually not real teeth.
However, they have been added for convenience to mirror the Primary Teeth.
The variable name includes the string WITH_TMP.
The type name includes the string WithTmp.
FDI Notation
Primary Teeth
Upper Right
Upper Left
Lower Right
Lower Left
Baby Teeth
Upper Right
Upper Left
Lower Right
Lower Left
Universal Notation
Primary Teeth
Upper Right
Upper Left
Lower Right
Lower Left
Baby Teeth
Upper Right
Upper Left
Lower Right
Lower Left
Palmer Notation
Primary Teeth
Upper Right
Upper Left
Lower Right
Lower Left
Baby Teeth
Upper Right
Upper Left
Lower Right
Lower Left
Try it out yourself
FDI Notation
Convert Teeth
Clear
Upper Right
Upper Left
Lower Right
Lower Left
getTeethString(teeth, "range");
getTeethString(teeth, "individual");
convertTeeth(teeth, "universal");[]
convertTeeth(teeth, "palmer");[]
Universal Notation
Convert Teeth
Clear
Upper Right
Upper Left
Lower Right
Lower Left
getTeethString(teeth, "range");
getTeethString(teeth, "individual");
convertTeeth(teeth, "fdi");[]
convertTeeth(teeth, "palmer");[]
Palmer Notation
Convert Teeth
Clear
Upper Right
Upper Left
Lower Right
Lower Left
getTeethString(teeth, "range");
getTeethString(teeth, "individual");
convertTeeth(teeth, "palmer");[]
convertTeeth(teeth, "fdi");[]