Jelajahi Sumber

RPM UI (wip)

Vijayakrishnan 3 tahun lalu
induk
melakukan
907ed2cc07

+ 2 - 2
public/css/style.css

@@ -2654,8 +2654,8 @@ body.stag-scrollbar-scrolling .stag-scrollbar[stag-h-scrollbar] .stag-scrollbar-
     position: relative;
     display: block;
     padding-left: 9px;
-    white-space: nowrap;
-    text-overflow: ellipsis;
+    /*white-space: nowrap;
+    text-overflow: ellipsis;*/
 }
 .conditions-tree .condition>a:before {
     position: absolute;

+ 12 - 12
resources/views/app/practice-management/remote-monitoring-tree.blade.php

@@ -7,43 +7,43 @@ if(!@$rc) {
     <div class="condition">
         <a href="{{route('practice-management.remote-monitoring')}}?rc=1"
                 {!! $rc == 1 ? 'class="bg-aliceblue font-weight-bold"' : ''!!}>Who am I the MCP for?
-            <span class="rm-count ml-1" data-rc="1"></span>
+            <span class="rm-count ml-1" data-rc="1">(0)</span>
         </a>
         <div class="condition-children">
             <div class="condition">
                 <a href="{{route('practice-management.remote-monitoring')}}?rc=2"
                         {!! $rc == 2 ? 'class="bg-aliceblue font-weight-bold"' : ''!!}>How many are enrolled in RPM?
-                    <span class="rm-count ml-1" data-rc="2"></span>
+                    <span class="rm-count ml-1" data-rc="2">(0)</span>
                 </a>
                 <div class="condition-children">
                     <div class="condition">
                         <a href="{{route('practice-management.remote-monitoring')}}?rc=3"
-                                {!! $rc == 3 ? 'class="bg-aliceblue font-weight-bold"' : ''!!}>How many have been given a cellular device?
-                            <span class="rm-count ml-1" data-rc="3"></span>
+                                {!! $rc == 3 ? 'class="bg-aliceblue font-weight-bold"' : ''!!}>How many given a cellular device?
+                            <span class="rm-count ml-1" data-rc="3">(0)</span>
                         </a>
                         <div class="condition-children">
                             <div class="condition">
                                 <a href="{{route('practice-management.remote-monitoring')}}?rc=4"
                                         {!! $rc == 4 ? 'class="bg-aliceblue font-weight-bold"' : ''!!}>How many have I seen w/in 90 days?
-                                    <span class="rm-count ml-1" data-rc="4"></span>
+                                    <span class="rm-count ml-1" data-rc="4">(0)</span>
                                 </a>
                                 <div class="condition-children">
                                     <div class="condition">
                                         <a href="{{route('practice-management.remote-monitoring')}}?rc=5"
                                                 {!! $rc == 5 ? 'class="bg-aliceblue font-weight-bold"' : ''!!}>How many have I spoken to this month?
-                                            <span class="rm-count ml-1" data-rc="5"></span>
+                                            <span class="rm-count ml-1" data-rc="5">(0)</span>
                                         </a>
                                         <div class="condition-children">
                                             <div class="condition">
                                                 <a href="{{route('practice-management.remote-monitoring')}}?rc=6"
-                                                        {!! $rc == 6 ? 'class="bg-aliceblue font-weight-bold"' : ''!!}>How many with unstamped measurements?
-                                                    <span class="rm-count ml-1" data-rc="6" data-rc-2="1"></span>
+                                                        {!! $rc == 6 ? 'class="bg-aliceblue font-weight-bold"' : ''!!}>How many with unstamped meas.?
+                                                    <span class="rm-count ml-1" data-rc="6" data-rc-2="1">(0)</span>
                                                 </a>
                                             </div>
                                             <div class="condition">
                                                 <a href="{{route('practice-management.remote-monitoring')}}?rc=7"
                                                         {!! $rc == 7 ? 'class="bg-aliceblue font-weight-bold"' : ''!!}>How many yet to hit 16 days?
-                                                    <span class="rm-count ml-1" data-rc="7" data-rc2="1"></span>
+                                                    <span class="rm-count ml-1" data-rc="7" data-rc2="1">(0)</span>
                                                 </a>
                                             </div>
                                         </div>
@@ -52,14 +52,14 @@ if(!@$rc) {
                             </div>
                             <div class="condition">
                                 <a href="{{route('practice-management.remote-monitoring')}}?rc=8"
-                                        {!! $rc == 8 ? 'class="bg-aliceblue font-weight-bold"' : ''!!}>Home many have subscribed to SMS confirmation texts?
-                                    <span class="rm-count ml-1" data-rc="8"></span>
+                                        {!! $rc == 8 ? 'class="bg-aliceblue font-weight-bold"' : ''!!}>Home many have subscribed to SMS?
+                                    <span class="rm-count ml-1" data-rc="8">(0)</span>
                                 </a>
                             </div>
                             <div class="condition">
                                 <a href="{{route('practice-management.remote-monitoring')}}?rc=9"
                                         {!! $rc == 9 ? 'class="bg-aliceblue font-weight-bold"' : ''!!}>How many have used the device?
-                                    <span class="rm-count ml-1" data-rc="9"></span>
+                                    <span class="rm-count ml-1" data-rc="9">(0)</span>
                                 </a>
                             </div>
                         </div>