Variable STATUS_EXTRASConst
STATUS_EXTRAS: {
arches: {
lower: number[];
upper: number[];
wisdom: { lower: number[]; upper: number[] };
};
options: (
| {
arch?: undefined;
id: string;
implants?: undefined;
labelKey: string;
material: string;
missing?: undefined;
missingMaterial?: undefined;
teeth: number[];
type: string;
}
| {
arch: string;
id: string;
implants?: undefined;
labelKey: string;
material: string;
missing?: undefined;
missingMaterial: string;
teeth?: undefined;
type: string;
}
| {
arch: string;
id: string;
implants?: undefined;
labelKey: string;
material?: undefined;
missing?: undefined;
missingMaterial?: undefined;
teeth?: undefined;
type: string;
}
| {
arch: string;
id: string;
implants: number[];
labelKey: string;
material?: undefined;
missing: number[];
missingMaterial?: undefined;
teeth?: undefined;
type: string;
}
)[];
} = ...
Type Declaration
arches: {
lower: number[];
upper: number[];
wisdom: { lower: number[]; upper: number[] };
}
options: (
| {
arch?: undefined;
id: string;
implants?: undefined;
labelKey: string;
material: string;
missing?: undefined;
missingMaterial?: undefined;
teeth: number[];
type: string;
}
| {
arch: string;
id: string;
implants?: undefined;
labelKey: string;
material: string;
missing?: undefined;
missingMaterial: string;
teeth?: undefined;
type: string;
}
| {
arch: string;
id: string;
implants?: undefined;
labelKey: string;
material?: undefined;
missing?: undefined;
missingMaterial?: undefined;
teeth?: undefined;
type: string;
}
| {
arch: string;
id: string;
implants: number[];
labelKey: string;
material?: undefined;
missing: number[];
missingMaterial?: undefined;
teeth?: undefined;
type: string;
}
)[]
Pre-configured dental status presets for quick application of common restorative scenarios (bridges, full-arch, partial/full removable, bar dentures).
archesdefines the FDI tooth layout;optionsis the array of presets selectable from the "Extras" dropdown in the UI.