|
@@ -57,14 +57,17 @@
|
|
|
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
|
|
|
+ @if($pro->isDefaultNA())
|
|
|
<input type="hidden" name="naProUid" value="{{$pro->uid}}">
|
|
|
@endif
|
|
|
<input type="hidden" name="effectiveDate" value="{{date("Y-m-d")}}">
|
|
|
<input type="hidden" name="effectiveTime" value="{{date("h:i")}}">
|
|
|
- <input type="text" class="form-control form-control-sm" placeholder="title" name="title" id="note-create-title" value="">
|
|
|
+ <input type="hidden" class="form-control form-control-sm" placeholder="title" name="title" id="note-create-title" value="Note">
|
|
|
+ <div class="form-group">
|
|
|
+ <label for="" class="text-secondary text-sm mb-1">HCP Pro *</label>
|
|
|
+ <select name="hcpProUid" class="form-control" provider-search required data-pro-uid="{{$pro->is_hcp ? $pro->uid : ''}}">
|
|
|
+ </select>
|
|
|
+ </div>
|
|
|
<div class="form-group mb-2">
|
|
|
<label for="" class="text-secondary text-sm mb-1">Note Template *</label>
|
|
|
<select name="visitTemplateUid" class="form-control form-control-sm"
|