Prechádzať zdrojové kódy

Problems center - edit point - make icd editable

Vijayakrishnan 3 rokov pred
rodič
commit
c716f07d00

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

@@ -135,6 +135,7 @@ if(!@$summaryView) {
                                                     <div class="mb-2 bg-light p-2 border">
                                                         <p class="mb-1 font-weight-bold">
                                                             {{ @$problem->data->name }}
+                                                            {{!!@($problem->data->icd) ? ' / ' . @($problem->data->icd) : ''}}
                                                         </p>
                                                         @if($patient->core_note_id !== $note->id)
                                                             <div class="text-secondary">This problem was added outside of this visit.
@@ -168,8 +169,7 @@ if(!@$summaryView) {
                                                             <input type="text"
                                                                    data-name="icd"
                                                                    class="form-control form-control-sm"
-                                                                   value="{{@$problem->data->icd}}"
-                                                                   readonly>
+                                                                   value="{{@$problem->data->icd}}">
                                                         </div>
                                                     </div>