@@ -31,6 +31,7 @@
function renderNoteTemplateLeaf($leaf, $segMap){
$segment = $segMap[$leaf];
+ if(!$segment->edit_html && !$segment->summary_html) return;
include('app/patient/note/segment/leaf.php');
//echo($segment->summary_html);
}
@@ -79,7 +79,7 @@
</style>
<div>
<div class="row p-3">
- <div class="col-md-8">
+ <div class="col-md-12">
<div class="row segments-list" id="note-segments-list">
<div class="col-md-6 ">
<?php
@@ -96,9 +96,6 @@
</div>
- <div class="col-md-4 border-left">
- wizards here
- </div>
@include('app.patient.note.segment_script')
@@ -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}}">
@@ -23,7 +23,6 @@
"mc_subjective_history_screenings"
]
},
- "mc_subjective_lifestyle",
"mc_subjective_care_team"