Ver Fonte

Summary nkda and related display

Vijayakrishnan há 3 anos atrás
pai
commit
8978a1c283

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

@@ -11,10 +11,10 @@ $plural = 'Allergies';
 ?>
 ?>
 
 
 <?php if($tracker && @($tracker->data->no_known_drug_allergies)): ?>
 <?php if($tracker && @($tracker->data->no_known_drug_allergies)): ?>
-    <div class="text-secondary mb-2"><span>-</span></div>
+    <div class="text-secondary mb-1">No known drug allergies</div>
 <?php endif; ?>
 <?php endif; ?>
 <?php if($tracker && @($tracker->data->no_known_allergies_of_any_type)): ?>
 <?php if($tracker && @($tracker->data->no_known_allergies_of_any_type)): ?>
-    <div class="text-secondary mb-2"><span>-</span></div>
+    <div class="text-secondary mb-1">No known allergies of any type</div>
 <?php endif; ?>
 <?php endif; ?>
 
 
 <?php if(!$tracker || !@($tracker->data->no_known_allergies_of_any_type)): ?>
 <?php if(!$tracker || !@($tracker->data->no_known_allergies_of_any_type)): ?>
@@ -25,7 +25,7 @@ $plural = 'Allergies';
     <?php $j = 0; foreach ($points as $point): $j++; ?>
     <?php $j = 0; foreach ($points as $point): $j++; ?>
 	<?php $rel = $point->relevanceToNote($note); ?>
 	<?php $rel = $point->relevanceToNote($note); ?>
         <tr>
         <tr>
-            <td class="width-30px text-right pl-0 pr-1">
+            <td class="width-22px pl-0 pr-1">
                 @if($rel)
                 @if($rel)
                     <?php $numRelevant++; ?>
                     <?php $numRelevant++; ?>
                 @endif
                 @endif

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

@@ -16,7 +16,7 @@ $plural = 'Care team members';
     <?php $j = 0; foreach ($points as $point): $j++; ?>
     <?php $j = 0; foreach ($points as $point): $j++; ?>
         <?php $rel = $point->relevanceToNote($note); ?>
         <?php $rel = $point->relevanceToNote($note); ?>
         <tr>
         <tr>
-            <td class="width-30px text-right pl-0 pr-1">
+            <td class="width-22px pl-0 pr-1">
                 @if($rel)
                 @if($rel)
                     <?php $numRelevant++; ?>
                     <?php $numRelevant++; ?>
                 @endif
                 @endif

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

@@ -16,7 +16,7 @@ $plural = 'Goals';
     <?php $j = 0; foreach ($points as $point): $j++; ?>
     <?php $j = 0; foreach ($points as $point): $j++; ?>
         <?php $rel = $point->relevanceToNote($note); ?>
         <?php $rel = $point->relevanceToNote($note); ?>
         <tr>
         <tr>
-            <td class="width-30px text-right pl-0 pr-1 {{ $rel ? ' text-info':'' }}">
+            <td class="width-22px pl-0 pr-1 {{ $rel ? ' text-info':'' }}">
                 @if($rel)
                 @if($rel)
                     <?php $numRelevant++; ?>
                     <?php $numRelevant++; ?>
                     *{{ $j }}.
                     *{{ $j }}.

+ 3 - 3
resources/views/app/patient/segment-templates/omega_medications/summary.blade.php

@@ -11,7 +11,7 @@ $plural = 'Medications';
 ?>
 ?>
 
 
 <?php if($tracker && @($tracker->data->no_known_medications)): ?>
 <?php if($tracker && @($tracker->data->no_known_medications)): ?>
-    <div class="text-secondary"><span>-</span></div>
+    <div class="text-secondary">No known medications</div>
 <?php endif; ?>
 <?php endif; ?>
 <?php if(!$tracker || !@($tracker->data->no_known_medications)): ?>
 <?php if(!$tracker || !@($tracker->data->no_known_medications)): ?>
 <?php if (!count($points)): ?>
 <?php if (!count($points)): ?>
@@ -20,7 +20,7 @@ $plural = 'Medications';
 	<table class="table table-bordered table-xs table-cage mb-0">
 	<table class="table table-bordered table-xs table-cage mb-0">
 		<thead>
 		<thead>
 		<tr>
 		<tr>
-			<th class="py-1 px-2 border-top-0 text-right">#</th>
+			<th class="pl-0 pr-1 py-1 border-top-0">#</th>
 			<th class="py-1 px-2 border-top-0">Name</th>
 			<th class="py-1 px-2 border-top-0">Name</th>
 			<th class="py-1 px-2 border-top-0">Frequency</th>
 			<th class="py-1 px-2 border-top-0">Frequency</th>
 			<th class="py-1 px-2 border-top-0">Experience</th>
 			<th class="py-1 px-2 border-top-0">Experience</th>
@@ -36,7 +36,7 @@ $plural = 'Medications';
 		}
 		}
 		?>
 		?>
 	<tr>
 	<tr>
-		<td class="width-30px text-right pl-0 pr-1">
+		<td class="width-22px pl-0 pr-1">
 			@if($rel)
 			@if($rel)
 				<?php $numRelevant++; ?>
 				<?php $numRelevant++; ?>
 			@endif
 			@endif

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

@@ -16,7 +16,7 @@ $plural = 'Problems';
     <?php $j = 0; foreach ($points as $point): $j++; ?>
     <?php $j = 0; foreach ($points as $point): $j++; ?>
         <?php $rel = $point->relevanceToNote($note); ?>
         <?php $rel = $point->relevanceToNote($note); ?>
        <tr>
        <tr>
-            <td class="width-30px text-right pl-0 pr-1 {{ $rel ? ' text-info':'' }}">
+            <td class="width-22px pl-0 pr-1 {{ $rel ? ' text-info':'' }}">
                 @if($rel)
                 @if($rel)
                     <?php $numRelevant++; ?>
                     <?php $numRelevant++; ?>
                     *{{ $j }}.
                     *{{ $j }}.