@extends('master') @section('content')
{{ Session::get('errorNotification') }}
×This screen summarizes patient cholinesterase testing information and contains notification commands.
| Date | RBC (AChE) Cholinesterase | Serum (BuChE) Cholinesterase |
|---|---|---|
| {{{ date("jS, F Y - H:i:s", strtotime($base->test_date)) }}} | {{{ $base->plasma }}} | {{{ $base->rbc }}} |
| Average |
| Date | RBC (AChE) Cholinesterase | Serum (BuChE) Cholinesterase | % Change RBC | % Change Serum |
|---|---|---|---|---|
| {{{ date("jS, F Y - H:i:s", strtotime($follow->test_date)) }}} | {{{ $follow->plasma }}} | {{{ $follow->rbc }}} | {{{ round(100 - (($follow->plasma / $baseplasma ) * 100))}}}% | {{{ round(100 - (($follow->rbc/ $baserbc) * 100))}}}% |