feat: add Pedo category and Core BU button to procedure combos

This commit is contained in:
ff
2026-04-14 22:20:38 -04:00
parent 714029df24
commit a1cccc8716

View File

@@ -239,6 +239,11 @@ export const PROCEDURE_COMBOS: Record<
label: "Post/Core", label: "Post/Core",
codes: ["D2954"], codes: ["D2954"],
}, },
coreBU: {
id: "coreBU",
label: "Core BU",
codes: ["D2950"],
},
// Prostho / Perio / Oral Surgery // Prostho / Perio / Oral Surgery
crown: { crown: {
@@ -329,7 +334,7 @@ export const COMBO_CATEGORIES: Record<
"plResin", "plResin",
"plCast", "plCast",
], ],
Endodontics: ["rctAnterior", "rctPremolar", "rctMolar", "postCore"], Endodontics: ["rctAnterior", "rctPremolar", "rctMolar", "postCore", "coreBU"],
Prosthodontics: ["crown"], Prosthodontics: ["crown"],
Periodontics: ["deepCleaning"], Periodontics: ["deepCleaning"],
Extractions: [ Extractions: [