Skip to main content
Version: v0.0.2

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

readonly qualifier: string


surfaces

readonly surfaces: readonly string[]


toothCode

readonly toothCode: string