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",
|
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: [
|
||||||
|
|||||||
Reference in New Issue
Block a user