|
@@ -3,27 +3,27 @@
|
|
<h6 class="my-0 font-weight-bold text-secondary font-size-14">ERx & Orders</h6>
|
|
<h6 class="my-0 font-weight-bold text-secondary font-size-14">ERx & Orders</h6>
|
|
@if(!request()->input('erx_category') || request()->input('erx_category') === 'DRUG')
|
|
@if(!request()->input('erx_category') || request()->input('erx_category') === 'DRUG')
|
|
<span class="mx-2 text-secondary on-hover-opaque">|</span>
|
|
<span class="mx-2 text-secondary on-hover-opaque">|</span>
|
|
- <a href="#" v-on:click.prevent="newERx('DRUG')">+ Drug</a>
|
|
|
|
|
|
+ <a href="#" v-on:click.prevent="newERx('DRUG')">Drug</a>
|
|
@endif
|
|
@endif
|
|
@if(!request()->input('erx_category') || request()->input('erx_category') === 'LAB')
|
|
@if(!request()->input('erx_category') || request()->input('erx_category') === 'LAB')
|
|
<span class="mx-2 text-secondary on-hover-opaque">|</span>
|
|
<span class="mx-2 text-secondary on-hover-opaque">|</span>
|
|
- <a href="#" v-on:click.prevent="newERx('LAB')">+ Lab</a>
|
|
|
|
|
|
+ <a href="#" v-on:click.prevent="newERx('LAB')">Lab</a>
|
|
@endif
|
|
@endif
|
|
@if(!request()->input('erx_category') || request()->input('erx_category') === 'IMAGING')
|
|
@if(!request()->input('erx_category') || request()->input('erx_category') === 'IMAGING')
|
|
<span class="mx-2 text-secondary on-hover-opaque">|</span>
|
|
<span class="mx-2 text-secondary on-hover-opaque">|</span>
|
|
- <a href="#" v-on:click.prevent="newERx('IMAGING')">+ Imaging</a>
|
|
|
|
|
|
+ <a href="#" v-on:click.prevent="newERx('IMAGING')">Imaging</a>
|
|
@endif
|
|
@endif
|
|
@if(!request()->input('erx_category') || request()->input('erx_category') === 'REFERRAL')
|
|
@if(!request()->input('erx_category') || request()->input('erx_category') === 'REFERRAL')
|
|
<span class="mx-2 text-secondary on-hover-opaque">|</span>
|
|
<span class="mx-2 text-secondary on-hover-opaque">|</span>
|
|
- <a href="#" v-on:click.prevent="newERx('REFERRAL')">+ Referral</a>
|
|
|
|
|
|
+ <a href="#" v-on:click.prevent="newERx('REFERRAL')">Referral</a>
|
|
@endif
|
|
@endif
|
|
@if(!request()->input('erx_category') || request()->input('erx_category') === 'SUPPLY')
|
|
@if(!request()->input('erx_category') || request()->input('erx_category') === 'SUPPLY')
|
|
<span class="mx-2 text-secondary on-hover-opaque">|</span>
|
|
<span class="mx-2 text-secondary on-hover-opaque">|</span>
|
|
- <a href="#" v-on:click.prevent="newERx('SUPPLY')">+ Supply</a>
|
|
|
|
|
|
+ <a href="#" v-on:click.prevent="newERx('SUPPLY')">Supply</a>
|
|
@endif
|
|
@endif
|
|
@if(!request()->input('erx_category') || request()->input('erx_category') === 'OTHER')
|
|
@if(!request()->input('erx_category') || request()->input('erx_category') === 'OTHER')
|
|
<span class="mx-2 text-secondary on-hover-opaque">|</span>
|
|
<span class="mx-2 text-secondary on-hover-opaque">|</span>
|
|
- <a href="#" v-on:click.prevent="newERx('OTHER')">+ Other</a>
|
|
|
|
|
|
+ <a href="#" v-on:click.prevent="newERx('OTHER')">Other</a>
|
|
@endif
|
|
@endif
|
|
</div>
|
|
</div>
|
|
<div class="d-flex align-items-start bg-white">
|
|
<div class="d-flex align-items-start bg-white">
|
|
@@ -1452,4 +1452,4 @@ GROUP BY erx_category");
|
|
}
|
|
}
|
|
addMCInitializer('prescriptions-{{$patient->id}}', init, '#prescriptions-{{$patient->id}}')
|
|
addMCInitializer('prescriptions-{{$patient->id}}', init, '#prescriptions-{{$patient->id}}')
|
|
}).call(window);
|
|
}).call(window);
|
|
-</script>
|
|
|
|
|
|
+</script>
|