Explorar el Código

Segment text update

Vijayakrishnan hace 3 años
padre
commit
fa74a91c5b

+ 2 - 2
resources/views/app/patient/segment-templates/intake_allergies/edit.blade.php

@@ -19,8 +19,8 @@ $allergies = Point::getIntakePointsOfCategory($patient, 'ALLERGY', $note);
             <thead>
             <tr class="">
                 <th class="border-bottom-0">Allergy</th>
-                <th class="border-bottom-0">Last Review</th>
-                <th class="border-bottom-0">Last Plan</th>
+                <th class="border-bottom-0">Most Recent Review</th>
+                <th class="border-bottom-0">Most Recent Plan</th>
                 <th class="border-bottom-0">Review Today</th>
             </tr>
             </thead>

+ 2 - 2
resources/views/app/patient/segment-templates/intake_care_team/edit.blade.php

@@ -19,8 +19,8 @@ $careTeamMembers = Point::getIntakePointsOfCategory($patient, 'CARE_TEAM_MEMBER'
             <thead>
             <tr class="">
                 <th class="border-bottom-0">Care Team Member</th>
-                <th class="border-bottom-0">Last Review</th>
-                <th class="border-bottom-0">Last Plan</th>
+                <th class="border-bottom-0">Most Recent Review</th>
+                <th class="border-bottom-0">Most Recent Plan</th>
                 <th class="border-bottom-0">Review Today</th>
             </tr>
             </thead>

+ 2 - 2
resources/views/app/patient/segment-templates/intake_goals/edit.blade.php

@@ -20,8 +20,8 @@ $goals = Point::getIntakePointsOfCategory($patient, 'GOAL', $note);
             <tr class="">
                 <th class="border-bottom-0">Category</th>
                 <th class="border-bottom-0">Goal</th>
-                <th class="border-bottom-0">Last Review</th>
-                <th class="border-bottom-0">Last Plan</th>
+                <th class="border-bottom-0">Most Recent Review</th>
+                <th class="border-bottom-0">Most Recent Plan</th>
                 <th class="border-bottom-0">Review Today</th>
             </tr>
             </thead>

+ 2 - 2
resources/views/app/patient/segment-templates/intake_interventions/edit.blade.php

@@ -20,8 +20,8 @@ $interventions = Point::getIntakePointsOfCategory($patient, 'INTERVENTION', $not
             <tr class="">
                 <th class="border-bottom-0">Category</th>
                 <th class="border-bottom-0">Intervention</th>
-                <th class="border-bottom-0">Last Review</th>
-                <th class="border-bottom-0">Last Plan</th>
+                <th class="border-bottom-0">Most Recent Review</th>
+                <th class="border-bottom-0">Most Recent Plan</th>
                 <th class="border-bottom-0">Review Today</th>
             </tr>
             </thead>

+ 2 - 2
resources/views/app/patient/segment-templates/intake_medications/edit.blade.php

@@ -19,8 +19,8 @@ $medications = Point::getIntakePointsOfCategory($patient, 'MEDICATION', $note);
             <thead>
             <tr class="">
                 <th class="border-bottom-0">Medication</th>
-                <th class="border-bottom-0">Last Review</th>
-                <th class="border-bottom-0">Last Plan</th>
+                <th class="border-bottom-0">Most Recent Review</th>
+                <th class="border-bottom-0">Most Recent Plan</th>
                 <th class="border-bottom-0">Review Today</th>
             </tr>
             </thead>

+ 2 - 2
resources/views/app/patient/segment-templates/intake_problems/edit.blade.php

@@ -19,8 +19,8 @@ $problems = Point::getIntakePointsOfCategory($patient, 'PROBLEM', $note);
             <thead>
             <tr class="">
                 <th class="border-bottom-0">Problem</th>
-                <th class="border-bottom-0">Last Review</th>
-                <th class="border-bottom-0">Last Plan</th>
+                <th class="border-bottom-0">Most Recent Review</th>
+                <th class="border-bottom-0">Most Recent Plan</th>
                 <th class="border-bottom-0">Review Today</th>
             </tr>
             </thead>

+ 2 - 2
resources/views/app/patient/segment-templates/plan_allergies/edit.blade.php

@@ -30,8 +30,8 @@ else {
             <tr class="">
                 <th class="border-bottom-0 width-100px text-info">Relevant to<br>this visit</th>
                 <th class="border-bottom-0">Allergy</th>
-                <th class="border-bottom-0">Last Review</th>
-                <th class="border-bottom-0">Last Plan</th>
+                <th class="border-bottom-0">Most Recent Review</th>
+                <th class="border-bottom-0">Most Recent Plan</th>
                 <th class="border-bottom-0">Plan Today</th>
             </tr>
             </thead>

+ 2 - 2
resources/views/app/patient/segment-templates/plan_care_team/edit.blade.php

@@ -30,8 +30,8 @@ else {
             <tr class="">
                 <th class="border-bottom-0 width-100px text-info">Relevant to<br>this visit</th>
                 <th class="border-bottom-0">Care Team Member</th>
-                <th class="border-bottom-0">Last Review</th>
-                <th class="border-bottom-0">Last Plan</th>
+                <th class="border-bottom-0">Most Recent Review</th>
+                <th class="border-bottom-0">Most Recent Plan</th>
                 <th class="border-bottom-0">Plan Today</th>
             </tr>
             </thead>

+ 2 - 2
resources/views/app/patient/segment-templates/plan_goals/edit.blade.php

@@ -31,8 +31,8 @@ else {
                 <th class="border-bottom-0 width-100px text-info">Relevant to<br>this visit</th>
                 <th class="border-bottom-0">Category</th>
                 <th class="border-bottom-0">Goal</th>
-                <th class="border-bottom-0">Last Review</th>
-                <th class="border-bottom-0">Last Plan</th>
+                <th class="border-bottom-0">Most Recent Review</th>
+                <th class="border-bottom-0">Most Recent Plan</th>
                 <th class="border-bottom-0">Plan Today</th>
             </tr>
             </thead>

+ 2 - 2
resources/views/app/patient/segment-templates/plan_interventions/edit.blade.php

@@ -31,8 +31,8 @@ else {
                 <th class="border-bottom-0 width-100px text-info">Relevant to<br>this visit</th>
                 <th class="border-bottom-0">Category</th>
                 <th class="border-bottom-0">Intervention</th>
-                <th class="border-bottom-0">Last Review</th>
-                <th class="border-bottom-0">Last Plan</th>
+                <th class="border-bottom-0">Most Recent Review</th>
+                <th class="border-bottom-0">Most Recent Plan</th>
                 <th class="border-bottom-0">Plan Today</th>
             </tr>
             </thead>

+ 2 - 2
resources/views/app/patient/segment-templates/plan_medications/edit.blade.php

@@ -29,8 +29,8 @@ else {
             <thead>
             <tr class="">
                 <th class="border-bottom-0">Medication</th>
-                <th class="border-bottom-0">Last Review</th>
-                <th class="border-bottom-0">Last Plan</th>
+                <th class="border-bottom-0">Most Recent Review</th>
+                <th class="border-bottom-0">Most Recent Plan</th>
                 <th class="border-bottom-0">Plan Today</th>
             </tr>
             </thead>

+ 2 - 2
resources/views/app/patient/segment-templates/plan_problems/edit.blade.php

@@ -30,8 +30,8 @@ else {
             <tr class="">
                 <th class="border-bottom-0 width-100px text-info">Relevant to<br>this visit</th>
                 <th class="border-bottom-0">Problem</th>
-                <th class="border-bottom-0">Last Review</th>
-                <th class="border-bottom-0">Last Plan</th>
+                <th class="border-bottom-0">Most Recent Review</th>
+                <th class="border-bottom-0">Most Recent Plan</th>
                 <th class="border-bottom-0">Plan Today</th>
             </tr>
             </thead>