|
@@ -3,10 +3,10 @@
|
|
<td class="px-2">{{$line->content_text}}</td>
|
|
<td class="px-2">{{$line->content_text}}</td>
|
|
<td class="px-2">{{ @$line->contentDetail()->{"ICD"} }}</td>
|
|
<td class="px-2">{{ @$line->contentDetail()->{"ICD"} }}</td>
|
|
<td class="px-2">{{ @$line->contentDetail()->{"Chronic or Acute"} }}</td>
|
|
<td class="px-2">{{ @$line->contentDetail()->{"Chronic or Acute"} }}</td>
|
|
- <td class="px-2"><pre>{{ @$line->contentDetail()->{"Prognosis"} }}</pre></td>
|
|
|
|
- <td class="px-2"><pre>{{ @$line->contentDetail()->{"History"} }}</pre></td>
|
|
|
|
- <td class="px-2"><pre>{{ @$line->contentDetail()->{"Treatment Goal"} }}</pre></td>
|
|
|
|
- <td class="px-2"><pre>{{ @$line->contentDetail()->{"Treatment Plan"} }}</pre></td>
|
|
|
|
|
|
+ <td class="px-2"><pre style="white-space:pre-wrap">{{ @$line->contentDetail()->{"Prognosis"} }}</pre></td>
|
|
|
|
+ <td class="px-2"><pre style="white-space:pre-wrap">{{ @$line->contentDetail()->{"History"} }}</pre></td>
|
|
|
|
+ <td class="px-2"><pre style="white-space:pre-wrap">{{ @$line->contentDetail()->{"Treatment Goal"} }}</pre></td>
|
|
|
|
+ <td class="px-2"><pre style="white-space:pre-wrap">{{ @$line->contentDetail()->{"Treatment Plan"} }}</pre></td>
|
|
@if(@$showCreated)
|
|
@if(@$showCreated)
|
|
<td class="px-2">{{ $line->createdBySession && $line->createdBySession->pro ? $line->createdBySession->pro->displayName() : '-'}}</td>
|
|
<td class="px-2">{{ $line->createdBySession && $line->createdBySession->pro ? $line->createdBySession->pro->displayName() : '-'}}</td>
|
|
<td class="px-2">{{ friendly_date_time($line->created_at) }}</td>
|
|
<td class="px-2">{{ friendly_date_time($line->created_at) }}</td>
|