Samson Mutunga 2 years ago
parent
commit
6114572ae5

+ 1 - 1
resources/views/app/patient/module-specific-summary-renderers/sleep_study_intake/subjective.blade.php

@@ -1,5 +1,5 @@
 <?php $keysToSkip = [
-    'cheif_complaint'
+
 ]; 
 ?>
 @if($points && count($points))

+ 1 - 0
resources/views/app/patient/segment-templates/omega_subjective_system/summary.blade.php

@@ -137,6 +137,7 @@ $topLevelPointToRendererMap = [
     'LIFESTYLE_STRESS' => 'lifestyle_stress',
     'LIFESTYLE_SUBSTANCE_USE' => 'lifestyle_substance_use',
     'WEIGHT_LOSS_INTAKE' => 'weight_loss_intake',
+    'SLEEP_STUDY_INTAKE' => 'sleep_study_intake'
 ];
 
 $pointMap = [];