Jelajahi Sumber

Dx/goals wizards - custom plan label

Vijayakrishnan 3 tahun lalu
induk
melakukan
6ba722afd0

+ 3 - 3
resources/views/app/patient/goals-center.blade.php

@@ -25,7 +25,7 @@ $goals = Point::getPointsOfCategoryExtended($patient, 'GOAL', $note);
                 <th class="border-bottom-0 text-secondary">Started</th>
                 <th class="border-bottom-0 text-secondary">Ended</th>
                 <th class="border-bottom-0 text-secondary w-25">Review</th>
-                <th class="border-bottom-0 text-secondary w-25">Plan</th>
+                <th class="border-bottom-0 text-secondary w-25">Directions/Plan</th>
                 <th class="border-bottom-0 text-secondary">Edit</th>
             </tr>
             </thead>
@@ -200,7 +200,7 @@ $goals = Point::getPointsOfCategoryExtended($patient, 'GOAL', $note);
 
                             @endif
 
-                            @include('app.patient.wizard-partials.common-fields', ['label' => 'goal', 'point' => $goal])
+                            @include('app.patient.wizard-partials.common-fields', ['label' => 'goal', 'point' => $goal, 'planLabel' => 'Directions/Plan'])
 
                             <div class="mt-3 pt-2 d-flex align-items-center border-top">
                                 <button type="submit" class="btn-save-goal btn btn-sm btn-primary mr-2">Save</button>
@@ -238,7 +238,7 @@ $goals = Point::getPointsOfCategoryExtended($patient, 'GOAL', $note);
                             </div>
 
                             <?php $point = null; ?>
-                            @include('app.patient.wizard-partials.common-fields', ['label' => 'goal'])
+                            @include('app.patient.wizard-partials.common-fields', ['label' => 'goal', 'planLabel' => 'Directions/Plan'])
 
                         </div>
                         <div class="col-3 border-left">

+ 3 - 3
resources/views/app/patient/medications-center.blade.php

@@ -22,7 +22,7 @@ $medications = Point::getPointsOfCategoryExtended($patient, 'MEDICATION', $note)
                 <th class="border-bottom-0 text-secondary text-center width-30px">Rel.</th>
                 @endif
                 <th class="border-bottom-0 text-secondary">Name</th>
-                <th class="border-bottom-0 text-secondary w-25">Plan</th>
+                <th class="border-bottom-0 text-secondary w-25">Directions/Plan</th>
                 <th class="border-bottom-0 text-secondary">Active?</th>
                 <th class="border-bottom-0 text-secondary">Started</th>
                 <th class="border-bottom-0 text-secondary">Ended</th>
@@ -208,7 +208,7 @@ $medications = Point::getPointsOfCategoryExtended($patient, 'MEDICATION', $note)
 
                             @endif
 
-                            @include('app.patient.wizard-partials.common-fields', ['label' => 'medication', 'point' => $medication, 'addVerbPT' => 'Prescribed'])
+                            @include('app.patient.wizard-partials.common-fields', ['label' => 'medication', 'point' => $medication, 'addVerbPT' => 'Prescribed', 'planLabel' => 'Directions/Plan'])
 
                             <div class="mt-3 pt-2 d-flex align-items-center border-top">
                                 <button type="submit" class="btn-save-medication btn btn-sm btn-primary mr-2">Save</button>
@@ -251,7 +251,7 @@ $medications = Point::getPointsOfCategoryExtended($patient, 'MEDICATION', $note)
                             </div>
 
                             <?php $point = null; ?>
-                            @include('app.patient.wizard-partials.common-fields', ['label' => 'medication', 'addVerbPT' => 'Prescribed'])
+                            @include('app.patient.wizard-partials.common-fields', ['label' => 'medication', 'addVerbPT' => 'Prescribed', 'planLabel' => 'Directions/Plan'])
 
                         </div>
                         <div class="col-4 border-left">