|
@@ -216,22 +216,22 @@ foreach ($days as $k => $day) {
|
|
$autoCheckEntry = ($dayTotalMinutes < 2 && $patient->is_enrolled_in_rm);
|
|
$autoCheckEntry = ($dayTotalMinutes < 2 && $patient->is_enrolled_in_rm);
|
|
?>
|
|
?>
|
|
<div class="p-2 border border-info bg-light mb-2">
|
|
<div class="p-2 border border-info bg-light mb-2">
|
|
|
|
+ <div class="mb-2">
|
|
|
|
+ <label class="mb-1 text-secondary text-sm">Memo</label>
|
|
|
|
+ <textarea class="form-control form-control-sm" name="entryMemo">measurements within range</textarea>
|
|
|
|
+ </div>
|
|
<div class="">
|
|
<div class="">
|
|
<label class="mb-0 d-flex align-items-center">
|
|
<label class="mb-0 d-flex align-items-center">
|
|
<input type="checkbox" class="shouldAddEntry mr-2 my-0" {{$autoCheckEntry ? 'checked' : ''}}>
|
|
<input type="checkbox" class="shouldAddEntry mr-2 my-0" {{$autoCheckEntry ? 'checked' : ''}}>
|
|
<span>Add Time Entry</span>
|
|
<span>Add Time Entry</span>
|
|
</label>
|
|
</label>
|
|
</div>
|
|
</div>
|
|
- <div class="mb-2">
|
|
|
|
- <label class="mb-1 text-secondary text-sm">Memo</label>
|
|
|
|
- <textarea class="form-control form-control-sm" name="entryMemo">measurements within range</textarea>
|
|
|
|
- </div>
|
|
|
|
<div class="if-adding-time-entry pt-2 d-none">
|
|
<div class="if-adding-time-entry pt-2 d-none">
|
|
<div class="mb-2">
|
|
<div class="mb-2">
|
|
<label class="mb-1 text-secondary text-sm">Minutes</label>
|
|
<label class="mb-1 text-secondary text-sm">Minutes</label>
|
|
<input type="number" min="1" max="15"
|
|
<input type="number" min="1" max="15"
|
|
class="form-control form-control-sm w-100" name="entryNumberOfMinutes"
|
|
class="form-control form-control-sm w-100" name="entryNumberOfMinutes"
|
|
- value="2" placeholder="Time (mins.)">
|
|
|
|
|
|
+ value="1" placeholder="Time (mins.)">
|
|
</div>
|
|
</div>
|
|
<div class="mb-2">
|
|
<div class="mb-2">
|
|
<label class="mb-1 text-secondary text-sm">Date</label>
|
|
<label class="mb-1 text-secondary text-sm">Date</label>
|
|
@@ -239,12 +239,12 @@ foreach ($days as $k => $day) {
|
|
name="entryDate"
|
|
name="entryDate"
|
|
value="{{date('Y-m-d', strtotime($k))}}">
|
|
value="{{date('Y-m-d', strtotime($k))}}">
|
|
</div>
|
|
</div>
|
|
- <div class="">
|
|
|
|
|
|
+ <!--<div class="">
|
|
<label class="mb-0 d-flex align-items-baseline">
|
|
<label class="mb-0 d-flex align-items-baseline">
|
|
<input type="checkbox" class="hasAnyoneInteractedWithClientAboutRmOutsideNote mr-2 mt-1">
|
|
<input type="checkbox" class="hasAnyoneInteractedWithClientAboutRmOutsideNote mr-2 mt-1">
|
|
<span>Has anyone interacted with client about rm outside note?</span>
|
|
<span>Has anyone interacted with client about rm outside note?</span>
|
|
</label>
|
|
</label>
|
|
- </div>
|
|
|
|
|
|
+ </div>-->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="form-group m-0">
|
|
<div class="form-group m-0">
|
|
@@ -278,22 +278,22 @@ foreach ($days as $k => $day) {
|
|
$autoCheckEntry = ($dayTotalMinutes < 2 && $patient->is_enrolled_in_rm);
|
|
$autoCheckEntry = ($dayTotalMinutes < 2 && $patient->is_enrolled_in_rm);
|
|
?>
|
|
?>
|
|
<div class="p-2 border border-info bg-light mb-2">
|
|
<div class="p-2 border border-info bg-light mb-2">
|
|
|
|
+ <div class="mb-2">
|
|
|
|
+ <label class="mb-1 text-secondary text-sm">Memo</label>
|
|
|
|
+ <textarea class="form-control form-control-sm" name="entryMemo"></textarea>
|
|
|
|
+ </div>
|
|
<div class="">
|
|
<div class="">
|
|
<label class="mb-0 d-flex align-items-center">
|
|
<label class="mb-0 d-flex align-items-center">
|
|
<input type="checkbox" class="shouldAddEntry mr-2 my-0" {{$autoCheckEntry ? 'checked' : ''}}>
|
|
<input type="checkbox" class="shouldAddEntry mr-2 my-0" {{$autoCheckEntry ? 'checked' : ''}}>
|
|
<span>Add Time Entry</span>
|
|
<span>Add Time Entry</span>
|
|
</label>
|
|
</label>
|
|
</div>
|
|
</div>
|
|
- <div class="mb-2">
|
|
|
|
- <label class="mb-1 text-secondary text-sm">Memo</label>
|
|
|
|
- <textarea class="form-control form-control-sm" name="entryMemo"></textarea>
|
|
|
|
- </div>
|
|
|
|
<div class="if-adding-time-entry pt-2 d-none">
|
|
<div class="if-adding-time-entry pt-2 d-none">
|
|
<div class="mb-2">
|
|
<div class="mb-2">
|
|
<label class="mb-1 text-secondary text-sm">Minutes</label>
|
|
<label class="mb-1 text-secondary text-sm">Minutes</label>
|
|
<input type="number" min="1" max="15"
|
|
<input type="number" min="1" max="15"
|
|
class="form-control form-control-sm w-100" name="entryNumberOfMinutes"
|
|
class="form-control form-control-sm w-100" name="entryNumberOfMinutes"
|
|
- value="2" placeholder="Time (mins.)">
|
|
|
|
|
|
+ value="1" placeholder="Time (mins.)">
|
|
</div>
|
|
</div>
|
|
<div class="mb-2">
|
|
<div class="mb-2">
|
|
<label class="mb-1 text-secondary text-sm">Date</label>
|
|
<label class="mb-1 text-secondary text-sm">Date</label>
|
|
@@ -301,12 +301,12 @@ foreach ($days as $k => $day) {
|
|
name="entryDate"
|
|
name="entryDate"
|
|
value="{{date('Y-m-d', strtotime($k))}}">
|
|
value="{{date('Y-m-d', strtotime($k))}}">
|
|
</div>
|
|
</div>
|
|
- <div class="">
|
|
|
|
|
|
+ <!--<div class="">
|
|
<label class="mb-0 d-flex align-items-baseline">
|
|
<label class="mb-0 d-flex align-items-baseline">
|
|
<input type="checkbox" class="hasAnyoneInteractedWithClientAboutRmOutsideNote mr-2 mt-1">
|
|
<input type="checkbox" class="hasAnyoneInteractedWithClientAboutRmOutsideNote mr-2 mt-1">
|
|
<span>Has anyone interacted with client about rm outside note?</span>
|
|
<span>Has anyone interacted with client about rm outside note?</span>
|
|
</label>
|
|
</label>
|
|
- </div>
|
|
|
|
|
|
+ </div>-->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="form-group m-0">
|
|
<div class="form-group m-0">
|
|
@@ -366,7 +366,7 @@ foreach ($days as $k => $day) {
|
|
</div>
|
|
</div>
|
|
<div class="col-4">
|
|
<div class="col-4">
|
|
<input type="number" min="0" max="15" class="form-control form-control-sm w-100 cm-time-value" name="timeInMinutes"
|
|
<input type="number" min="0" max="15" class="form-control form-control-sm w-100 cm-time-value" name="timeInMinutes"
|
|
- value="2" placeholder="Time (mins.)" required>
|
|
|
|
|
|
+ value="1" placeholder="Time (mins.)" required>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|