|
@@ -65,7 +65,7 @@ $wizardLinks = [
|
|
|
|
|
|
?>
|
|
?>
|
|
|
|
|
|
-<div class="mb-2">
|
|
|
|
|
|
+<div class="mb-2 hide-if-note-signed">
|
|
@foreach($wizardLinks as $link)
|
|
@foreach($wizardLinks as $link)
|
|
@if(@$link['name'])
|
|
@if(@$link['name'])
|
|
<a href="{{$link['href']}}"
|
|
<a href="{{$link['href']}}"
|
|
@@ -80,7 +80,7 @@ $wizardLinks = [
|
|
|
|
|
|
<div class="system_segment">
|
|
<div class="system_segment">
|
|
<?php
|
|
<?php
|
|
-
|
|
|
|
|
|
+/*
|
|
$inPoints = Point::getPointsOfCategory($patient, 'ALLERGY');
|
|
$inPoints = Point::getPointsOfCategory($patient, 'ALLERGY');
|
|
if(count($inPoints)) {
|
|
if(count($inPoints)) {
|
|
?>
|
|
?>
|
|
@@ -142,6 +142,9 @@ foreach ($pointMap as $renderer => $points) {
|
|
@include('app.patient.module-specific-summary-renderers.' . $renderer . '.subjective', compact('points'))
|
|
@include('app.patient.module-specific-summary-renderers.' . $renderer . '.subjective', compact('points'))
|
|
<?php
|
|
<?php
|
|
}
|
|
}
|
|
|
|
+*/
|
|
|
|
+
|
|
|
|
+$inPoints = Point::getIntakePointsWithChildReview($patient, $note);
|
|
|
|
|
|
$topLevelPointToRendererMap = [
|
|
$topLevelPointToRendererMap = [
|
|
'HIGH_SUGAR_BEVERAGES' => 'nutrition',
|
|
'HIGH_SUGAR_BEVERAGES' => 'nutrition',
|