瀏覽代碼

Omega subj system - behavior/exercise/nutrition - don't show 'added on intake' etc.

Vijayakrishnan 3 年之前
父節點
當前提交
7eabe085cd

+ 0 - 16
resources/views/app/patient/module-specific-summary-renderers/behavior/subjective.blade.php

@@ -35,22 +35,6 @@
                                 ?>
                             <?php endif; ?>
                         </div>
-                        <div class="pl-3">
-                            <?php if ($point->is_removed): ?>
-                            @if($point->removal_reason_category === 'DURING_VISIT')
-                                <span class="text-sm text-secondary">Removed during visit</span>
-                            @elseif($point->removal_reason_category === 'ON_INTAKE')
-                                <span class="text-sm text-secondary">Removed on intake</span>
-                            @endif
-                            <?php elseif ($point->added_in_note_id === $note->id): ?>
-                            <?php if ($point->addition_reason_category === 'DURING_VISIT'): ?>
-                            <span class="text-sm text-success">* Added during visit</span>
-                            <?php else: ?>
-                            <span class="text-sm text-info">* Added on intake</span>
-                            <?php endif;?>
-                            <?php endif; ?>
-                        </div>
-
                     </td>
                     <td></td>
                 </tr>

+ 0 - 16
resources/views/app/patient/module-specific-summary-renderers/exercise/subjective.blade.php

@@ -35,22 +35,6 @@
                                 ?>
                             <?php endif; ?>
                         </div>
-                        <div class="pl-3">
-                            <?php if ($point->is_removed): ?>
-                            @if($point->removal_reason_category === 'DURING_VISIT')
-                                <span class="text-sm text-secondary">Removed during visit</span>
-                            @elseif($point->removal_reason_category === 'ON_INTAKE')
-                                <span class="text-sm text-secondary">Removed on intake</span>
-                            @endif
-                            <?php elseif ($point->added_in_note_id === $note->id): ?>
-                            <?php if ($point->addition_reason_category === 'DURING_VISIT'): ?>
-                                <span class="text-sm text-success">* Added during visit</span>
-                            <?php else: ?>
-                                <span class="text-sm text-info">* Added on intake</span>
-                            <?php endif;?>
-                            <?php endif; ?>
-                        </div>
-
                     </td>
                     <td></td>
                 </tr>

+ 0 - 16
resources/views/app/patient/module-specific-summary-renderers/nutrition/subjective.blade.php

@@ -35,22 +35,6 @@
                                 ?>
                             <?php endif; ?>
                         </div>
-                        <div class="pl-3">
-                            <?php if ($point->is_removed): ?>
-                            @if($point->removal_reason_category === 'DURING_VISIT')
-                                <span class="text-sm text-secondary">Removed during visit</span>
-                            @elseif($point->removal_reason_category === 'ON_INTAKE')
-                                <span class="text-sm text-secondary">Removed on intake</span>
-                            @endif
-                            <?php elseif ($point->added_in_note_id === $note->id): ?>
-                            <?php if ($point->addition_reason_category === 'DURING_VISIT'): ?>
-                                <span class="text-sm text-success">* Added during visit</span>
-                            <?php else: ?>
-                                <span class="text-sm text-info">* Added on intake</span>
-                            <?php endif;?>
-                            <?php endif; ?>
-                        </div>
-
                     </td>
                     <td></td>
                 </tr>