feat: add Pedo category and Core BU button to procedure combos
This commit is contained in:
@@ -239,6 +239,11 @@ export const PROCEDURE_COMBOS: Record<
|
||||
label: "Post/Core",
|
||||
codes: ["D2954"],
|
||||
},
|
||||
coreBU: {
|
||||
id: "coreBU",
|
||||
label: "Core BU",
|
||||
codes: ["D2950"],
|
||||
},
|
||||
|
||||
// Prostho / Perio / Oral Surgery
|
||||
crown: {
|
||||
@@ -329,7 +334,7 @@ export const COMBO_CATEGORIES: Record<
|
||||
"plResin",
|
||||
"plCast",
|
||||
],
|
||||
Endodontics: ["rctAnterior", "rctPremolar", "rctMolar", "postCore"],
|
||||
Endodontics: ["rctAnterior", "rctPremolar", "rctMolar", "postCore", "coreBU"],
|
||||
Prosthodontics: ["crown"],
|
||||
Periodontics: ["deepCleaning"],
|
||||
Extractions: [
|
||||
|
||||
Reference in New Issue
Block a user