Эх сурвалжийг харах

Visit tree updates (on call)

Vijayakrishnan 3 жил өмнө
parent
commit
05d3e735ba

+ 1 - 0
resources/views/app/patient/note/custom-visit-with-layout.blade.php

@@ -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);
     }

+ 1 - 4
resources/views/app/patient/note/custom-visit.blade.php

@@ -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>
         </div>
-        <div class="col-md-4 border-left">
-            wizards here
-        </div>
     </div>
 </div>
 @include('app.patient.note.segment_script')

+ 1 - 0
resources/views/app/patient/problems-center.blade.php

@@ -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}}">

+ 0 - 1
storage/visit-template-ui-configs/mc_default_visit.json

@@ -23,7 +23,6 @@
                             "mc_subjective_history_screenings"
                         ]
                     },
-                    "mc_subjective_lifestyle",
                     "mc_subjective_care_team"
                 ]
             }