Interface: X12ToothInformation
Decoded TOO - Tooth Information (837D Loop 2400). qualifier is the
tooth-numbering code list (JP ADA Universal Tooth Numbering, JO
ANSI / ISO 3950 / FDI). toothCode is the verbatim tooth identifier;
surfaces are the per-surface codes (M mesial, O occlusal, D
distal, etc.) from TOO-03's composite components.
Example
import type { X12ToothInformation } from "@cosyte/x12";
declare const t: X12ToothInformation;
t.qualifier; // "JP"
t.toothCode; // "14"
t.surfaces; // ["O"]
Properties
qualifier
readonlyqualifier:string
surfaces
readonlysurfaces: readonlystring[]
toothCode
readonlytoothCode:string