|
@@ -160,101 +160,5 @@
|
|
</tr>
|
|
</tr>
|
|
@endforeach
|
|
@endforeach
|
|
|
|
|
|
-
|
|
|
|
-{{-- @foreach ($measurementsInCareMonth as $measurement)--}}
|
|
|
|
-{{-- @if($measurementType && stripos($measurement->label, $measurementType) === false )--}}
|
|
|
|
-{{-- @continue--}}
|
|
|
|
-{{-- @endif--}}
|
|
|
|
-{{-- @if (!empty($measurement->label) && !in_array($measurement->label, ['SBP', 'DBP']) && !$measurement->is_cellular_zero)--}}
|
|
|
|
-{{-- <tr>--}}
|
|
|
|
-{{-- <td class="px-2 text-nowrap">--}}
|
|
|
|
-{{-- @if ($measurement->ts)--}}
|
|
|
|
-{{-- <?php $timestampInSec = floor($measurement->ts / 1000); ?>--}}
|
|
|
|
-{{-- {{ friendly_date_time_short_with_tz_from_timestamp($timestampInSec, 'EASTERN') }}--}}
|
|
|
|
-{{-- @else--}}
|
|
|
|
-{{-- {{ friendly_date_time_short_with_tz($measurement->effective_date, true, 'EASTERN') }}--}}
|
|
|
|
-{{-- @endif--}}
|
|
|
|
-{{-- EST--}}
|
|
|
|
-{{-- </td>--}}
|
|
|
|
-{{-- <td class="px-1 text-nowrap">--}}
|
|
|
|
-{{-- <div class="text-nowrap">--}}
|
|
|
|
-{{-- @if ($measurement->is_cellular_zero)--}}
|
|
|
|
-{{-- <i class="font-size-11 fa fa-rss"></i>--}}
|
|
|
|
-{{-- @elseif($measurement->label === 'BP')--}}
|
|
|
|
-{{-- {{ $measurement->sbp_mm_hg }}/{{ $measurement->dbp_mm_hg }} mmHg--}}
|
|
|
|
-{{-- @elseif($measurement->label === 'Wt. (lbs.)')--}}
|
|
|
|
-{{-- {{ round(floatval($measurement->numeric_value), 2) }} lbs--}}
|
|
|
|
-{{-- @else--}}
|
|
|
|
-{{-- {{ $measurement->value }}--}}
|
|
|
|
-{{-- @endif--}}
|
|
|
|
-{{-- </div>--}}
|
|
|
|
-{{-- </td>--}}
|
|
|
|
-{{-- <td class="px-1 text-nowrap">{{ $measurement->label }}</td>--}}
|
|
|
|
-{{-- <td class="text-nowrap">--}}
|
|
|
|
-{{-- <div class="">--}}
|
|
|
|
-{{-- @php $found = false; @endphp--}}
|
|
|
|
-{{-- @foreach($careMonth->entries as $entry)--}}
|
|
|
|
-{{-- @if(friendly_date($entry->effective_date) == friendly_date($measurement->effective_date) && $entry->did_pro_interact_with_client_about_rm && !$found)--}}
|
|
|
|
-{{-- @php $found = true; @endphp--}}
|
|
|
|
-{{-- @if(str_contains($entry->content_text, 'text'))--}}
|
|
|
|
-{{-- Text--}}
|
|
|
|
-{{-- @else--}}
|
|
|
|
-{{-- Audio call--}}
|
|
|
|
-{{-- @endif--}}
|
|
|
|
-{{-- @endif--}}
|
|
|
|
-{{-- @endforeach--}}
|
|
|
|
-{{-- </div>--}}
|
|
|
|
-{{-- </td>--}}
|
|
|
|
-{{-- --}}{{-- <td colspan="px-2">--}}
|
|
|
|
-{{-- --}}{{-- <?php--}}
|
|
|
|
-{{-- --}}{{-- $stamps = ['has_been_stamped_by_mcp', 'has_been_stamped_by_non_hcp', 'has_been_stamped_by_rme', 'has_been_stamped_by_rmm'];--}}
|
|
|
|
-{{-- --}}{{-- $isStamped = false;--}}
|
|
|
|
-{{-- --}}{{-- foreach ($stamps as $stamp) {--}}
|
|
|
|
-{{-- --}}{{-- if ($measurement->{$stamp}) {--}}
|
|
|
|
-{{-- --}}{{-- $isStamped = true;--}}
|
|
|
|
-{{-- --}}{{-- }--}}
|
|
|
|
-{{-- --}}{{-- }--}}
|
|
|
|
-{{-- --}}{{-- ?>--}}
|
|
|
|
-{{-- --}}{{-- @if ($isStamped)--}}
|
|
|
|
-{{-- --}}{{-- ✓--}}
|
|
|
|
-{{-- --}}{{-- @endif--}}
|
|
|
|
-{{-- --}}{{-- </td>--}}
|
|
|
|
-
|
|
|
|
-{{-- <td class="px-4">--}}
|
|
|
|
-{{-- <div class="">--}}
|
|
|
|
-{{-- @foreach($careMonth->entries as $entry)--}}
|
|
|
|
-{{-- @if(friendly_date($entry->effective_date) == friendly_date($measurement->effective_date))--}}
|
|
|
|
-{{-- <div class="d-flex align-items-start">--}}
|
|
|
|
-{{-- <span class="mr-2">{{$entry->time_in_seconds/60}}m: </span>--}}
|
|
|
|
-{{-- <div>{!! $entry->content_text !!}</div>--}}
|
|
|
|
-{{-- </div>--}}
|
|
|
|
-{{-- <div class="d-flex justify-content-end ">--}}
|
|
|
|
-{{-- <div class="mr-1">--}}
|
|
|
|
-{{-- <b>--}}
|
|
|
|
-{{-- @if($entry->pro)--}}
|
|
|
|
-{{-- @if($entry->pro->is_hcp)--}}
|
|
|
|
-{{-- {{$entry->pro->displayName()}}--}}
|
|
|
|
-{{-- @else--}}
|
|
|
|
-{{-- Medical Staff--}}
|
|
|
|
-{{-- @endif--}}
|
|
|
|
-{{-- @endif--}}
|
|
|
|
-{{-- </b>--}}
|
|
|
|
-{{-- </div>--}}
|
|
|
|
-{{-- <div>{{friendly_date_time($entry->created_at)}}</div>--}}
|
|
|
|
-{{-- </div>--}}
|
|
|
|
-{{-- @endif--}}
|
|
|
|
-{{-- @endforeach--}}
|
|
|
|
-{{-- </div>--}}
|
|
|
|
-{{-- </td>--}}
|
|
|
|
-{{-- </tr>--}}
|
|
|
|
-{{-- @endif--}}
|
|
|
|
-{{-- @endforeach--}}
|
|
|
|
-{{-- @if (!$patient->measurements || !count($patient->measurements) === 0)--}}
|
|
|
|
-{{-- <tr>--}}
|
|
|
|
-{{-- <td class="text-secondary p-0 border-0">--}}
|
|
|
|
-{{-- No items to show--}}
|
|
|
|
-{{-- </td>--}}
|
|
|
|
-{{-- </tr>--}}
|
|
|
|
-{{-- @endif--}}
|
|
|
|
</tbody>
|
|
</tbody>
|
|
</table>
|
|
</table>
|