feat(added combo buttton)
This commit is contained in:
@@ -646,25 +646,40 @@ export function ClaimForm({
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="flex justify-start gap-2">
|
||||
<div className="space-y-4">
|
||||
<div className="mb-3 text-sm font-semibold opacity-70">
|
||||
Direct Claim Submittion Buttons
|
||||
</div>
|
||||
<div className="flex flex-wrap gap-1">
|
||||
<Button
|
||||
variant="warning"
|
||||
variant="secondary"
|
||||
onClick={() => applyComboAndThenMH("childRecallDirect")}
|
||||
>
|
||||
Child Recall Direct
|
||||
</Button>
|
||||
<Button
|
||||
variant="warning"
|
||||
variant="secondary"
|
||||
onClick={() => applyComboAndThenMH("adultRecallDirect")}
|
||||
>
|
||||
Adult Recall Direct
|
||||
</Button>
|
||||
<Button
|
||||
variant="warning"
|
||||
onClick={() => applyComboAndThenMH("adultRecallDirect4bw")}
|
||||
variant="secondary"
|
||||
onClick={() =>
|
||||
applyComboAndThenMH("adultRecallDirect4bw")
|
||||
}
|
||||
>
|
||||
Adult Recall Direct 4BW
|
||||
</Button>
|
||||
<Button
|
||||
variant="secondary"
|
||||
onClick={() =>
|
||||
applyComboAndThenMH("adultRecallDirect4bw2pa")
|
||||
}
|
||||
>
|
||||
Adult Recall Direct 4BW2PA
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -33,6 +33,11 @@ export const PROCEDURE_COMBOS: Record<
|
||||
label: "Adult Recall Direct - 4bw (no x-ray)",
|
||||
codes: ["D0120", "D1110", "D0274"],
|
||||
},
|
||||
adultRecallDirect4bw2pa: {
|
||||
id: "adultRecallDirect4bw",
|
||||
label: "Adult Recall Direct - 4bw (no x-ray)",
|
||||
codes: ["D0120", "D0220", "D0230", "D0274", "D1110"],
|
||||
},
|
||||
newChildPatient: {
|
||||
id: "newChildPatient",
|
||||
label: "New Child Patient",
|
||||
|
||||
Reference in New Issue
Block a user