Skip to content

Commit

Permalink
rewording telemedicine-consultation form (#7357)
Browse files Browse the repository at this point in the history
  • Loading branch information
hrit2773 authored Mar 12, 2024
1 parent 540f45a commit ecb4c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Facility/ConsultationForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1457,7 +1457,7 @@ export const ConsultationForm = ({ facilityId, patientId, id }: Props) => {
className="col-span-6"
{...field("is_telemedicine")}
value={JSON.parse(state.form.is_telemedicine)}
label="Is Telemedicine required for the patient?"
label="Would you like to refer the patient for remote monitoring to an external doctor?"
/>

{JSON.parse(state.form.is_telemedicine) && (
Expand Down

0 comments on commit ecb4c04

Please sign in to comment.