Skip to content

Commit

Permalink
Adding link between Patient Edit page and Patient Information
Browse files Browse the repository at this point in the history
  • Loading branch information
lomamech committed Dec 8, 2021
1 parent cd24853 commit 59547db
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions client/src/modules/patients/edit/edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,14 @@
refresh="PatientEditCtrl.refreshDebtorGroupHistory"
limit="5">
</bh-debtor-group-history>

<div class="form-group">
<button
data-update-group-patient
class="btn btn-warning btn-block"
ui-sref="patientRecord({ patientUuid : PatientEditCtrl.medical.uuid })"><span translate>PATIENT_RECORDS.VISITS.PATIENT_INFO</span>
</button>
</div>
</form>
</div>
</div>
Expand Down

0 comments on commit 59547db

Please sign in to comment.