Vijayakrishnan 3 lat temu
rodzic
commit
c7926db7c3
1 zmienionych plików z 0 dodań i 49 usunięć
  1. 0 49
      resources/views/app/patient/notes.blade.php

+ 0 - 49
resources/views/app/patient/notes.blade.php

@@ -51,55 +51,6 @@
                 </form>
             </div>
             <span class="mx-2 text-secondary">|</span>
-            <!--<div moe>
-                <a start show class="py-0 mb-3">Add (univ) *</a>
-                <form url="/api/note/createUsingTemplateWithPages"
-                      redir="/patients/view/{{$patient->uid}}/notes/view/[data]"
-                      class="mcp-theme-1">
-                    <input type="hidden" name="clientUid" value="{{$patient->uid}}">
-                    @if($pro->is_hcp)
-                    <input type="hidden" name="hcpProUid" value="{{$pro->uid}}">
-                    @else
-                    <input type="hidden" name="naProUid" value="{{$pro->uid}}">
-                    @endif
-                    <input type="hidden" name="effectiveDateEST" value="{{date("Y-m-d")}}">
-                    <input type="hidden" name="effectiveTime" value="{{date("h:i")}}">
-                    <input type="hidden" name="title" id="note-create-title" value="">
-                    <div class="form-group mb-2">
-                        <label for="" class="text-secondary text-sm mb-1">Note Template *</label>
-                        <select name="noteTemplateUid" class="form-control form-control-sm"
-                                onchange="$('#note-create-title').val($(this).find('option:selected').text())"
-                                required>
-                            <option value=""> --select--</option>
-                            @foreach($pro->noteTemplates as $noteTemplate)
-                                <?php $nT = $noteTemplate->template(); ?>
-                                <option value="{{$nT->uid}}">{{$nT->title}}</option>
-                            @endforeach
-                        </select>
-                    </div>
-                    <div class="mb-2">
-                        <label for="" class="text-secondary text-sm mb-1">Method *</label>
-                        <select name="method" class="form-control form-control-sm note-method-select" required>
-                            <option value="AUDIO">Audio</option>
-                            <option value="VIDEO">Video</option>
-                            <option value="IN_CLINIC">In-Clinic</option>
-                            <option value="HOUSE_CALL">House Call</option>
-                        </select>
-                    </div>
-                    <div class="form-group if-in-clinic">
-                        <label for="" class="text-secondary text-sm mb-1">Location</label>
-                        <select name="hcpCompanyLocationUid" class="form-control">
-                            <option value=""></option>
-                            @foreach($pro->companyLocations() as $location)
-                                <option value="{{$location->uid}}">{{$location->line1}} {{$location->city}}</option>
-                            @endforeach
-                        </select>
-                    </div>
-                    <div class="form-group m-0">
-                        <button submit class="btn btn-primary btn-sm">submit</button>
-                    </div>
-                </form>
-            </div>-->
             <div moe>
                 <a start show class="py-0 mb-3">Add Visit</a>
                 <form url="/api/visit/create"