|
@@ -11,7 +11,11 @@
|
|
|
<form url="/api/note/create" class="mcp-theme-1"
|
|
|
redir="patients/view/{{ $patient->uid }}/notes/view/[data]">
|
|
|
<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') }}">
|
|
|
<div class="form-group">
|
|
|
<label for="" class="text-secondary text-sm mb-1">Type *</label>
|
|
@@ -53,7 +57,11 @@
|
|
|
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="">
|