|
@@ -21,21 +21,21 @@
|
|
|
<th>Action Item Category</th>
|
|
|
<th>Content Detail</th>
|
|
|
<th>Content Text</th>
|
|
|
+<th>Is Signed By Ally</th>
|
|
|
<th>Is Signed By Prescriber</th>
|
|
|
+<th>Signed By Ally At</th>
|
|
|
<th>Signed By Prescriber At</th>
|
|
|
<th>Status Category</th>
|
|
|
<th>Status Memo</th>
|
|
|
<th>Created By Session Id</th>
|
|
|
+<th>Ally Pro Id</th>
|
|
|
<th>Client Id</th>
|
|
|
<th>Current Content Update Id</th>
|
|
|
<th>Current Status Update Id</th>
|
|
|
<th>Prescriber Pro Id</th>
|
|
|
+<th>Signed By Ally Session Id</th>
|
|
|
<th>Signed By Prescriber Session Id</th>
|
|
|
<th>To Facility Id</th>
|
|
|
-<th>Is Signed By Ally</th>
|
|
|
-<th>Signed By Ally At</th>
|
|
|
-<th>Ally Pro Id</th>
|
|
|
-<th>Signed By Ally Session Id</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
@@ -48,21 +48,21 @@
|
|
|
<td><?= $subRecord->action_item_category ?></td>
|
|
|
<td><?= $subRecord->content_detail ?></td>
|
|
|
<td><?= $subRecord->content_text ?></td>
|
|
|
+<td><?= $subRecord->is_signed_by_ally ?></td>
|
|
|
<td><?= $subRecord->is_signed_by_prescriber ?></td>
|
|
|
+<td><?= $subRecord->signed_by_ally_at ?></td>
|
|
|
<td><?= $subRecord->signed_by_prescriber_at ?></td>
|
|
|
<td><?= $subRecord->status_category ?></td>
|
|
|
<td><?= $subRecord->status_memo ?></td>
|
|
|
<td><?= $subRecord->created_by_session_id ?></td>
|
|
|
+<td><?= $subRecord->ally_pro_id ?></td>
|
|
|
<td><?= $subRecord->client_id ?></td>
|
|
|
<td><?= $subRecord->current_content_update_id ?></td>
|
|
|
<td><?= $subRecord->current_status_update_id ?></td>
|
|
|
<td><?= $subRecord->prescriber_pro_id ?></td>
|
|
|
+<td><?= $subRecord->signed_by_ally_session_id ?></td>
|
|
|
<td><?= $subRecord->signed_by_prescriber_session_id ?></td>
|
|
|
<td><?= $subRecord->to_facility_id ?></td>
|
|
|
-<td><?= $subRecord->is_signed_by_ally ?></td>
|
|
|
-<td><?= $subRecord->signed_by_ally_at ?></td>
|
|
|
-<td><?= $subRecord->ally_pro_id ?></td>
|
|
|
-<td><?= $subRecord->signed_by_ally_session_id ?></td>
|
|
|
</tr>
|
|
|
@endforeach
|
|
|
</tbody>
|