feat(added combo buttons)

This commit is contained in:
2026-01-25 01:26:51 +05:30
parent 1b66474913
commit b8df9459ca

View File

@@ -276,6 +276,20 @@ export const PROCEDURE_COMBOS: Record<
label: "Orth PA", label: "Orth PA",
codes: ["D8080", "D8670", "D8660"], codes: ["D8080", "D8670", "D8660"],
}, },
// Exam
limitedExamPA: {
id: "limitedExamPA",
label: "Limited Exam PA",
codes: ["D0140", "D0220"],
},
emergencyExamPA: {
id: "emergencyExamPA",
label: "Emergency Exam PA",
codes: ["D9110", "D0220"],
},
// add more… // add more…
}; };
@@ -291,6 +305,9 @@ export const COMBO_CATEGORIES: Record<
"newAdultPatientPano", "newAdultPatientPano",
"newAdultPatientFMX", "newAdultPatientFMX",
], ],
Exams: ["limitedExamPA", "emergencyExamPA"],
"Composite Fillings (Front)": [ "Composite Fillings (Front)": [
"oneSurfCompFront", "oneSurfCompFront",
"twoSurfCompFront", "twoSurfCompFront",