Ver Fonte

CC: if no CC point, dont show auto-generated content in summary

Vijayakrishnan há 3 anos atrás
pai
commit
216ecb34f7

+ 2 - 0
resources/views/app/patient/segment-templates/chief_complaint/summary.blade.php

@@ -10,6 +10,7 @@ if ($point && !!@$point->data) {
 }
 
 if(!$parsed || !@$parsed->free_text) {
+    /*
     list($problemPoints, $counts) = Point::getPointsOfCategoryExtended($patient, 'PROBLEM', $note);
     $problemNames = [];
     foreach ($problemPoints as $problemPoint) {
@@ -38,6 +39,7 @@ if(!$parsed || !@$parsed->free_text) {
     $parsed = json_decode(json_encode([
         "free_text" => $defaultCC
     ]));
+    */
 }
 ?>
 <div>