|
@@ -307,12 +307,8 @@ list($medications, $counts) = Point::getPointsOfCategoryExtended($patient, 'MEDI
|
|
|
// add button for "eRx"
|
|
|
$('.btn-manage-erx').remove();
|
|
|
$('<a ' +
|
|
|
- 'href="/patients/view/{{$patient->uid}}/prescriptions-popup?noteUid={{$note->uid}}&erx_category=DRUG" ' +
|
|
|
- 'title="Manage eRx" ' +
|
|
|
- 'update-parent ' +
|
|
|
- 'open-in-stag-popup ' +
|
|
|
- 'mc-initer="prescriptions-popup-{{$patient->id}}" ' +
|
|
|
- 'popup-style="medium" ' +
|
|
|
+ 'href="#" ' +
|
|
|
+ 'data-non-segment-target="Prescriptions" ' +
|
|
|
'class="btn-manage-erx btn btn-sm mr-2 btn-info text-white font-weight-bold">Manage eRx</a>')
|
|
|
.appendTo(buttonContainer);
|
|
|
|