Ver Fonte

Dx wizard - new add/edit implementations

Vijayakrishnan há 3 anos atrás
pai
commit
7e5d001042
1 ficheiros alterados com 17 adições e 0 exclusões
  1. 17 0
      resources/views/app/patient/problems-center.blade.php

+ 17 - 0
resources/views/app/patient/problems-center.blade.php

@@ -138,6 +138,23 @@ $ccSegment = $note->getSegmentByInternalName('chief_complaint');
                                     </select>
                                 </div>
 
+                                <div class="row mb-2">
+                                    <div class="col-6 pr-0">
+                                        <label class="text-sm mb-0">Start Date</label>
+                                        <input type="date"
+                                               data-name="start_date"
+                                               value="{{@$problem->data->start_date}}"
+                                               class="form-control form-control-sm min-width-unset">
+                                    </div>
+                                    <div class="col-6">
+                                        <label class="text-sm mb-0">Added By</label>
+                                        <input type="text"
+                                               data-name="prescriber"
+                                               value="{{@$problem->data->prescriber}}"
+                                               class="form-control form-control-sm min-width-unset">
+                                    </div>
+                                </div>
+
                             @else
 
                                 <div class="mb-2 bg-light p-2 border">