Jelajahi Sumber

Ensure rhs refresh after popup close (everywhere)

Vijayakrishnan Krishnan 1 Minggu lalu
induk
melakukan
61e5d5ed38
15 mengubah file dengan 26 tambahan dan 11 penghapusan
  1. 2 1
      resources/views/app/patient/module-specific-summary-renderers/allergy/plan.blade.php
  2. 2 1
      resources/views/app/patient/module-specific-summary-renderers/allergy/subjective.blade.php
  3. 2 1
      resources/views/app/patient/module-specific-summary-renderers/care_team_member/plan.blade.php
  4. 2 1
      resources/views/app/patient/module-specific-summary-renderers/care_team_member/subjective.blade.php
  5. 2 1
      resources/views/app/patient/module-specific-summary-renderers/goal/plan.blade.php
  6. 2 1
      resources/views/app/patient/module-specific-summary-renderers/goal/subjective.blade.php
  7. 2 1
      resources/views/app/patient/module-specific-summary-renderers/problem/plan.blade.php
  8. 2 1
      resources/views/app/patient/module-specific-summary-renderers/problem/subjective.blade.php
  9. 1 1
      resources/views/app/patient/modules/weight_loss_intake/edit.blade.php
  10. 2 1
      resources/views/app/patient/segment-templates/omega_assessment_system/summary.blade.php
  11. 1 0
      resources/views/app/patient/segment-templates/omega_history_past_medical/edit.blade.php
  12. 2 0
      resources/views/app/patient/segment-templates/omega_medications/summary.blade.php
  13. 1 0
      resources/views/app/patient/segment-templates/past_medical_history/edit.blade.php
  14. 2 1
      resources/views/app/patient/segment-templates/sigma_assessment_system/summary.blade.php
  15. 1 0
      resources/views/app/patient/segment-templates/sigma_history_past_medical/edit.blade.php

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

@@ -5,7 +5,8 @@
            href="/allergies-center/{{$note->client->uid}}/{{$note->uid}}"
            mc-initer="allergies-center-{{$note->id}}"
            title="Allergies Center"
-           popup-style="overflow-visible">
+           popup-style="overflow-visible"
+           update-parent="refreshRHSSidebar">
             Allergies
         </a>
         <span class="mr-2 min-width-110px font-weight-bold show-if-note-signed">

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

@@ -5,7 +5,8 @@
            href="/allergies-center/{{$note->client->uid}}/{{$note->uid}}"
            mc-initer="allergies-center-{{$note->id}}"
            title="Allergies Center"
-           popup-style="overflow-visible">
+           popup-style="overflow-visible"
+           update-parent="refreshRHSSidebar">
             Allergies
         </a>
         <div class="flex-grow-1">

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

@@ -5,7 +5,8 @@
            href="/careteam-center/{{$note->client->uid}}/{{$note->uid}}"
            mc-initer="careteam-center-{{$note->id}}"
            title="Care Team Center"
-           popup-style="overflow-visible">
+           popup-style="overflow-visible"
+           update-parent="refreshRHSSidebar">
             Care Team
         </a>
         <span class="mr-2 min-width-110px font-weight-bold show-if-note-signed">

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

@@ -5,7 +5,8 @@
            href="/careteam-center/{{$note->client->uid}}/{{$note->uid}}"
            mc-initer="careteam-center-{{$note->id}}"
            title="Care Team Center"
-           popup-style="overflow-visible">
+           popup-style="overflow-visible"
+           update-parent="refreshRHSSidebar">
             Care Team
         </a>
         <div class="flex-grow-1">

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

@@ -5,7 +5,8 @@
            href="/goals-center/{{$note->client->uid}}/{{$note->uid}}"
            mc-initer="goals-center-{{$note->id}}"
            title="Goals Center"
-           popup-style="overflow-visible">
+           popup-style="overflow-visible"
+           update-parent="refreshRHSSidebar">
             Goals
         </a>
         <span class="mr-2 min-width-110px font-weight-bold show-if-note-signed">

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

@@ -5,7 +5,8 @@
            href="/goals-center/{{$note->client->uid}}/{{$note->uid}}"
            mc-initer="goals-center-{{$note->id}}"
            title="Goals Center"
-           popup-style="overflow-visible">
+           popup-style="overflow-visible"
+           update-parent="refreshRHSSidebar">
             Goals
         </a>
         <div class="flex-grow-1">

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

@@ -5,7 +5,8 @@
            href="/problems-center/{{$note->client->uid}}/{{$note->uid}}"
            mc-initer="problems-center-{{$note->id}}"
            title="Problems Center"
-           popup-style="overflow-visible">
+           popup-style="overflow-visible"
+           update-parent="refreshRHSSidebar">
             Problems
         </a>
         <span class="mr-2 min-width-110px font-weight-bold show-if-note-signed">

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

@@ -5,7 +5,8 @@
            href="/problems-center/{{$note->client->uid}}/{{$note->uid}}"
            mc-initer="problems-center-{{$note->id}}"
            title="Problems Center"
-           popup-style="overflow-visible">
+           popup-style="overflow-visible"
+           update-parent="refreshRHSSidebar">
             Problems
         </a>
         <div class="flex-grow-1">

+ 1 - 1
resources/views/app/patient/modules/weight_loss_intake/edit.blade.php

@@ -677,7 +677,7 @@ if ($point->lastChildReview && $point->lastChildReview->data) {
 							 href="/allergies-center/{{$patient->uid}}/{{$note->uid}}"
 							 mc-initer="allergies-center-{{$note->id}}"
 							 title="Allergies Center"
-							 update-parent
+							 update-parent="refreshRHSSidebar"
 							 popup-style="overflow-visible">
 							@include('app.patient.segment-templates.omega_allergies.active-linear-summary')
 						</div>

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

@@ -50,7 +50,8 @@ foreach ($points as $point) {
            href="/problems-center/{{$note->client->uid}}/{{$note->uid}}"
            mc-initer="problems-center-{{$note->id}}"
            title="Problems Center"
-           popup-style="overflow-visible">
+           popup-style="overflow-visible"
+           update-parent="refreshRHSSidebar">
             Problems
         </a>
         <div class="flex-grow-1 text-dark">

+ 1 - 0
resources/views/app/patient/segment-templates/omega_history_past_medical/edit.blade.php

@@ -145,6 +145,7 @@ for ($i = 0; $i < count($fields); $i++) {
                                                        mc-initer="problems-center-{{$note->id}}"
                                                        title="Problems Center"
                                                        popup-style="overflow-visible"
+                                                       update-parent="refreshRHSSidebar"
                                                        href="/problems-center/{{$patient->uid}}/{{$note->uid}}?dx={{urlencode($values[$k])}}">
                                                         <i class="fa fa-plus-circle on-hover-opaque"></i>
                                                     </a>

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

@@ -58,6 +58,8 @@ $plural = 'Medications';
 			<div class="d-flex align-items-baseline pl-2">
 				@if(@$review && isset($review->experience) && !!trim(strip_tags($review->experience)))
 					<span class="pr-2">{{trim(strip_tags($review->experience))}}</span>
+				@else
+					<span class="pr-2 text-secondary">-</span>
 				@endif
 				<span class="text-nowrap">
 				<?php if ($point->is_removed): ?>

+ 1 - 0
resources/views/app/patient/segment-templates/past_medical_history/edit.blade.php

@@ -145,6 +145,7 @@ for ($i = 0; $i < count($fields); $i++) {
                                                        mc-initer="problems-center-{{$note->id}}"
                                                        title="Problems Center"
                                                        popup-style="overflow-visible"
+                                                       update-parent="refreshRHSSidebar"
                                                        href="/problems-center/{{$patient->uid}}/{{$note->uid}}?dx={{urlencode($values[$k])}}">
                                                         <i class="fa fa-plus-circle on-hover-opaque"></i>
                                                     </a>

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

@@ -49,7 +49,8 @@ foreach ($points as $point) {
            href="/problems-center/{{$note->client->uid}}/{{$note->uid}}"
            mc-initer="problems-center-{{$note->id}}"
            title="Problems Center"
-           popup-style="overflow-visible">
+           popup-style="overflow-visible"
+           update-parent="refreshRHSSidebar">
             Problems
         </a>
         <div class="flex-grow-1 text-dark">

+ 1 - 0
resources/views/app/patient/segment-templates/sigma_history_past_medical/edit.blade.php

@@ -145,6 +145,7 @@ for ($i = 0; $i < count($fields); $i++) {
                                                        mc-initer="problems-center-{{$note->id}}"
                                                        title="Problems Center"
                                                        popup-style="overflow-visible"
+                                                       update-parent="refreshRHSSidebar"
                                                        href="/problems-center/{{$patient->uid}}/{{$note->uid}}?dx={{urlencode($values[$k])}}">
                                                         <i class="fa fa-plus-circle on-hover-opaque"></i>
                                                     </a>