Ver Fonte

Diagnose --> Add text update

Vijayakrishnan há 3 anos atrás
pai
commit
605d1ff480
19 ficheiros alterados com 27 adições e 28 exclusões
  1. 3 3
      resources/views/app/patient/allergies-center.blade.php
  2. 2 2
      resources/views/app/patient/module-specific-summary-renderers/allergy/plan.blade.php
  3. 2 2
      resources/views/app/patient/module-specific-summary-renderers/allergy/subjective.blade.php
  4. 2 2
      resources/views/app/patient/module-specific-summary-renderers/problem/plan.blade.php
  5. 2 2
      resources/views/app/patient/module-specific-summary-renderers/problem/subjective.blade.php
  6. 3 3
      resources/views/app/patient/problems-center.blade.php
  7. 0 1
      resources/views/app/patient/segment-templates/intake_allergies/edit.blade.php
  8. 1 1
      resources/views/app/patient/segment-templates/intake_allergies/summary.blade.php
  9. 1 1
      resources/views/app/patient/segment-templates/intake_problems/summary.blade.php
  10. 1 1
      resources/views/app/patient/segment-templates/omega_allergies/summary.blade.php
  11. 1 1
      resources/views/app/patient/segment-templates/omega_plan_allergies/summary.blade.php
  12. 1 1
      resources/views/app/patient/segment-templates/omega_plan_problems/summary.blade.php
  13. 2 2
      resources/views/app/patient/segment-templates/omega_problems/summary.blade.php
  14. 1 1
      resources/views/app/patient/segment-templates/plan_allergies/summary.blade.php
  15. 1 1
      resources/views/app/patient/segment-templates/plan_free_text_v2/allergies.blade.php
  16. 1 1
      resources/views/app/patient/segment-templates/plan_free_text_v2/problems.blade.php
  17. 1 1
      resources/views/app/patient/segment-templates/plan_problems/summary.blade.php
  18. 1 1
      resources/views/app/patient/segment-templates/subjective_general_v2/allergies.blade.php
  19. 1 1
      resources/views/app/patient/segment-templates/subjective_general_v2/problems.blade.php

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

@@ -127,7 +127,7 @@ if(!@$summaryView) {
 
                                             @endif
 
-                                            @include('app.patient.wizard-partials.common-fields', ['label' => 'allergy', 'point' => $allergy, 'addVerbPT' => 'Diagnosed', 'apTerm' => 'assessment/plan'])
+                                            @include('app.patient.wizard-partials.common-fields', ['label' => 'allergy', 'point' => $allergy, 'addVerbPT' => 'Added', 'apTerm' => 'assessment/plan'])
 
                                             <div class="mt-3 pt-2 d-flex align-items-center border-top">
                                                 <button type="submit" class="btn-save-allergy btn btn-sm btn-primary mr-2">Save</button>
@@ -140,7 +140,7 @@ if(!@$summaryView) {
                                 <?= !!@($allergy->data->name) ? @($allergy->data->name) : '-' ?>
                             @endif
 
-                            @include('app.patient.wizard-partials.state-badge', ['point' => $allergy, 'addedVerb' => 'Diagnosed'])
+                            @include('app.patient.wizard-partials.state-badge', ['point' => $allergy, 'addedVerb' => 'Added'])
                         </div>
                         @if(!@$summaryView)
                         <div class="ml-auto mr-1">
@@ -323,7 +323,7 @@ if(!@$summaryView) {
                                 </div>
 
                                 <?php $point = null; ?>
-                                @include('app.patient.wizard-partials.common-fields', ['label' => 'allergy', 'addVerbPT' => 'Diagnosed', 'apTerm' => 'assessment/plan'])
+                                @include('app.patient.wizard-partials.common-fields', ['label' => 'allergy', 'addVerbPT' => 'Added', 'apTerm' => 'assessment/plan'])
 
                                 <div class="d-flex align-items-center">
                                     <button type="submit" class="btn btn-sm btn-primary mr-2 my-1">Save Allergy</button>

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

@@ -40,9 +40,9 @@
                                 @endif
                                 <?php elseif ($point->added_in_note_id === $note->id): ?>
                                 <?php if ($point->addition_reason_category === 'DURING_VISIT'): ?>
-                                <span class="text-sm text-success">* Diagnosed during visit</span>
+                                <span class="text-sm text-success">* Added during visit</span>
                                 <?php else: ?>
-                                <span class="text-sm text-info">* Diagnosed on intake</span>
+                                <span class="text-sm text-info">* Added on intake</span>
                                 <?php endif;?>
                                 <?php endif; ?>
                             </span>

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

@@ -40,9 +40,9 @@
                                 @endif
                                 <?php elseif ($point->added_in_note_id === $note->id): ?>
                                 <?php if ($point->addition_reason_category === 'DURING_VISIT'): ?>
-                                <span class="text-sm text-success">* Diagnosed during visit</span>
+                                <span class="text-sm text-success">* Added during visit</span>
                                 <?php else: ?>
-                                <span class="text-sm text-info">* Diagnosed on intake</span>
+                                <span class="text-sm text-info">* Added on intake</span>
                                 <?php endif;?>
                                 <?php endif; ?>
                             </span>

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

@@ -40,9 +40,9 @@
                                 @endif
                                 <?php elseif ($point->added_in_note_id === $note->id): ?>
                                 <?php if ($point->addition_reason_category === 'DURING_VISIT'): ?>
-                                <span class="text-sm text-success">* Diagnosed during visit</span>
+                                <span class="text-sm text-success">* Added during visit</span>
                                 <?php else: ?>
-                                <span class="text-sm text-info">* Diagnosed on intake</span>
+                                <span class="text-sm text-info">* Added on intake</span>
                                 <?php endif;?>
                                 <?php endif; ?>
                             </span>

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

@@ -40,9 +40,9 @@
                                 @endif
                                 <?php elseif ($point->added_in_note_id === $note->id): ?>
                                 <?php if ($point->addition_reason_category === 'DURING_VISIT'): ?>
-                                <span class="text-sm text-success">* Diagnosed during visit</span>
+                                <span class="text-sm text-success">* Added during visit</span>
                                 <?php else: ?>
-                                <span class="text-sm text-info">* Diagnosed on intake</span>
+                                <span class="text-sm text-info">* Added on intake</span>
                                 <?php endif;?>
                                 <?php endif; ?>
                             </span>

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

@@ -152,7 +152,7 @@ if(!@$summaryView) {
 
                                             @endif
 
-                                            @include('app.patient.wizard-partials.common-fields', ['label' => 'problem', 'point' => $problem, 'addVerbPT' => 'Diagnosed', 'reviewLabel' => 'Subjective/HPI', 'apTerm' => 'assessment/plan'])
+                                            @include('app.patient.wizard-partials.common-fields', ['label' => 'problem', 'point' => $problem, 'addVerbPT' => 'Added', 'reviewLabel' => 'Subjective/HPI', 'apTerm' => 'assessment/plan'])
 
                                             <div class="mt-3 pt-2 d-flex align-items-center border-top">
                                                 <button type="submit" class="btn-save-problem btn btn-sm btn-primary mr-2">Save</button>
@@ -166,7 +166,7 @@ if(!@$summaryView) {
                                 <?= !!@($problem->data->icd) ? '/&nbsp;' . @($problem->data->icd) : '' ?>
                             @endif
 
-                            @include('app.patient.wizard-partials.state-badge', ['point' => $problem, 'addedVerb' => 'Diagnosed'])
+                            @include('app.patient.wizard-partials.state-badge', ['point' => $problem, 'addedVerb' => 'Added'])
                         </div>
                         @if(!@$summaryView)
                         <div class="ml-auto mr-1">
@@ -366,7 +366,7 @@ if(!@$summaryView) {
                                 </div>
 
                                 <?php $point = null; ?>
-                                @include('app.patient.wizard-partials.common-fields', ['label' => 'problem', 'addVerbPT' => 'Diagnosed', 'reviewLabel' => 'Subjective/HPI', 'apTerm' => 'assessment/plan'])
+                                @include('app.patient.wizard-partials.common-fields', ['label' => 'problem', 'addVerbPT' => 'Added', 'reviewLabel' => 'Subjective/HPI', 'apTerm' => 'assessment/plan'])
 
                                 <div class="d-flex align-items-center">
                                     <button type="submit" class="btn btn-sm btn-primary mr-2">Save Problem</button>

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

@@ -128,7 +128,6 @@ $allergies = Point::getIntakePointsOfCategory($patient, 'ALLERGY', $note);
 
     <div class="d-flex align-items-center">
         <div visit-moe large class="mt-1 w-100 border p-2 bg-white rounded">
-            <!--<a href="#" start show class="btn btn-sm btn btn-outline-primary">+ Add allergy patient ALREADY is diagnosed with, prior to this visit</a>-->
             <form show url="/api/visitPoint/addTopLevelOnIntake" class="mcp-theme-1 w-100">
                 <input type="hidden" name="segmentUid" value="<?= $segment->uid ?>">
                 <input type="hidden" name="category" value="ALLERGY">

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

@@ -55,7 +55,7 @@ $plural = 'Allergies';
                             @endif
                         <?php elseif ($point->added_in_note_id === $note->id): ?>
                             <?php if ($point->addition_reason_category === 'DURING_VISIT'): ?>
-                                <span class="text-sm text-success">* Diagnosed during visit</span>
+                                <span class="text-sm text-success">* Added during visit</span>
                             <?php else: ?>
                                 <span class="text-sm text-info">* Added on intake</span>
                             <?php endif;?>

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

@@ -47,7 +47,7 @@ $plural = 'Problems';
                         @endif
                     <?php elseif ($point->added_in_note_id === $note->id): ?>
                         <?php if ($point->addition_reason_category === 'DURING_VISIT'): ?>
-                            <span class="ml-2 text-sm text-success">* Diagnosed during visit</span>
+                            <span class="ml-2 text-sm text-success">* Added during visit</span>
                         <?php else: ?>
                             <span class="ml-2 text-sm text-info">* Added on intake</span>
                         <?php endif;?>

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

@@ -54,7 +54,7 @@ $plural = 'Allergies';
                             @endif
                         <?php elseif ($point->added_in_note_id === $note->id): ?>
                             <?php if ($point->addition_reason_category === 'DURING_VISIT'): ?>
-                                <span class="text-sm text-success">* Diagnosed during visit</span>
+                                <span class="text-sm text-success">* Added during visit</span>
                             <?php else: ?>
                                 <span class="text-sm text-info">* Added on intake</span>
                             <?php endif;?>

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

@@ -60,7 +60,7 @@ $plural = 'Allergies';
                         @endif
                     <?php elseif ($point->added_in_note_id === $note->id): ?>
                         <?php if ($point->addition_reason_category === 'DURING_VISIT'): ?>
-                            <span class="ml-2 text-sm text-success">* Diagnosed during visit</span>
+                            <span class="ml-2 text-sm text-success">* Added during visit</span>
                         <?php else: ?>
                             <span class="ml-2 text-sm text-info">* Added on intake</span>
                         <?php endif;?>

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

@@ -51,7 +51,7 @@ $plural = 'Problems';
                         @endif
                     <?php elseif ($point->added_in_note_id === $note->id): ?>
                         <?php if ($point->addition_reason_category === 'DURING_VISIT'): ?>
-                            <span class="ml-2 text-sm text-success">* Diagnosed during visit</span>
+                            <span class="ml-2 text-sm text-success">* Added during visit</span>
                         <?php else: ?>
                             <span class="ml-2 text-sm text-info">* Added on intake</span>
                         <?php endif;?>

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

@@ -44,9 +44,9 @@ $plural = 'Problems';
                        @endif
                        <?php elseif ($point->added_in_note_id === $note->id): ?>
                        <?php if ($point->addition_reason_category === 'DURING_VISIT'): ?>
-                                <span class="text-sm text-success">* Diagnosed during visit</span>
+                                <span class="text-sm text-success">* Added during visit</span>
                             <?php else: ?>
-                                <span class="text-sm text-info">* Diagnosed on intake</span>
+                                <span class="text-sm text-info">* Added on intake</span>
                             <?php endif;?>
                        <?php endif; ?>
                     </span>

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

@@ -60,7 +60,7 @@ $plural = 'Allergies';
                         @endif
                     <?php elseif ($point->added_in_note_id === $note->id): ?>
                         <?php if ($point->addition_reason_category === 'DURING_VISIT'): ?>
-                            <span class="ml-2 text-sm text-success">* Diagnosed during visit</span>
+                            <span class="ml-2 text-sm text-success">* Added during visit</span>
                         <?php else: ?>
                             <span class="ml-2 text-sm text-info">* Added on intake</span>
                         <?php endif;?>

+ 1 - 1
resources/views/app/patient/segment-templates/plan_free_text_v2/allergies.blade.php

@@ -52,7 +52,7 @@ $plural = 'Allergies';
                         @endif
                     <?php elseif ($point->added_in_note_id === $note->id): ?>
                         <?php if ($point->addition_reason_category === 'DURING_VISIT'): ?>
-                            <span class="ml-2 text-sm text-success">* Diagnosed during visit</span>
+                            <span class="ml-2 text-sm text-success">* Added during visit</span>
                         <?php else: ?>
                             <span class="ml-2 text-sm text-info">* Added on intake</span>
                         <?php endif;?>

+ 1 - 1
resources/views/app/patient/segment-templates/plan_free_text_v2/problems.blade.php

@@ -50,7 +50,7 @@ $plural = 'Problems';
                         @endif
                     <?php elseif ($point->added_in_note_id === $note->id): ?>
                         <?php if ($point->addition_reason_category === 'DURING_VISIT'): ?>
-                            <span class="ml-2 text-sm text-success">* Diagnosed during visit</span>
+                            <span class="ml-2 text-sm text-success">* Added during visit</span>
                         <?php else: ?>
                             <span class="ml-2 text-sm text-info">* Added on intake</span>
                         <?php endif;?>

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

@@ -51,7 +51,7 @@ $plural = 'Problems';
                         @endif
                     <?php elseif ($point->added_in_note_id === $note->id): ?>
                         <?php if ($point->addition_reason_category === 'DURING_VISIT'): ?>
-                            <span class="ml-2 text-sm text-success">* Diagnosed during visit</span>
+                            <span class="ml-2 text-sm text-success">* Added during visit</span>
                         <?php else: ?>
                             <span class="ml-2 text-sm text-info">* Added on intake</span>
                         <?php endif;?>

+ 1 - 1
resources/views/app/patient/segment-templates/subjective_general_v2/allergies.blade.php

@@ -54,7 +54,7 @@ $plural = 'Allergies';
                             @endif
                         <?php elseif ($point->added_in_note_id === $note->id): ?>
                             <?php if ($point->addition_reason_category === 'DURING_VISIT'): ?>
-                                <span class="text-sm text-success">* Diagnosed during visit</span>
+                                <span class="text-sm text-success">* Added during visit</span>
                             <?php else: ?>
                                 <span class="text-sm text-info">* Added on intake</span>
                             <?php endif;?>

+ 1 - 1
resources/views/app/patient/segment-templates/subjective_general_v2/problems.blade.php

@@ -46,7 +46,7 @@ $plural = 'Problems';
                         @endif
                     <?php elseif ($point->added_in_note_id === $note->id): ?>
                         <?php if ($point->addition_reason_category === 'DURING_VISIT'): ?>
-                            <span class="ml-2 text-sm text-success">* Diagnosed during visit</span>
+                            <span class="ml-2 text-sm text-success">* Added during visit</span>
                         <?php else: ?>
                             <span class="ml-2 text-sm text-info">* Added on intake</span>
                         <?php endif;?>