Bladeren bron

added moes for caremonth booleans

= 3 jaren geleden
bovenliggende
commit
9ad9c3b10a
1 gewijzigde bestanden met toevoegingen van 53 en 1 verwijderingen
  1. 53 1
      resources/views/app/patient/care-month/dashboard.blade.php

+ 53 - 1
resources/views/app/patient/care-month/dashboard.blade.php

@@ -1688,7 +1688,7 @@
                 @endif
             @endif
 
-
+                                                     
             <hr class="m-negator mt-4 mb-3">
 
             {{-- claims --}}
@@ -2061,6 +2061,58 @@
             @endif
 
         @endif
+        <hr class="m-negator mt-4 mb-3">
+            <div>
+                Is RM interaction waived: {{$careMonth->is_rm_interaction_waived? 'Yes': 'No'}}
+                <div moe class="text-left mt-1" title="Cancel Claim">
+                    <a class="" href="" show start>Set Is RM Interaction Waived To False</a>
+                    @if($careMonth->is_rm_interaction_waived)
+                    <form url="/api/careMonth/setIsRmInteractionWaivedToFalse">
+                        <input type="hidden" name="uid" value="{{$careMonth->uid}}">
+                        <p>Set is RM interaction waived to false?</p>
+                        <div class="mb-0">
+                            <button class="btn btn-primary btn-sm" submit>Submit</button>
+                            <button class="btn btn-default border btn-sm" cancel>Cancel</button>
+                        </div>
+                    </form>
+                    @else 
+                        <form url="/api/careMonth/setIsRmInteractionWaivedToTrue">
+                            <input type="hidden" name="uid" value="{{$careMonth->uid}}">
+                            <p>Set is RM interaction waived to true?</p>
+                            <div class="mb-0">
+                                <button class="btn btn-primary btn-sm" submit>Submit</button>
+                                <button class="btn btn-default border btn-sm" cancel>Cancel</button>
+                            </div>
+                        </form>                                    
+                    @endif 
+                </div>
+            </div>                                   
+                 
+            <div>
+                Is RM interaction waived: {{$careMonth->is_rm_time_waived? 'Yes': 'No'}}
+                <div moe class="text-left mt-1" title="Cancel Claim">
+                    <a class="" href="" show start>Set Is RM Time Waived To False</a>
+                    @if($careMonth->is_rm_time_waived)
+                    <form url="/api/careMonth/setIsRmTimeWaivedToFalse">
+                        <input type="hidden" name="uid" value="{{$careMonth->uid}}">
+                        <p>Set is RM Time waived to false?</p>
+                        <div class="mb-0">
+                            <button class="btn btn-primary btn-sm" submit>Submit</button>
+                            <button class="btn btn-default border btn-sm" cancel>Cancel</button>
+                        </div>
+                    </form>
+                    @else 
+                        <form url="/api/careMonth/setIsRmTimeWaivedToTrue">
+                            <input type="hidden" name="uid" value="{{$careMonth->uid}}">
+                            <p>Set is RM time waived to true?</p>
+                            <div class="mb-0">
+                                <button class="btn btn-primary btn-sm" submit>Submit</button>
+                                <button class="btn btn-default border btn-sm" cancel>Cancel</button>
+                            </div>
+                        </form>                                    
+                    @endif 
+                </div>
+            </div>  
 
         <hr class="m-negator my-3">