|
@@ -270,7 +270,10 @@
|
|
|
|
|
|
<hr class="my-3">
|
|
|
<div class="pb-2 d-flex align-items-center">
|
|
|
- <span class="min-width-140px text-secondary text-sm">Logistics</span>
|
|
|
+ <span v-if="currentPrescription.erx_category === 'DRUG'" class="min-width-140px text-secondary text-sm">Pharmacy</span>
|
|
|
+ <span v-else-if="currentPrescription.erx_category === 'LAB'" class="min-width-140px text-secondary text-sm">Lab</span>
|
|
|
+ <span v-else-if="currentPrescription.erx_category === 'IMAGING'" class="min-width-140px text-secondary text-sm">Lab</span>
|
|
|
+ <span v-else class="min-width-140px text-secondary text-sm">Logistics</span>
|
|
|
<div class="d-inline-flex align-items-baseline flex-grow-1">
|
|
|
<a class="mr-2" href="#" v-on:click.prevent="editLogisticsDetails(currentPrescription)"><i class="fa fa-edit on-hover-opaque"></i></a>
|
|
|
<div v-if="currentPrescription.logistics_detail_json" class="d-flex align-items-baseline">
|
|
@@ -284,7 +287,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="pb-2 d-flex align-items-center">
|
|
|
- <span class="min-width-140px text-secondary text-sm">HCP Pro</span>
|
|
|
+ <span class="min-width-140px text-secondary text-sm">Prescribed By</span>
|
|
|
<div class="d-inline-flex align-items-baseline flex-grow-1">
|
|
|
<a v-if="!currentPrescription.has_hcp_pro_signed" class="mr-2" href="#" v-on:click.prevent="editHcpPro(currentPrescription)"><i class="fa fa-edit on-hover-opaque"></i></a>
|
|
|
<span v-else class="mr-2" title="Cannot edit. Prescription already signed."><i class="fa fa-edit on-hover-opaque text-secondary"></i></span>
|
|
@@ -305,7 +308,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="pb-2 d-flex align-items-center">
|
|
|
- <span class="min-width-140px text-secondary text-sm">Pro Status</span>
|
|
|
+ <span class="min-width-140px text-secondary text-sm">Prescription Status</span>
|
|
|
<div class="d-inline-flex align-items-baseline">
|
|
|
<a class="mr-2" href="#" v-on:click.prevent="editProStatus(currentPrescription)"><i class="fa fa-edit on-hover-opaque"></i></a>
|
|
|
<div v-if="currentPrescription.pro_declared_status" class="d-flex align-items-baseline">
|