|
@@ -135,27 +135,6 @@
|
|
</div>
|
|
</div>
|
|
@endif
|
|
@endif
|
|
</div>
|
|
</div>
|
|
- {{--<div class="d-flex">
|
|
|
|
- <span class="mr-2"><span class="text-secondary">Ally:</span> {{$note->allyPro ? $note->allyPro->name_display : '-'}}</span>
|
|
|
|
- <div moe class="ml-auto">
|
|
|
|
- <a href="" show start><i class="fa fa-edit"></i></a>
|
|
|
|
- <form url="/api/note/putAlly">
|
|
|
|
- <input type="hidden" name="uid" value="{{$note->uid}}">
|
|
|
|
- <div class="mb-2">
|
|
|
|
- <select name="allyProUid" class="form-control form-control-sm">
|
|
|
|
- <option value="">-- Select Ally Pro --</option>
|
|
|
|
- @foreach ($pros as $iPro)
|
|
|
|
- <option value="{{$iPro->uid}}" {{ $note->allyPro && $iPro->id === $note->allyPro->id ? 'selected' : '' }}>{{$iPro->name_display}}</option>
|
|
|
|
- @endforeach
|
|
|
|
- </select>
|
|
|
|
- </div>
|
|
|
|
- <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>
|
|
|
|
- </div>
|
|
|
|
- </div>--}}
|
|
|
|
</div>
|
|
</div>
|
|
<div class="ml-auto d-flex align-items-start">
|
|
<div class="ml-auto d-flex align-items-start">
|
|
<div class="pr-2">
|
|
<div class="pr-2">
|
|
@@ -181,28 +160,6 @@
|
|
</div>
|
|
</div>
|
|
@endif
|
|
@endif
|
|
</div>
|
|
</div>
|
|
- {{--<div>
|
|
|
|
- @if($note->is_signed_by_ally)
|
|
|
|
- <span class="text-secondary">
|
|
|
|
- <i class="fa fa-check"></i>
|
|
|
|
- Ally Signed
|
|
|
|
- </span>
|
|
|
|
- @else
|
|
|
|
- <div moe
|
|
|
|
- class="{{ $note->ally_pro_id !== $pro->id ? 'moe-disabled' : '' }}"
|
|
|
|
- title="{{ $note->ally_pro_id !== $pro->id ? 'Only the note\'s Ally can sign' : '' }}">
|
|
|
|
- <a class="" href="" show start>Sign as Ally</a>
|
|
|
|
- <form url="/api/note/signAsAlly">
|
|
|
|
- <input type="hidden" name="uid" value="{{$note->uid}}">
|
|
|
|
- <p>Sign this note as Ally?</p>
|
|
|
|
- <div class="mb-0">
|
|
|
|
- <button class="btn btn-success btn-sm" submit>Sign</button>
|
|
|
|
- <button class="btn btn-default border btn-sm" cancel>Cancel</button>
|
|
|
|
- </div>
|
|
|
|
- </form>
|
|
|
|
- </div>
|
|
|
|
- @endif
|
|
|
|
- </div>--}}
|
|
|
|
</div>
|
|
</div>
|
|
<div class="pl-2 border-left">
|
|
<div class="pl-2 border-left">
|
|
@if($patient->has_mcp_done_onboarding_visit === 'YES')
|
|
@if($patient->has_mcp_done_onboarding_visit === 'YES')
|
|
@@ -285,7 +242,7 @@
|
|
data-shortcuts="{{ $packed }}"
|
|
data-shortcuts="{{ $packed }}"
|
|
>{!! $note->free_text_html !!}</div>
|
|
>{!! $note->free_text_html !!}</div>
|
|
</div>
|
|
</div>
|
|
- @foreach($note->sections as $section)
|
|
|
|
|
|
+ @foreach($note->sections as $section)
|
|
<div class="p-2">
|
|
<div class="p-2">
|
|
<strong>{{$section->sectionTemplate->title}}</strong>
|
|
<strong>{{$section->sectionTemplate->title}}</strong>
|
|
<div>
|
|
<div>
|