Explorar el Código

Dx center ICD driven auto suggest

Vijayakrishnan hace 3 años
padre
commit
454fa125e1
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      resources/views/app/patient/problems-center.blade.php

+ 2 - 1
resources/views/app/patient/problems-center.blade.php

@@ -172,7 +172,8 @@ $ccSegment = $ccSegment ?? $note->getSegmentByInternalName('mc_cc');
                                         <input type="text"
                                                data-name="icd"
                                                class="form-control form-control-sm"
-                                               value="{{@$problem->data->icd}}">
+                                               value="{{@$problem->data->icd}}"
+                                               readonly>
                                     </div>
                                 </div>