|
@@ -10,6 +10,7 @@ use App\Models\Segment;
|
|
|
|
|
|
list($problems, $counts) = Point::getPointsOfCategoryExtended($patient, 'PROBLEM', $note);
|
|
|
$ccSegment = $note->getSegmentByInternalName('chief_complaint');
|
|
|
+$ccSegment = $ccSegment ?? $note->getSegmentByInternalName('mc_cc');
|
|
|
?>
|
|
|
|
|
|
<div class="mt-3 p-3 border-top min-height-500px" id="problems-center-{{$note->id}}">
|