Skip to content
This repository was archived by the owner on Mar 29, 2026. It is now read-only.

Commit 86e4ec5

Browse files
authored
Add extra attributes for billing on start visit (#326)
1 parent f6b6f47 commit 86e4ec5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/esm-patient-queues-app/src/components/visit-form/start-a-visit-form.workspace.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,11 @@ const StartVisitForm: React.FC<VisitFormProps> = ({ closeWorkspace, patientUuid
360360
/>
361361
</ResponsiveWrapper>
362362
</section>
363+
<section className={styles.section}>
364+
<ResponsiveWrapper isTablet={isTablet}>
365+
<ExtensionSlot name="extra-visit-attribute-slot" />
366+
</ResponsiveWrapper>
367+
</section>
363368
</div>
364369
<ButtonSet className={styles.buttonSet}>
365370
<Button className={styles.button} kind="secondary" onClick={closeWorkspace}>

0 commit comments

Comments
 (0)