|
@@ -48,7 +48,7 @@
|
|
|
<?php
|
|
|
$allergies = \App\Models\Point::getPointsOfCategory($patient, "ALLERGY");
|
|
|
?>
|
|
|
- <div class="pt-2 mt-2 border-top">
|
|
|
+ <div class="pt-2 mt-2">
|
|
|
<div class="d-flex align-items-center pb-2">
|
|
|
<h6 class="my-0 font-weight-bold text-secondary">Allergies</h6>
|
|
|
</div>
|
|
@@ -88,7 +88,7 @@
|
|
|
<?php
|
|
|
$medications = \App\Models\Point::getPointsOfCategory($patient, "MEDICATION");
|
|
|
?>
|
|
|
- <div class="pt-2 mt-2 border-top">
|
|
|
+ <div class="pt-2 mt-2">
|
|
|
<div class="d-flex align-items-center pb-2">
|
|
|
<h6 class="my-0 font-weight-bold text-secondary">Current Medications</h6>
|
|
|
</div>
|
|
@@ -265,7 +265,7 @@
|
|
|
<?php
|
|
|
$problems = \App\Models\Point::getPointsOfCategory($patient, "PROBLEM");
|
|
|
?>
|
|
|
- <div class="pt-2 mt-2 border-top">
|
|
|
+ <div class="pt-2 mt-2">
|
|
|
<div class="d-flex align-items-center pb-2">
|
|
|
<h6 class="my-0 font-weight-bold text-secondary">Current Problems / Focus Areas</h6>
|
|
|
</div>
|
|
@@ -308,7 +308,7 @@
|
|
|
</div> --}}
|
|
|
|
|
|
<!-- pmhx - point -->
|
|
|
- <div class="pt-2 mt-2 border-top">
|
|
|
+ <div class="pt-2 mt-2">
|
|
|
<div class="d-flex align-items-center pb-2">
|
|
|
<h6 class="my-0 font-weight-bold text-secondary">Medical History</h6>
|
|
|
</div>
|
|
@@ -330,7 +330,7 @@
|
|
|
</div> --}}
|
|
|
|
|
|
<!-- pshx - point -->
|
|
|
- <div class="pt-2 mt-2 border-top">
|
|
|
+ <div class="pt-2 mt-2">
|
|
|
<div class="d-flex align-items-center pb-2">
|
|
|
<h6 class="my-0 font-weight-bold text-secondary">Surgical History</h6>
|
|
|
</div>
|
|
@@ -352,7 +352,7 @@
|
|
|
</div> --}}
|
|
|
|
|
|
<!-- fhx - point -->
|
|
|
- <div class="pt-2 mt-2 border-top">
|
|
|
+ <div class="pt-2 mt-2">
|
|
|
<div class="d-flex align-items-center pb-2">
|
|
|
<h6 class="my-0 font-weight-bold text-secondary">Family History</h6>
|
|
|
</div>
|
|
@@ -374,7 +374,7 @@
|
|
|
</div> --}}
|
|
|
|
|
|
<!-- sochx - point -->
|
|
|
- <div class="pt-2 mt-2 border-top">
|
|
|
+ <div class="pt-2 mt-2">
|
|
|
<div class="d-flex align-items-center pb-2">
|
|
|
<h6 class="my-0 font-weight-bold text-secondary">Social History</h6>
|
|
|
</div>
|