浏览代码

No wizard invokers when note signed

Vijayakrishnan 3 年之前
父节点
当前提交
ccad74628d
共有 14 个文件被更改,包括 54 次插入15 次删除
  1. 4 1
      resources/views/app/patient/module-specific-summary-renderers/allergy/plan.blade.php
  2. 4 1
      resources/views/app/patient/module-specific-summary-renderers/care_team_member/plan.blade.php
  3. 4 1
      resources/views/app/patient/module-specific-summary-renderers/goal/plan.blade.php
  4. 4 1
      resources/views/app/patient/module-specific-summary-renderers/history_surgical/subjective.blade.php
  5. 4 1
      resources/views/app/patient/module-specific-summary-renderers/lifestyle_physical_activity/subjective.blade.php
  6. 4 1
      resources/views/app/patient/module-specific-summary-renderers/lifestyle_sleep/subjective.blade.php
  7. 4 1
      resources/views/app/patient/module-specific-summary-renderers/lifestyle_social_relationships/subjective.blade.php
  8. 4 1
      resources/views/app/patient/module-specific-summary-renderers/lifestyle_stress/subjective.blade.php
  9. 4 1
      resources/views/app/patient/module-specific-summary-renderers/lifestyle_substance_use/subjective.blade.php
  10. 4 1
      resources/views/app/patient/module-specific-summary-renderers/medication/plan.blade.php
  11. 4 1
      resources/views/app/patient/module-specific-summary-renderers/past_medical_history/subjective.blade.php
  12. 4 1
      resources/views/app/patient/module-specific-summary-renderers/problem/plan.blade.php
  13. 4 1
      resources/views/app/patient/module-specific-summary-renderers/ros/subjective.blade.php
  14. 2 2
      resources/views/app/patient/module-specific-summary-renderers/weight_loss_intake/subjective.blade.php

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

@@ -1,6 +1,6 @@
 @if($points && count($points))
     <div class="d-flex border-bottom">
-        <a class="mr-2 min-width-110px "
+        <a class="mr-2 min-width-110px hide-if-note-signed"
            open-in-stag-popup
            href="/allergies-center/{{$note->client->uid}}/{{$note->uid}}"
            mc-initer="allergies-center-{{$note->id}}"
@@ -8,6 +8,9 @@
            popup-style="overflow-visible">
             Allergies
         </a>
+        <span class="mr-2 min-width-110px font-weight-bold show-if-note-signed">
+            Allergies
+        </span>
         <div class="flex-grow-1">
             <table class="table table-bordered table-xs table-cage mb-0">
                 <?php $j = 0; foreach ($points as $point): $j++; ?>

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

@@ -1,6 +1,6 @@
 @if($points && count($points))
     <div class="d-flex border-bottom">
-        <a class="mr-2 min-width-110px "
+        <a class="mr-2 min-width-110px hide-if-note-signed"
            open-in-stag-popup
            href="/careteam-center/{{$note->client->uid}}/{{$note->uid}}"
            mc-initer="careteam-center-{{$note->id}}"
@@ -8,6 +8,9 @@
            popup-style="overflow-visible">
             Care Team
         </a>
+        <span class="mr-2 min-width-110px font-weight-bold show-if-note-signed">
+            Care Team
+        </span>
         <div class="flex-grow-1">
             <table class="table table-bordered table-xs table-cage mb-0">
                 <?php $j = 0; foreach ($points as $point): $j++; ?>

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

@@ -1,6 +1,6 @@
 @if($points && count($points))
     <div class="d-flex border-bottom">
-        <a class="mr-2 min-width-110px "
+        <a class="mr-2 min-width-110px hide-if-note-signed"
            open-in-stag-popup
            href="/goals-center/{{$note->client->uid}}/{{$note->uid}}"
            mc-initer="goals-center-{{$note->id}}"
@@ -8,6 +8,9 @@
            popup-style="overflow-visible">
             Goals
         </a>
+        <span class="mr-2 min-width-110px font-weight-bold show-if-note-signed">
+            Goals
+        </span>
         <div class="flex-grow-1">
             <table class="table table-bordered table-xs table-cage mb-0">
                 <?php $j = 0; foreach ($points as $point): $j++; ?>

+ 4 - 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))
 
     <div class="d-flex border-bottom">
-        <a class="mr-2 min-width-110px "
+        <a class="mr-2 min-width-110px hide-if-note-signed"
            open-in-stag-popup
            href="/note-segment-view-by-name/{{$note->uid}}/history_surgical/edit",
            mc-initer="edit-univ_history_surgical-container-{{$note->id}}"
@@ -21,6 +21,9 @@ use App\Models\Segment;
            popup-style="overflow-visible">
             Surg Hx
         </a>
+        <span class="mr-2 min-width-110px font-weight-bold show-if-note-signed">
+            Surg Hx
+        </span>
         <div class="flex-grow-1">
 
 <?php

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

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

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

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

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

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

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

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

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

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

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

@@ -1,6 +1,6 @@
 @if($points && count($points))
     <div class="d-flex border-bottom">
-        <a class="mr-2 min-width-110px "
+        <a class="mr-2 min-width-110px hide-if-note-signed"
            open-in-stag-popup
            href="/medications-center/{{$note->client->uid}}/{{$note->uid}}"
            mc-initer="medications-center-{{$note->id}}"
@@ -8,6 +8,9 @@
            popup-style="overflow-visible">
             Medications
         </a>
+        <span class="mr-2 min-width-110px font-weight-bold show-if-note-signed">
+            Medications
+        </span>
         <div class="flex-grow-1">
             <table class="table table-bordered table-xs table-cage mb-0">
                 <?php $j = 0; foreach ($points as $point): $j++; ?>

+ 4 - 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))
 
     <div class="d-flex border-bottom">
-        <a class="mr-2 min-width-110px "
+        <a class="mr-2 min-width-110px hide-if-note-signed"
            open-in-stag-popup
            href="/note-segment-view-by-name/{{$note->uid}}/past_medical_history/edit",
            mc-initer="edit-univ_history_past_medical-container-{{$note->id}}"
@@ -21,6 +21,9 @@ use App\Models\Segment;
            popup-style="overflow-visible">
             PMHx
         </a>
+        <span class="mr-2 min-width-110px font-weight-bold show-if-note-signed">
+            PMHx
+        </span>
         <div class="flex-grow-1">
 
 <?php

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

@@ -1,6 +1,6 @@
 @if($points && count($points))
     <div class="d-flex border-bottom">
-        <a class="mr-2 min-width-110px "
+        <a class="mr-2 min-width-110px hide-if-note-signed"
            open-in-stag-popup
            href="/problems-center/{{$note->client->uid}}/{{$note->uid}}"
            mc-initer="problems-center-{{$note->id}}"
@@ -8,6 +8,9 @@
            popup-style="overflow-visible">
             Problems
         </a>
+        <span class="mr-2 min-width-110px font-weight-bold show-if-note-signed">
+            Problems
+        </span>
         <div class="flex-grow-1">
             <table class="table table-bordered table-xs table-cage mb-0">
                 <?php $j = 0; foreach ($points as $point): $j++; ?>

+ 4 - 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))
 
     <div class="d-flex border-bottom">
-        <a class="mr-2 min-width-110px "
+        <a class="mr-2 min-width-110px hide-if-note-signed"
            open-in-stag-popup
            href="/note-segment-view-by-name/{{$note->uid}}/omega_ros/edit",
            mc-initer="init-ros-{{$note->id}}"
@@ -21,6 +21,9 @@ use App\Models\Segment;
            popup-style="overflow-visible">
             ROS
         </a>
+        <span class="mr-2 min-width-110px font-weight-bold show-if-note-signed">
+            ROS
+        </span>
         <div class="flex-grow-1">
 
 <?php

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

@@ -31,8 +31,8 @@
                 Weight Loss
             </a>
             <span class="mr-2 min-width-110px font-weight-bold show-if-note-signed">
-            Weight Loss
-        </span>
+                Weight Loss
+            </span>
 
             <div class="flex-grow-1">
                 <table class="table table-bordered table-xs table-cage mb-0">