Browse Source

Merge remote-tracking branch 'origin/cleanup-forms-fix' into cleanup-forms-fix

= 1 year ago
parent
commit
36de16dfb3
29 changed files with 69 additions and 58 deletions
  1. 3 0
      config/stag.php
  2. 1 1
      resources/views/app/patient/module-specific-summary-renderers/allergy/subjective.blade.php
  3. 1 1
      resources/views/app/patient/module-specific-summary-renderers/behavior/subjective.blade.php
  4. 1 1
      resources/views/app/patient/module-specific-summary-renderers/care_team_member/subjective.blade.php
  5. 16 4
      resources/views/app/patient/module-specific-summary-renderers/data-dump.blade.php
  6. 2 2
      resources/views/app/patient/module-specific-summary-renderers/exercise/subjective.blade.php
  7. 1 1
      resources/views/app/patient/module-specific-summary-renderers/goal/subjective.blade.php
  8. 1 1
      resources/views/app/patient/module-specific-summary-renderers/history_family/subjective.blade.php
  9. 1 1
      resources/views/app/patient/module-specific-summary-renderers/history_social/subjective.blade.php
  10. 1 1
      resources/views/app/patient/module-specific-summary-renderers/history_surgical/subjective.blade.php
  11. 3 7
      resources/views/app/patient/module-specific-summary-renderers/lifestyle_general/subjective.blade.php
  12. 2 2
      resources/views/app/patient/module-specific-summary-renderers/lifestyle_nutrition/subjective.blade.php
  13. 2 2
      resources/views/app/patient/module-specific-summary-renderers/lifestyle_physical_activity/subjective.blade.php
  14. 2 2
      resources/views/app/patient/module-specific-summary-renderers/lifestyle_sleep/subjective.blade.php
  15. 2 2
      resources/views/app/patient/module-specific-summary-renderers/lifestyle_social_relationships/subjective.blade.php
  16. 2 2
      resources/views/app/patient/module-specific-summary-renderers/lifestyle_stress/subjective.blade.php
  17. 2 2
      resources/views/app/patient/module-specific-summary-renderers/lifestyle_substance_use/subjective.blade.php
  18. 1 1
      resources/views/app/patient/module-specific-summary-renderers/medication/subjective.blade.php
  19. 1 1
      resources/views/app/patient/module-specific-summary-renderers/nutrition/subjective.blade.php
  20. 1 1
      resources/views/app/patient/module-specific-summary-renderers/past_medical_history/subjective.blade.php
  21. 1 1
      resources/views/app/patient/module-specific-summary-renderers/problem/plan.blade.php
  22. 1 1
      resources/views/app/patient/module-specific-summary-renderers/problem/subjective.blade.php
  23. 1 1
      resources/views/app/patient/module-specific-summary-renderers/ros/subjective.blade.php
  24. 1 1
      resources/views/app/patient/module-specific-summary-renderers/sleep_health_intake/subjective.blade.php
  25. 1 1
      resources/views/app/patient/module-specific-summary-renderers/weight_loss_intake/plan.blade.php
  26. 1 1
      resources/views/app/patient/module-specific-summary-renderers/weight_loss_intake/subjective.blade.php
  27. 13 13
      resources/views/app/patient/note/dashboard.blade.php
  28. 2 2
      resources/views/app/patient/segment-templates/omega_assessment_system/summary.blade.php
  29. 2 2
      resources/views/app/patient/segment-templates/sigma_assessment_system/summary.blade.php

+ 3 - 0
config/stag.php

@@ -81,6 +81,9 @@ return [
             'nutrition-center' => ['omega_subjective_system', 'omega_plan_system'],
             'nutrition-center' => ['omega_subjective_system', 'omega_plan_system'],
             'exercise-center' => ['omega_subjective_system', 'omega_plan_system'],
             'exercise-center' => ['omega_subjective_system', 'omega_plan_system'],
             'behavior-center' => ['omega_subjective_system', 'omega_plan_system'],
             'behavior-center' => ['omega_subjective_system', 'omega_plan_system'],
+            'sleep_health_intake/edit' => ['omega_subjective_system', 'omega_plan_system'],
+            'lifestyle_social/edit' => ['omega_subjective_system', 'omega_plan_system'],
+            'lifestyle_nutrition/edit' => ['omega_subjective_system', 'omega_plan_system'],
         ],
         ],
     ]
     ]
 ];
 ];

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

@@ -1,6 +1,6 @@
 @if($points && count($points))
 @if($points && count($points))
     <div class="d-flex border-bottom">
     <div class="d-flex border-bottom">
-        <a class="mr-2 min-width-110px "
+        <a class="mr-2 width-150px "
            open-in-stag-popup
            open-in-stag-popup
            href="/allergies-center/{{$note->client->uid}}/{{$note->uid}}"
            href="/allergies-center/{{$note->client->uid}}/{{$note->uid}}"
            mc-initer="allergies-center-{{$note->id}}"
            mc-initer="allergies-center-{{$note->id}}"

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

@@ -1,6 +1,6 @@
 @if($points && count($points))
 @if($points && count($points))
     <div class="d-flex border-bottom">
     <div class="d-flex border-bottom">
-        <a class="mr-2 min-width-110px hide-if-note-signed"
+        <a class="mr-2 width-150px hide-if-note-signed"
            open-in-stag-popup
            open-in-stag-popup
            href="/behavior-center/{{$note->client->uid}}/{{$note->uid}}"
            href="/behavior-center/{{$note->client->uid}}/{{$note->uid}}"
            mc-initer="behavior-center-{{$note->id}}"
            mc-initer="behavior-center-{{$note->id}}"

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

@@ -1,6 +1,6 @@
 @if($points && count($points))
 @if($points && count($points))
     <div class="d-flex border-bottom">
     <div class="d-flex border-bottom">
-        <a class="mr-2 min-width-110px "
+        <a class="mr-2 width-150px "
            open-in-stag-popup
            open-in-stag-popup
            href="/careteam-center/{{$note->client->uid}}/{{$note->uid}}"
            href="/careteam-center/{{$note->client->uid}}/{{$note->uid}}"
            mc-initer="careteam-center-{{$note->id}}"
            mc-initer="careteam-center-{{$note->id}}"

+ 16 - 4
resources/views/app/patient/module-specific-summary-renderers/data-dump.blade.php

@@ -2,14 +2,26 @@
 if ($point->lastChildReview && $point->lastChildReview->data) {
 if ($point->lastChildReview && $point->lastChildReview->data) {
     $point->lastChildReview->data = json_decode($point->lastChildReview->data, true);
     $point->lastChildReview->data = json_decode($point->lastChildReview->data, true);
     $contentData = $point->lastChildReview->data;
     $contentData = $point->lastChildReview->data;
+    $y = 1;
     foreach ($contentData as $k => $v) {
     foreach ($contentData as $k => $v) {
         if((!!$v) && (!@$keysToSkip || !in_array($k, $keysToSkip))) {
         if((!!$v) && (!@$keysToSkip || !in_array($k, $keysToSkip))) {
             ?>
             ?>
-            <div class="d-flex align-items-baseline">
-                <span class="text-secondary mr-2">{{sanitize_state_name($k)}}:</span>
-                <span>{{is_array($v) ? implode(", ", $v) : $v}}</span>
-            </div>
+            <tr>
+                <td class="pr-2 pl-0 width-40px">
+                  {{$y}}.
+                </td>
+                <td class="px-2 grow-till-300px">
+                    {{sanitize_state_name($k)}}
+                </td>
+                <td class="width-300px">
+                    <div class="pl-2">
+                        {{is_array($v) ? implode(", ", $v) : $v}}
+                    </div>
+                </td>
+                <td></td>
+            </tr>
             <?php
             <?php
+        $y++;
         }
         }
     }
     }
 }
 }

+ 2 - 2
resources/views/app/patient/module-specific-summary-renderers/exercise/subjective.blade.php

@@ -1,6 +1,6 @@
 @if($points && count($points))
 @if($points && count($points))
     <div class="d-flex border-bottom">
     <div class="d-flex border-bottom">
-        <a class="mr-2 min-width-110px hide-if-note-signed"
+        <a class="mr-2 width-150px hide-if-note-signed"
            open-in-stag-popup
            open-in-stag-popup
            href="/exercise-center/{{$note->client->uid}}/{{$note->uid}}"
            href="/exercise-center/{{$note->client->uid}}/{{$note->uid}}"
            mc-initer="exercise-center-{{$note->id}}"
            mc-initer="exercise-center-{{$note->id}}"
@@ -46,4 +46,4 @@
 
 
         </div>
         </div>
     </div>
     </div>
-@endif
+@endif

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

@@ -1,6 +1,6 @@
 @if($points && count($points))
 @if($points && count($points))
     <div class="d-flex border-bottom">
     <div class="d-flex border-bottom">
-        <a class="mr-2 min-width-110px "
+        <a class="mr-2 width-150px "
            open-in-stag-popup
            open-in-stag-popup
            href="/goals-center/{{$note->client->uid}}/{{$note->uid}}"
            href="/goals-center/{{$note->client->uid}}/{{$note->uid}}"
            mc-initer="goals-center-{{$note->id}}"
            mc-initer="goals-center-{{$note->id}}"

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

@@ -13,7 +13,7 @@ use App\Models\Segment;
 @if($points && count($points))
 @if($points && count($points))
 
 
     <div class="d-flex border-bottom">
     <div class="d-flex border-bottom">
-        <a class="mr-2 min-width-110px "
+        <a class="mr-2 width-150px "
            open-in-stag-popup
            open-in-stag-popup
            href="/note-segment-view-by-name/{{$note->uid}}/history_family/edit",
            href="/note-segment-view-by-name/{{$note->uid}}/history_family/edit",
            mc-initer="edit-univ_history_family-container-{{$note->id}}"
            mc-initer="edit-univ_history_family-container-{{$note->id}}"

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

@@ -13,7 +13,7 @@ use App\Models\Segment;
 @if($points && count($points))
 @if($points && count($points))
 
 
     <div class="d-flex border-bottom">
     <div class="d-flex border-bottom">
-        <a class="mr-2 min-width-110px "
+        <a class="mr-2 width-150px "
            open-in-stag-popup
            open-in-stag-popup
            href="/note-segment-view-by-name/{{$note->uid}}/history_social/edit",
            href="/note-segment-view-by-name/{{$note->uid}}/history_social/edit",
            mc-initer="edit-univ_history_social-container-{{$note->id}}"
            mc-initer="edit-univ_history_social-container-{{$note->id}}"

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

@@ -13,7 +13,7 @@ use App\Models\Segment;
 @if($points && count($points))
 @if($points && count($points))
 
 
     <div class="d-flex border-bottom">
     <div class="d-flex border-bottom">
-        <a class="mr-2 min-width-110px hide-if-note-signed"
+        <a class="mr-2 width-150px hide-if-note-signed"
            open-in-stag-popup
            open-in-stag-popup
            href="/note-segment-view-by-name/{{$note->uid}}/history_surgical/edit",
            href="/note-segment-view-by-name/{{$note->uid}}/history_surgical/edit",
            mc-initer="edit-univ_history_surgical-container-{{$note->id}}"
            mc-initer="edit-univ_history_surgical-container-{{$note->id}}"

+ 3 - 7
resources/views/app/patient/module-specific-summary-renderers/lifestyle_general/subjective.blade.php

@@ -2,7 +2,7 @@
 @if($points && count($points))
 @if($points && count($points))
 
 
     <div class="d-flex border-bottom">
     <div class="d-flex border-bottom">
-        <a class="mr-2 min-width-110px "
+        <a class="mr-2 width-150px "
            open-in-stag-popup
            open-in-stag-popup
            href="/module-view/{{$note->uid}}/lifestyle_general/edit"
            href="/module-view/{{$note->uid}}/lifestyle_general/edit"
            mc-initer="edit-univ_sub_lifestyle_general-container-{{$note->id}}"
            mc-initer="edit-univ_sub_lifestyle_general-container-{{$note->id}}"
@@ -11,14 +11,10 @@
             Lifestyle General
             Lifestyle General
         </a>
         </a>
         <div class="flex-grow-1">
         <div class="flex-grow-1">
-            <table class="table table-bordered table-xs mb-0">
+            <table class="table table-bordered table-xs table-cage mb-0">
                 <?php for( $j = 0; $j < count($points); $j++): ?>
                 <?php for( $j = 0; $j < count($points); $j++): ?>
                     <?php $point = $points[$j]; ?>
                     <?php $point = $points[$j]; ?>
-                    <tr>
-                        <td>
-                           @include('app.patient.module-specific-summary-renderers.data-dump', compact('point'))
-                        </td>
-                    </tr>
+                    @include('app.patient.module-specific-summary-renderers.data-dump', compact('point'))
                 <?php endfor; ?>
                 <?php endfor; ?>
             </table>
             </table>
         </div>
         </div>

+ 2 - 2
resources/views/app/patient/module-specific-summary-renderers/lifestyle_nutrition/subjective.blade.php

@@ -1,6 +1,6 @@
 @if($points && count($points))
 @if($points && count($points))
     <div class="d-flex border-bottom">
     <div class="d-flex border-bottom">
-        <a class="mr-2 min-width-110px "
+        <a class="mr-2 width-150px "
            open-in-stag-popup
            open-in-stag-popup
            href="/module-view/{{$note->uid}}/lifestyle_nutrition/edit"
            href="/module-view/{{$note->uid}}/lifestyle_nutrition/edit"
            mc-initer="edit-univ_sub_nutrition_assessment-container-{{$note->id}}"
            mc-initer="edit-univ_sub_nutrition_assessment-container-{{$note->id}}"
@@ -9,7 +9,7 @@
             Lifestyle Nutrition
             Lifestyle Nutrition
         </a>
         </a>
         <div class="flex-grow-1">
         <div class="flex-grow-1">
-            <table class="table table-bordered table-xs mb-0">
+            <table class="table table-bordered table-xs table-cage mb-0">
                 <?php $j = 0; foreach ($points as $point): $j++; ?>
                 <?php $j = 0; foreach ($points as $point): $j++; ?>
                     <tr>
                     <tr>
                         <td>
                         <td>

+ 2 - 2
resources/views/app/patient/module-specific-summary-renderers/lifestyle_physical_activity/subjective.blade.php

@@ -1,6 +1,6 @@
 @if($points && count($points))
 @if($points && count($points))
     <div class="d-flex border-bottom">
     <div class="d-flex border-bottom">
-        <a class="mr-2 min-width-110px hide-if-note-signed"
+        <a class="mr-2 width-150px hide-if-note-signed"
            open-in-stag-popup
            open-in-stag-popup
            href="/module-view/{{$note->uid}}/lifestyle_physical_activity/edit"
            href="/module-view/{{$note->uid}}/lifestyle_physical_activity/edit"
            mc-initer="edit-univ_sub_physical_activity_assessment-container-{{$note->id}}"
            mc-initer="edit-univ_sub_physical_activity_assessment-container-{{$note->id}}"
@@ -12,7 +12,7 @@
             Lifestyle Physical Activity
             Lifestyle Physical Activity
         </span>
         </span>
         <div class="flex-grow-1">
         <div class="flex-grow-1">
-            <table class="table table-bordered table-xs  mb-0">
+            <table class="table table-bordered table-xs table-cage mb-0">
                 <?php $j = 0; foreach ($points as $point): $j++; ?>
                 <?php $j = 0; foreach ($points as $point): $j++; ?>
                     <tr>
                     <tr>
                         <td>
                         <td>

+ 2 - 2
resources/views/app/patient/module-specific-summary-renderers/lifestyle_sleep/subjective.blade.php

@@ -1,6 +1,6 @@
 @if($points && count($points))
 @if($points && count($points))
     <div class="d-flex border-bottom">
     <div class="d-flex border-bottom">
-        <a class="mr-2 min-width-110px hide-if-note-signed"
+        <a class="mr-2 width-150px hide-if-note-signed"
            open-in-stag-popup
            open-in-stag-popup
            href="/module-view/{{$note->uid}}/lifestyle_sleep/edit"
            href="/module-view/{{$note->uid}}/lifestyle_sleep/edit"
            mc-initer="edit-univ_sub_sleep_assessment-container-{{$note->id}}"
            mc-initer="edit-univ_sub_sleep_assessment-container-{{$note->id}}"
@@ -12,7 +12,7 @@
             Lifestyle Sleep
             Lifestyle Sleep
         </span>
         </span>
         <div class="flex-grow-1">
         <div class="flex-grow-1">
-            <table class="table table-bordered table-xs  mb-0">
+            <table class="table table-bordered table-xs table-cage mb-0">
                 <?php $j = 0; foreach ($points as $point): $j++; ?>
                 <?php $j = 0; foreach ($points as $point): $j++; ?>
                     <tr>
                     <tr>
                         <td>
                         <td>

+ 2 - 2
resources/views/app/patient/module-specific-summary-renderers/lifestyle_social_relationships/subjective.blade.php

@@ -1,6 +1,6 @@
 @if($points && count($points))
 @if($points && count($points))
     <div class="d-flex border-bottom">
     <div class="d-flex border-bottom">
-        <a class="mr-2 min-width-110px hide-if-note-signed"
+        <a class="mr-2 width-150px hide-if-note-signed"
            open-in-stag-popup
            open-in-stag-popup
            href="/module-view/{{$note->uid}}/lifestyle_social/edit"
            href="/module-view/{{$note->uid}}/lifestyle_social/edit"
            mc-initer="edit-univ_sub_social_relationships_assessment-container-{{$note->id}}"
            mc-initer="edit-univ_sub_social_relationships_assessment-container-{{$note->id}}"
@@ -12,7 +12,7 @@
             Lifestyle Social
             Lifestyle Social
         </span>
         </span>
         <div class="flex-grow-1">
         <div class="flex-grow-1">
-            <table class="table table-bordered table-xs  mb-0">
+            <table class="table table-bordered table-xs table-cage mb-0">
                 <?php $j = 0; foreach ($points as $point): $j++; ?>
                 <?php $j = 0; foreach ($points as $point): $j++; ?>
                     <tr>
                     <tr>
                         <td>
                         <td>

+ 2 - 2
resources/views/app/patient/module-specific-summary-renderers/lifestyle_stress/subjective.blade.php

@@ -1,6 +1,6 @@
 @if($points && count($points))
 @if($points && count($points))
     <div class="d-flex border-bottom">
     <div class="d-flex border-bottom">
-        <a class="mr-2 min-width-110px hide-if-note-signed"
+        <a class="mr-2 width-150px hide-if-note-signed"
            open-in-stag-popup
            open-in-stag-popup
            href="/module-view/{{$note->uid}}/lifestyle_stress/edit"
            href="/module-view/{{$note->uid}}/lifestyle_stress/edit"
            mc-initer="edit-univ_sub_stress_assessment-container-{{$note->id}}"
            mc-initer="edit-univ_sub_stress_assessment-container-{{$note->id}}"
@@ -12,7 +12,7 @@
             Lifestyle Stress
             Lifestyle Stress
         </span>
         </span>
         <div class="flex-grow-1">
         <div class="flex-grow-1">
-            <table class="table table-bordered table-xs  mb-0">
+            <table class="table table-bordered table-xs table-cage mb-0">
                 <?php $j = 0; foreach ($points as $point): $j++; ?>
                 <?php $j = 0; foreach ($points as $point): $j++; ?>
                     <tr>
                     <tr>
                         <td>
                         <td>

+ 2 - 2
resources/views/app/patient/module-specific-summary-renderers/lifestyle_substance_use/subjective.blade.php

@@ -1,6 +1,6 @@
 @if($points && count($points))
 @if($points && count($points))
     <div class="d-flex border-bottom">
     <div class="d-flex border-bottom">
-        <a class="mr-2 min-width-110px hide-if-note-signed"
+        <a class="mr-2 width-150px hide-if-note-signed"
            open-in-stag-popup
            open-in-stag-popup
            href="/module-view/{{$note->uid}}/lifestyle_substances/edit"
            href="/module-view/{{$note->uid}}/lifestyle_substances/edit"
            mc-initer="edit-univ_sub_substance_use_assessment-container-{{$note->id}}"
            mc-initer="edit-univ_sub_substance_use_assessment-container-{{$note->id}}"
@@ -12,7 +12,7 @@
             Lifestyle Substances
             Lifestyle Substances
         </span>
         </span>
         <div class="flex-grow-1">
         <div class="flex-grow-1">
-            <table class="table table-bordered table-xs  mb-0">
+            <table class="table table-bordered table-xs table-cage mb-0">
                 <?php $j = 0; foreach ($points as $point): $j++; ?>
                 <?php $j = 0; foreach ($points as $point): $j++; ?>
                     <tr>
                     <tr>
                         <td>
                         <td>

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

@@ -1,6 +1,6 @@
 @if($points && count($points))
 @if($points && count($points))
     <div class="d-flex border-bottom">
     <div class="d-flex border-bottom">
-        <a class="mr-2 min-width-110px "
+        <a class="mr-2 width-150px "
            open-in-stag-popup
            open-in-stag-popup
            href="/medications-center/{{$note->client->uid}}/{{$note->uid}}"
            href="/medications-center/{{$note->client->uid}}/{{$note->uid}}"
            mc-initer="medications-center-{{$note->id}}"
            mc-initer="medications-center-{{$note->id}}"

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

@@ -1,6 +1,6 @@
 @if($points && count($points))
 @if($points && count($points))
     <div class="d-flex border-bottom">
     <div class="d-flex border-bottom">
-        <a class="mr-2 min-width-110px hide-if-note-signed"
+        <a class="mr-2 width-150px hide-if-note-signed"
            open-in-stag-popup
            open-in-stag-popup
            href="/nutrition-center/{{$note->client->uid}}/{{$note->uid}}"
            href="/nutrition-center/{{$note->client->uid}}/{{$note->uid}}"
            mc-initer="nutrition-center-{{$note->id}}"
            mc-initer="nutrition-center-{{$note->id}}"

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

@@ -13,7 +13,7 @@ use App\Models\Segment;
 @if($points && count($points))
 @if($points && count($points))
 
 
     <div class="d-flex border-bottom">
     <div class="d-flex border-bottom">
-        <a class="mr-2 min-width-110px hide-if-note-signed"
+        <a class="mr-2 width-150px hide-if-note-signed"
            open-in-stag-popup
            open-in-stag-popup
            href="/note-segment-view-by-name/{{$note->uid}}/past_medical_history/edit",
            href="/note-segment-view-by-name/{{$note->uid}}/past_medical_history/edit",
            mc-initer="edit-univ_history_past_medical-container-{{$note->id}}"
            mc-initer="edit-univ_history_past_medical-container-{{$note->id}}"

+ 1 - 1
resources/views/app/patient/module-specific-summary-renderers/problem/plan.blade.php

@@ -1,6 +1,6 @@
 @if($points && count($points))
 @if($points && count($points))
     <div class="d-flex border-bottom">
     <div class="d-flex border-bottom">
-        <a class="mr-2 min-width-110px hide-if-note-signed"
+        <a class="mr-2 width-150px hide-if-note-signed"
            open-in-stag-popup
            open-in-stag-popup
            href="/problems-center/{{$note->client->uid}}/{{$note->uid}}"
            href="/problems-center/{{$note->client->uid}}/{{$note->uid}}"
            mc-initer="problems-center-{{$note->id}}"
            mc-initer="problems-center-{{$note->id}}"

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

@@ -1,6 +1,6 @@
 @if($points && count($points))
 @if($points && count($points))
     <div class="d-flex border-bottom">
     <div class="d-flex border-bottom">
-        <a class="mr-2 min-width-110px "
+        <a class="mr-2 width-150px "
            open-in-stag-popup
            open-in-stag-popup
            href="/problems-center/{{$note->client->uid}}/{{$note->uid}}"
            href="/problems-center/{{$note->client->uid}}/{{$note->uid}}"
            mc-initer="problems-center-{{$note->id}}"
            mc-initer="problems-center-{{$note->id}}"

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

@@ -13,7 +13,7 @@ use App\Models\Segment;
 @if($points && count($points))
 @if($points && count($points))
 
 
     <div class="d-flex border-bottom">
     <div class="d-flex border-bottom">
-        <a class="mr-2 min-width-110px hide-if-note-signed"
+        <a class="mr-2 width-150px hide-if-note-signed"
            open-in-stag-popup
            open-in-stag-popup
            href="/note-segment-view-by-name/{{$note->uid}}/omega_ros/edit",
            href="/note-segment-view-by-name/{{$note->uid}}/omega_ros/edit",
            mc-initer="init-ros-{{$note->id}}"
            mc-initer="init-ros-{{$note->id}}"

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

@@ -25,7 +25,7 @@
     ?>
     ?>
 @if($output && !!trim(strip_tags($output)))
 @if($output && !!trim(strip_tags($output)))
 <div class="d-flex border-bottom">
 <div class="d-flex border-bottom">
-    <a class="mr-2 min-width-110px hide-if-note-signed"
+    <a class="mr-2 width-150px hide-if-note-signed"
       open-in-stag-popup
       open-in-stag-popup
       href="/module-view/{{$note->uid}}/sleep_health_intake/edit"
       href="/module-view/{{$note->uid}}/sleep_health_intake/edit"
       mc-initer="edit-sleep_health_intake-container-{{$note->id}}"
       mc-initer="edit-sleep_health_intake-container-{{$note->id}}"

+ 1 - 1
resources/views/app/patient/module-specific-summary-renderers/weight_loss_intake/plan.blade.php

@@ -98,7 +98,7 @@
     ?>
     ?>
     @if($output && !!trim(strip_tags($output)))
     @if($output && !!trim(strip_tags($output)))
     <div class="d-flex border-bottom">
     <div class="d-flex border-bottom">
-        <a class="mr-2 min-width-110px hide-if-note-signed"
+        <a class="mr-2 width-150px hide-if-note-signed"
             open-in-stag-popup
             open-in-stag-popup
            href="/module-view/{{$note->uid}}/weight_loss_intake/edit"
            href="/module-view/{{$note->uid}}/weight_loss_intake/edit"
            mc-initer="edit-weight_loss_intake-container-{{$note->id}}"
            mc-initer="edit-weight_loss_intake-container-{{$note->id}}"

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

@@ -22,7 +22,7 @@
     ?>
     ?>
     @if($output && !!trim(strip_tags($output)))
     @if($output && !!trim(strip_tags($output)))
         <div class="d-flex border-bottom">
         <div class="d-flex border-bottom">
-            <a class="mr-2 min-width-110px hide-if-note-signed"
+            <a class="mr-2 width-150px hide-if-note-signed"
                open-in-stag-popup
                open-in-stag-popup
                href="/module-view/{{$note->uid}}/weight_loss_intake/edit"
                href="/module-view/{{$note->uid}}/weight_loss_intake/edit"
                mc-initer="edit-weight_loss_intake-container-{{$note->id}}"
                mc-initer="edit-weight_loss_intake-container-{{$note->id}}"

+ 13 - 13
resources/views/app/patient/note/dashboard.blade.php

@@ -492,19 +492,19 @@ use App\Models\Handout;
                     "initer" => "behavior-center-{$note->id}"
                     "initer" => "behavior-center-{$note->id}"
                 ],
                 ],
                 [], // for separator
                 [], // for separator
-                [
-                    "name" => 'COVID-19 Intake',
-                    "title" => 'COVID-19 Intake',
-                    "href" => "/note-segment-view-by-name/{$note->uid}/covid_intake/edit",
-                    "initer" => "edit-module-covid-intake-{$note->id}"
-                ],
-                [
-                    "name" => 'COVID-19 Follow-up',
-                    "title" => 'COVID-19 Follow-up',
-                    "href" => "/note-segment-view-by-name/{$note->uid}/covid_follow-up/edit",
-                    "initer" => "covid-follow-up-{$note->id}"
-                ],
-                [], // for separator
+                // [
+                //     "name" => 'COVID-19 Intake',
+                //     "title" => 'COVID-19 Intake',
+                //     "href" => "/note-segment-view-by-name/{$note->uid}/covid_intake/edit",
+                //     "initer" => "edit-module-covid-intake-{$note->id}"
+                // ],
+                // [
+                //     "name" => 'COVID-19 Follow-up',
+                //     "title" => 'COVID-19 Follow-up',
+                //     "href" => "/note-segment-view-by-name/{$note->uid}/covid_follow-up/edit",
+                //     "initer" => "covid-follow-up-{$note->id}"
+                // ],
+                //[], // for separator
                 [
                 [
                     "name" => 'Lifestyle General',
                     "name" => 'Lifestyle General',
                     "title" => 'Lifestyle General',
                     "title" => 'Lifestyle General',

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

@@ -29,7 +29,7 @@ foreach ($points as $point) {
 
 
 {{--@if($allergies && count($allergies))
 {{--@if($allergies && count($allergies))
     <div class="d-flex mb-1">
     <div class="d-flex mb-1">
-        <a class="mr-2 min-width-110px "
+        <a class="mr-2 width-150px "
            open-in-stag-popup
            open-in-stag-popup
            href="/allergies-center/{{$note->client->uid}}/{{$note->uid}}"
            href="/allergies-center/{{$note->client->uid}}/{{$note->uid}}"
            mc-initer="allergies-center-{{$note->id}}"
            mc-initer="allergies-center-{{$note->id}}"
@@ -45,7 +45,7 @@ foreach ($points as $point) {
 
 
 @if($problems && count($problems))
 @if($problems && count($problems))
     <div class="d-flex mb-1">
     <div class="d-flex mb-1">
-        <a class="mr-2 min-width-110px "
+        <a class="mr-2 width-150px "
            open-in-stag-popup
            open-in-stag-popup
            href="/problems-center/{{$note->client->uid}}/{{$note->uid}}"
            href="/problems-center/{{$note->client->uid}}/{{$note->uid}}"
            mc-initer="problems-center-{{$note->id}}"
            mc-initer="problems-center-{{$note->id}}"

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

@@ -28,7 +28,7 @@ foreach ($points as $point) {
 
 
 {{--@if($allergies && count($allergies))
 {{--@if($allergies && count($allergies))
     <div class="d-flex mb-1">
     <div class="d-flex mb-1">
-        <a class="mr-2 min-width-110px "
+        <a class="mr-2 width-150px "
            open-in-stag-popup
            open-in-stag-popup
            href="/allergies-center/{{$note->client->uid}}/{{$note->uid}}"
            href="/allergies-center/{{$note->client->uid}}/{{$note->uid}}"
            mc-initer="allergies-center-{{$note->id}}"
            mc-initer="allergies-center-{{$note->id}}"
@@ -44,7 +44,7 @@ foreach ($points as $point) {
 
 
 @if($problems && count($problems))
 @if($problems && count($problems))
     <div class="d-flex mb-1">
     <div class="d-flex mb-1">
-        <a class="mr-2 min-width-110px "
+        <a class="mr-2 width-150px "
            open-in-stag-popup
            open-in-stag-popup
            href="/problems-center/{{$note->client->uid}}/{{$note->uid}}"
            href="/problems-center/{{$note->client->uid}}/{{$note->uid}}"
            mc-initer="problems-center-{{$note->id}}"
            mc-initer="problems-center-{{$note->id}}"