add(combo added)
This commit is contained in:
@@ -829,6 +829,7 @@ export function ClaimForm({
|
|||||||
<div className="flex flex-wrap gap-2">
|
<div className="flex flex-wrap gap-2">
|
||||||
{[
|
{[
|
||||||
"adultRecallDirect",
|
"adultRecallDirect",
|
||||||
|
"adultRecallDirect2bw",
|
||||||
"adultRecallDirect4bw",
|
"adultRecallDirect4bw",
|
||||||
"adultRecallDirect4bw2pa",
|
"adultRecallDirect4bw2pa",
|
||||||
"adultRecallDirectPano",
|
"adultRecallDirectPano",
|
||||||
@@ -842,6 +843,7 @@ export function ClaimForm({
|
|||||||
const tooltipText = codesWithTooth.join(", ");
|
const tooltipText = codesWithTooth.join(", ");
|
||||||
const labelMap: Record<string, string> = {
|
const labelMap: Record<string, string> = {
|
||||||
adultRecallDirect: "Direct",
|
adultRecallDirect: "Direct",
|
||||||
|
adultRecallDirect2bw: "Direct 2BW",
|
||||||
adultRecallDirect4bw: "Direct 4BW",
|
adultRecallDirect4bw: "Direct 4BW",
|
||||||
adultRecallDirect4bw2pa: "Direct 4BW2PA",
|
adultRecallDirect4bw2pa: "Direct 4BW2PA",
|
||||||
adultRecallDirectPano: "Direct Pano",
|
adultRecallDirectPano: "Direct Pano",
|
||||||
|
|||||||
@@ -55,6 +55,11 @@ export const PROCEDURE_COMBOS: Record<
|
|||||||
label: "Adult Recall Direct(no x-ray)",
|
label: "Adult Recall Direct(no x-ray)",
|
||||||
codes: ["D0120", "D1110"],
|
codes: ["D0120", "D1110"],
|
||||||
},
|
},
|
||||||
|
adultRecallDirect2bw: {
|
||||||
|
id: "adultRecallDirect2bw",
|
||||||
|
label: "Adult Recall Direct - 2bw (no x-ray)",
|
||||||
|
codes: ["D0120", "D1110", "D0272"],
|
||||||
|
},
|
||||||
adultRecallDirect4bw: {
|
adultRecallDirect4bw: {
|
||||||
id: "adultRecallDirect4bw",
|
id: "adultRecallDirect4bw",
|
||||||
label: "Adult Recall Direct - 4bw (no x-ray)",
|
label: "Adult Recall Direct - 4bw (no x-ray)",
|
||||||
|
|||||||
Reference in New Issue
Block a user