@@ -69,7 +69,7 @@
<?php
if(!@$template) {
- $template = 'tech.json';
+ $template = 'hpi/core.json';
}
$patient = $note->client;
$data = $currentReview ? $currentReview : null;
@@ -3,9 +3,7 @@
<div class="<?= $point->last_child_review_point_scoped_note_id === $note->id ? 'bg-warning-mellow p-2 rounded' : '' ?>">
<div>
- if(!@$template) {
- $template = 'test.json';
- }
+ if(!@$template) $template = 'hpi/core.json';
$data = $parsedReview ? $parsedReview : null;
?>
@include('app.dq-engine.read', compact('template', 'note', 'patient', 'point', 'data'))