|
@@ -10,15 +10,15 @@
|
|
|
<div class="mb-1">Does Patient Want WatchPat Results Communicated To Other Doctors:</div>
|
|
|
<select name="doesPatientWantWatchPatResultsCommunicatedToOtherDoctors" class="form-control form-control-sm">
|
|
|
<option value="">-- select --</option>
|
|
|
- <option value="YES" {{$patient->does_patient_want_watch_pat_results_communicated_to_other_doctors === 'YES' ? 'selected' : ''}}>Yes</option>
|
|
|
- <option value="NO" {{$patient->does_patient_want_watch_pat_results_communicated_to_other_doctors === 'NO' ? 'selected' : ''}}>No</option>
|
|
|
- <option value="UNKNOWN" {{$patient->does_patient_want_watch_pat_results_communicated_to_other_doctors === 'UNKNOWN' ? 'selected' : ''}}>Unknown</option>
|
|
|
+ <option value="YES" {{$patient->does_patient_want_watch_pat_results_comm_to_other_docs === 'YES' ? 'selected' : ''}}>Yes</option>
|
|
|
+ <option value="NO" {{$patient->does_patient_want_watch_pat_results_comm_to_other_docs === 'NO' ? 'selected' : ''}}>No</option>
|
|
|
+ <option value="UNKNOWN" {{$patient->does_patient_want_watch_pat_results_comm_to_other_docs === 'UNKNOWN' ? 'selected' : ''}}>Unknown</option>
|
|
|
</select>
|
|
|
</div>
|
|
|
|
|
|
<div class="mb-2">
|
|
|
<div class="mb-1">Does Patient Want WatchPat Results Communicated To Other Doctors Memo:</div>
|
|
|
- <input type="text" value="{{$patient->does_patient_want_watch_pat_results_communicated_to_other_doctors_memo}}" name="doesPatientWantWatchPatResultsCommunicatedToOtherDoctorsMemo" class="form-control form-control-sm d-inline-block flex-grow-1">
|
|
|
+ <input type="text" value="{{$patient->does_patient_want_watch_pat_results_comm_to_other_docs_memo}}" name="doesPatientWantWatchPatResultsCommunicatedToOtherDoctorsMemo" class="form-control form-control-sm d-inline-block flex-grow-1">
|
|
|
</div>
|
|
|
|
|
|
<div class="mb-2">
|
|
@@ -50,11 +50,11 @@
|
|
|
</div>
|
|
|
|
|
|
<div class="px-3 pt-2 pb-1">
|
|
|
- Does Patient Want WatchPat Results Communicated To Other Doctors: <b>{{$patient->does_patient_want_watch_pat_results_communicated_to_other_doctors ?: '-'}}</b>
|
|
|
+ Does Patient Want WatchPat Results Communicated To Other Doctors: <b>{{$patient->does_patient_want_watch_pat_results_comm_to_other_docs ?: '-'}}</b>
|
|
|
</div>
|
|
|
|
|
|
<div class="px-3 py-1">
|
|
|
- Does Patient Want WatchPat Results Communicated To Other Doctors Memo: <b>{{$patient->does_patient_want_watch_pat_results_communicated_to_other_doctors_memo ?: '-'}}</b>
|
|
|
+ Does Patient Want WatchPat Results Communicated To Other Doctors Memo: <b>{{$patient->does_patient_want_watch_pat_results_comm_to_other_docs_memo ?: '-'}}</b>
|
|
|
</div>
|
|
|
|
|
|
<div class="px-3 py-1">
|