|
@@ -42,7 +42,7 @@
|
|
|
|
|
|
<?php $patient = $note->client; ?>
|
|
|
|
|
|
- <div class="border rounded p-3 mb-3 max-width-500px">
|
|
|
+ <div class="border rounded p-3 mb-3 max-width-500px" id="rpm-agreement-reasons-{{$note->id}}">
|
|
|
<p><b>RPM Reasons</b></p>
|
|
|
<div class="max-width-500px">
|
|
|
@if(!$patient->rmReasons || !count($patient->rmReasons))
|
|
@@ -55,7 +55,7 @@
|
|
|
<span class="max-width-200px mr-3">{{$reason->description}}</span>
|
|
|
<div moe relative class="ml-auto">
|
|
|
<a start show><i class="fa fa-pencil-alt"></i></a>
|
|
|
- <form url="/api/clientCmRmReason/updateBasic" class="mcp-theme-1" right>
|
|
|
+ <form url="/api/clientCmRmReason/updateBasic" class="mcp-theme-1" right target="#rpm-agreement-reasons-{{$note->id}}">
|
|
|
<input type="hidden" name="uid" value="{{$reason->uid}}">
|
|
|
<div class="mb-2">
|
|
|
<label class="text-sm mb-1 text-secondary">Code *</label>
|
|
@@ -77,7 +77,7 @@
|
|
|
</div>
|
|
|
<div moe relative class="ml-2">
|
|
|
<a start show><i class="fa fa-trash-alt text-danger on-hover-opaque"></i></a>
|
|
|
- <form url="/api/clientCmRmReason/remove" class="mcp-theme-1" right>
|
|
|
+ <form url="/api/clientCmRmReason/remove" class="mcp-theme-1" right target="#rpm-agreement-reasons-{{$note->id}}">
|
|
|
<input type="hidden" name="uid" value="{{$reason->uid}}">
|
|
|
<p>Remove this RM reason?</p>
|
|
|
<div>
|
|
@@ -93,7 +93,7 @@
|
|
|
<div class="d-flex align-items-baseline">
|
|
|
<div moe>
|
|
|
<a start show>+ Add From Dx</a>
|
|
|
- <form url="/api/clientCmRmReason/create" class="mcp-theme-1">
|
|
|
+ <form url="/api/clientCmRmReason/create" class="mcp-theme-1" target="#rpm-agreement-reasons-{{$note->id}}">
|
|
|
<input type="hidden" name="clientUid" value="{{$patient->uid}}">
|
|
|
<input type="hidden" name="cmOrRm" value="RM">
|
|
|
<input type="hidden" name="code" value="">
|
|
@@ -119,7 +119,7 @@
|
|
|
<span class="mx-2 text-secondary text-sm">|</span>
|
|
|
<div moe>
|
|
|
<a start show>+ Add New</a>
|
|
|
- <form url="/api/clientCmRmReason/create" class="mcp-theme-1">
|
|
|
+ <form url="/api/clientCmRmReason/create" class="mcp-theme-1" target="#rpm-agreement-reasons-{{$note->id}}">
|
|
|
<input type="hidden" name="clientUid" value="{{$patient->uid}}">
|
|
|
<input type="hidden" name="cmOrRm" value="RM">
|
|
|
<div class="mb-2">
|