logicpowerhouse 5 năm trước cách đây
mục cha
commit
2997f873b3

+ 29 - 0
resources/views/app/dashboard.blade.php

@@ -35,6 +35,35 @@
                             </table>
                         </div>
                     </div>
+                    <div class="card mt-3">
+                        <div class="card-header">
+                            <strong>
+                                Reimbursement
+                            </strong>
+                        </div>
+                        <div class="card-body p-0">
+                            <table class="table table-condensed">
+                                <tbody>
+                                <tr>
+                                    <th>$1034.90</th>
+                                    <th>Current balance</th>
+                                </tr>
+                                <tr>
+                                    <th>30 June, 2020</th>
+                                    <th>Next Payment Date</th>
+                                </tr>
+                                <tr>
+                                    <th>$1023.00</th>
+                                    <th>Last payment</th>
+                                </tr>
+                                <tr>
+                                    <th>15 June, 2020</th>
+                                    <th>Last payment date</th>
+                                </tr>
+                                </tbody>
+                            </table>
+                        </div>
+                    </div>
                 </div>
             </div>
         </div>

+ 0 - 5
resources/views/app/new-patient.blade.php

@@ -14,11 +14,6 @@
         </div>
         <div class="card-body">
             <form show url="/api/client/create" class="px-3 pt-3 pb-1" redir="patients/view/">
-                @csrf
-
-                @if (session('message'))
-                    <div class="alert alert-danger">{{ session('message') }}</div>
-                @endif
                 <div class='form-group mb-3'>
                     <label class='control-label'>Name First *</label>
                     <input class='form-control' type='text' name='nameFirst' required>

+ 0 - 1
resources/views/app/patient/dashboard.blade.php

@@ -1,6 +1,5 @@
 @extends ('layouts.patient')
 
-
 @section('section-title')
     Patient Dashboard
 @endsection

+ 25 - 22
resources/views/layouts/patient.blade.php

@@ -77,7 +77,7 @@
                         <div class="d-flex">
                             <div class="">
                                 <div class="d-flex">
-                                    <div class="d-flex">
+                                    <div class="d-flex align-items-center">
                                         <div class="font-weight-bold" style="font-size: 1.4em">
                                             {{$patient->name_last}}, {{$patient->name_first}}
                                         </div>
@@ -86,27 +86,12 @@
                                             {{$patient->age_in_years}} y.o. {{$patient->sex}}
                                         </span>
                                     </div>
-                                    <div>
+                                    <div class="align-items-center d-flex">
                                         <i class="badge badge-info ml-3">
                                             #{{$patient->chart_number}}
                                         </i>
                                     </div>
-                                    <div class="pl-3">
-                                        <strong>PCP:</strong>
-                                        @if($patient->mcp)
-                                            {{$patient->mcp->displayName()}}...
-                                            @if($patient->has_mcp_done_onboarding_visit == 'YES')
-                                                <strong>First E&M Visit:</strong> {{$patient->mcp_onboarding_visit_date}}...
-                                                <strong>Last E&M Visit:</strong>{$patient->most_recent_mcp_em_visit_date}...
-                                                <strong>Next E&M Visit:</strong> {$patient->next_mcp_em_visit_date}
-                                            @else
-                                                Patient has not been seen yet!
-                                            @endif
-                                        @else
-                                            none! [assign someone]
-                                        @endif
-                                    </div>
-                                    <div class="d-flex">
+                                    <div class="d-flex align-items-center">
                                         <div class="pl-3">
                                             <strong>MA:</strong>
                                             @if($patient->cm)
@@ -127,9 +112,8 @@
                                                     Medicare Part B <i class="fa fa-check"></i>
                                                 @else
                                                     Not Medicare Part B <i class="fa fa-times"></i>
-                                                    |
                                                     @if($patient->is_medicare_advantage == 'YES')
-                                                        Medicare Advantage,
+                                                        , Medicare Advantage,
                                                         {{$patient->medicare_advantage_plan}}
                                                     @endif
                                                 @endif
@@ -142,6 +126,23 @@
                                             None provided. <i class="fa fa-times"></i>
                                         @endif
                                     </div>
+                                    <div class="pl-3">
+                                        <strong>PCP:</strong>
+                                        @if($patient->mcp)
+                                            {{$patient->mcp->displayName()}}...
+                                            @if($patient->has_mcp_done_onboarding_visit == 'YES')
+                                                <strong>First E&M
+                                                    Visit:</strong> {{$patient->mcp_onboarding_visit_date}}...
+                                                <strong>Last E&M Visit:</strong>
+                                                {$patient->most_recent_mcp_em_visit_date}...
+                                                <strong>Next E&M Visit:</strong> {$patient->next_mcp_em_visit_date}
+                                            @else
+                                                Patient has not been seen yet!
+                                            @endif
+                                        @else
+                                            none! [assign someone]
+                                        @endif
+                                    </div>
                                 </div>
                                 <div class="d-flex">
                                     <div>
@@ -151,7 +152,8 @@
                                         T2DM, CAD, HTN, Weight Loss
                                     </div>
                                     <div class="pl-4">
-                                        <strong>Ht:</strong> ___ in. <strong>Wt:</strong> ___ lbs. <strong>BMI:</strong> ___ (UNDER/NORM/OVERWEIGHT/OBESE)
+                                        <strong>Ht:</strong> ___ in. <strong>Wt:</strong> ___ lbs. <strong>BMI:</strong>
+                                        ___
                                     </div>
                                 </div>
                                 <div>
@@ -168,7 +170,8 @@
                                     <i class="fa fa-plus-circle"></i>
                                     Note
                                 </button>
-                                <button class="btn btn-primary btn-sm">
+                                <br>
+                                <button class="btn btn-primary btn-sm mt-2">
                                     <i class="fa fa-book"></i>
                                     Education
                                 </button>