|
@@ -229,7 +229,7 @@
|
|
|
</section>
|
|
|
<section>
|
|
|
{{--<div><label>Allergies:</label> Grass, Pollen, Latex</div>--}}
|
|
|
- <div><label>Next Appt:</label> {{$patient->next_appointment ? friendly_date_time($patient->next_appointment, false) : '-'}}</div>
|
|
|
+ <div><label>Next Appt:</label> {{$patient->next_mcp_appointment ? friendly_date_time($patient->next_mcp_appointment, false) : '-'}}</div>
|
|
|
<div>
|
|
|
<label>CM:</label> {{ $patient->is_enrolled_in_cm === 'YES' ? 'Yes' : 'No' }}
|
|
|
<label class="ml-2">RM:</label> {{ $patient->is_enrolled_in_rm === 'YES' ? 'Yes' : 'No' }}
|
|
@@ -276,9 +276,8 @@
|
|
|
</div>
|
|
|
<button>Pt. Ed.</button>
|
|
|
<button onclick="return window.top.openInRHS('/pro/meet/{{ $patient->uid }}')">Video</button>
|
|
|
- <div moe relative>
|
|
|
+ {{--<div moe relative>
|
|
|
<a start show>
|
|
|
- <!-- <i class="fa fa-plus-circle"></i> -->
|
|
|
<button>+ Appointment</button>
|
|
|
</a>
|
|
|
<form url="/api/client/setNextAppointment" right class="mcp-theme-1">
|
|
@@ -306,7 +305,7 @@
|
|
|
<button cancel class="btn btn-sm btn-default border">Cancel</button>
|
|
|
</div>
|
|
|
</form>
|
|
|
- </div>
|
|
|
+ </div>--}}
|
|
|
</section>
|
|
|
</div>
|
|
|
</div></div> <!-- z -->
|