|
@@ -5,8 +5,8 @@
|
|
|
<span v-if="statusFilter === 'closed'" class="text-secondary font-weight-normal">(@{{ imagingNumClosed }} closed)</span>
|
|
|
<span v-if="statusFilter === 'all'" class="text-secondary font-weight-normal">(@{{ imagingNumOpen }} open, @{{ imagingNumClosed }} closed)</span>
|
|
|
</h4>
|
|
|
- <a class="px-3 c-pointer font-weight-bold"
|
|
|
- v-on:click.prevent="imagingShowPopup()">+ New</a>
|
|
|
+ <!--<a class="px-3 c-pointer font-weight-bold"
|
|
|
+ v-on:click.prevent="imagingShowPopup()">+ New</a>-->
|
|
|
<a class="py-0 font-weight-normal c-pointer flex-grow-1 text-right pr-2"
|
|
|
v-if="!imagingCollapsed"
|
|
|
v-on:click.prevent="imagingCollapsed = true">
|
|
@@ -79,8 +79,8 @@
|
|
|
<div class="mb-2">
|
|
|
<div class="d-flex align-items-center mb-1">
|
|
|
<label class="text-sm text-secondary mb-0">Tests</label>
|
|
|
- <span class="text-sm mx-2 text-secondary">|</span>
|
|
|
- <a href="#" class="text-sm" v-on:click.prevent="imagingPopupItem.data.tests.push('')">Add</a>
|
|
|
+ <!--<span class="text-sm mx-2 text-secondary">|</span>
|
|
|
+ <a href="#" class="text-sm" v-on:click.prevent="imagingPopupItem.data.tests.push('')">Add</a>-->
|
|
|
</div>
|
|
|
<div class="d-flex align-items-center mb-2" v-for="(test, testIndex) in imagingPopupItem.data.tests">
|
|
|
<div class="position-relative flex-grow-1">
|
|
@@ -95,25 +95,25 @@
|
|
|
<div>PET-CT</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <a v-if="imagingPopupItem.data.tests.length > 1" class="ml-2 text-danger" href="#" v-on:click.prevent="imagingPopupItem.data.tests.splice(testIndex, 1)">
|
|
|
+ <!--<a v-if="imagingPopupItem.data.tests.length > 1" class="ml-2 text-danger" href="#" v-on:click.prevent="imagingPopupItem.data.tests.splice(testIndex, 1)">
|
|
|
<i class="fa fa-trash-alt"></i>
|
|
|
- </a>
|
|
|
+ </a>-->
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="mb-2">
|
|
|
<div class="d-flex align-items-center mb-1">
|
|
|
<label class="text-sm text-secondary mb-0">ICDs</label>
|
|
|
- <span class="text-sm mx-2 text-secondary">|</span>
|
|
|
- <a href="#" class="text-sm" v-on:click.prevent="imagingAddICD()">Add</a>
|
|
|
+ <!--<span class="text-sm mx-2 text-secondary">|</span>
|
|
|
+ <a href="#" class="text-sm" v-on:click.prevent="imagingAddICD()">Add</a>-->
|
|
|
</div>
|
|
|
<div class="d-flex align-items-center mb-2" v-for="(icd, icdIndex) in imagingPopupItem.data.icds">
|
|
|
<div class="position-relative flex-grow-1">
|
|
|
<input required type="text" data-field="icd" :data-index="icdIndex" placeholder="ICD"
|
|
|
v-model="imagingPopupItem.data.icds[icdIndex]" class="form-control form-control-sm">
|
|
|
</div>
|
|
|
- <a v-if="imagingPopupItem.data.icds.length > 1" class="ml-2 text-danger" href="#" v-on:click.prevent="imagingPopupItem.data.icds.splice(icdIndex, 1)">
|
|
|
+ <!--<a v-if="imagingPopupItem.data.icds.length > 1" class="ml-2 text-danger" href="#" v-on:click.prevent="imagingPopupItem.data.icds.splice(icdIndex, 1)">
|
|
|
<i class="fa fa-trash-alt"></i>
|
|
|
- </a>
|
|
|
+ </a>-->
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="mb-2">
|
|
@@ -124,10 +124,10 @@
|
|
|
|
|
|
@include('app.patient.tickets.pharmacy', ['label' => 'Facility', 'category' => 'imaging'])
|
|
|
|
|
|
- <div v-if="imagingPopupMode === 'add'" class="d-flex align-items-center justify-content-start mt-3 p-3 border-bottom">
|
|
|
+ <!--<div v-if="imagingPopupMode === 'add'" class="d-flex align-items-center justify-content-start mt-3 p-3 border-bottom">
|
|
|
<button type="button" class="btn btn-sm btn-primary mr-2" v-on:click.prevent="imagingSavePopupItem()">Submit</button>
|
|
|
<button type="button" class="btn btn-sm btn-default border" onclick="return closeStagPopup()">Cancel</button>
|
|
|
- </div>
|
|
|
+ </div>-->
|
|
|
|
|
|
<!-- attachments -->
|
|
|
@include('app.patient.tickets.attachments', ['category' => 'imaging'])
|