Skip to content

Commit

Permalink
Procedures: consultation #8366 (#8477)
Browse files Browse the repository at this point in the history
Co-authored-by: Rithvik Nishad <[email protected]>
  • Loading branch information
Sulochan-khadka and rithviknishad authored Sep 10, 2024
1 parent b2a72c3 commit dcb09cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Components/Facility/ConsultationForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1361,7 +1361,7 @@ export const ConsultationForm = ({ facilityId, patientId, id }: Props) => {
className="col-span-6"
ref={fieldRef["procedure"]}
>
<FieldLabel>Procedures</FieldLabel>
<FieldLabel>{t("procedure_suggestions")}</FieldLabel>
<ProcedureBuilder
procedures={
Array.isArray(state.form.procedure)
Expand Down
3 changes: 2 additions & 1 deletion src/Locale/en/Consultation.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,6 @@
"encounter_date_field_label__R": "Date & Time of Consultation",
"back_dated_encounter_date_caution": "You are creating an encounter for",
"encounter_duration_confirmation": "The duration of this encounter would be",
"consultation_notes": "General Instructions (Advice)"
"consultation_notes": "General Instructions (Advice)",
"procedure_suggestions": "Procedure Suggestions"
}

0 comments on commit dcb09cf

Please sign in to comment.