feat(added combo buttton)
This commit is contained in:
@@ -646,25 +646,40 @@ export function ClaimForm({
|
|||||||
</div>
|
</div>
|
||||||
</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
|
<Button
|
||||||
variant="warning"
|
variant="secondary"
|
||||||
onClick={() => applyComboAndThenMH("childRecallDirect")}
|
onClick={() => applyComboAndThenMH("childRecallDirect")}
|
||||||
>
|
>
|
||||||
Child Recall Direct
|
Child Recall Direct
|
||||||
</Button>
|
</Button>
|
||||||
<Button
|
<Button
|
||||||
variant="warning"
|
variant="secondary"
|
||||||
onClick={() => applyComboAndThenMH("adultRecallDirect")}
|
onClick={() => applyComboAndThenMH("adultRecallDirect")}
|
||||||
>
|
>
|
||||||
Adult Recall Direct
|
Adult Recall Direct
|
||||||
</Button>
|
</Button>
|
||||||
<Button
|
<Button
|
||||||
variant="warning"
|
variant="secondary"
|
||||||
onClick={() => applyComboAndThenMH("adultRecallDirect4bw")}
|
onClick={() =>
|
||||||
|
applyComboAndThenMH("adultRecallDirect4bw")
|
||||||
|
}
|
||||||
>
|
>
|
||||||
Adult Recall Direct 4BW
|
Adult Recall Direct 4BW
|
||||||
</Button>
|
</Button>
|
||||||
|
<Button
|
||||||
|
variant="secondary"
|
||||||
|
onClick={() =>
|
||||||
|
applyComboAndThenMH("adultRecallDirect4bw2pa")
|
||||||
|
}
|
||||||
|
>
|
||||||
|
Adult Recall Direct 4BW2PA
|
||||||
|
</Button>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -33,6 +33,11 @@ export const PROCEDURE_COMBOS: Record<
|
|||||||
label: "Adult Recall Direct - 4bw (no x-ray)",
|
label: "Adult Recall Direct - 4bw (no x-ray)",
|
||||||
codes: ["D0120", "D1110", "D0274"],
|
codes: ["D0120", "D1110", "D0274"],
|
||||||
},
|
},
|
||||||
|
adultRecallDirect4bw2pa: {
|
||||||
|
id: "adultRecallDirect4bw",
|
||||||
|
label: "Adult Recall Direct - 4bw (no x-ray)",
|
||||||
|
codes: ["D0120", "D0220", "D0230", "D0274", "D1110"],
|
||||||
|
},
|
||||||
newChildPatient: {
|
newChildPatient: {
|
||||||
id: "newChildPatient",
|
id: "newChildPatient",
|
||||||
label: "New Child Patient",
|
label: "New Child Patient",
|
||||||
|
|||||||
Reference in New Issue
Block a user