Browse Source

added multiline for plan/goals

Josh 4 năm trước cách đây
mục cha
commit
7014128954

+ 4 - 4
resources/views/app/patient/partials/dx-table-row.blade.php

@@ -3,10 +3,10 @@
         <td class="px-2">{{$line->content_text}}</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()->{"Prognosis"} }}</td>
-        <td class="px-2">{{ @$line->contentDetail()->{"History"} }}</td>
-        <td class="px-2">{{ @$line->contentDetail()->{"Treatment Goal"} }}</td>
-        <td class="px-2">{{ @$line->contentDetail()->{"Treatment Plan"} }}</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>
         @if(@$showCreated)
         <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>