Skip to main content
Version: v0.0.2

Interface: Build837ToothSpec

TOO - Tooth Information (837D Loop 2400). Mirrors "./types.js".X12ToothInformation.

Example

import type { Build837ToothSpec } from "@cosyte/x12";
const too: Build837ToothSpec = { qualifier: "JP", toothCode: "14", surfaces: ["O"] };

Properties

qualifier

readonly qualifier: string

TOO-01 - tooth-numbering code list qualifier (JP ADA universal, …).


surfaces?

readonly optional surfaces?: readonly string[]

TOO-03 - per-surface codes (M, O, D, …).


toothCode

readonly toothCode: string

TOO-02 - tooth identifier.