Forráskód Böngészése

Notes resolution center updates

Vijayakrishnan 3 éve
szülő
commit
efff7f7c5b
1 módosított fájl, 3 hozzáadás és 3 törlés
  1. 3 3
      resources/views/app/patient/note/resolve.blade.php

+ 3 - 3
resources/views/app/patient/note/resolve.blade.php

@@ -188,7 +188,7 @@
                                             <tr>
                                                 <td class="p-0">
                                                     <input icd-autocomplete-code type="text" class="rounded-0 border-0 shadow-none icd-input width-70px pr-0 min-width-unset"
-                                                           name="reasonIcd2" placeholder="ICD 1" value="{{@$note->note_reason_icd2}}" autocomplete="off">
+                                                           name="reasonIcd2" placeholder="ICD 2" value="{{@$note->note_reason_icd2}}" autocomplete="off">
                                                 </td>
                                                 <td class="p-0">
                                                     <input icd-autocomplete-description type="text" class="rounded-0 border-0 shadow-none form-control form-control-sm min-width-unset"
@@ -199,7 +199,7 @@
                                             <tr>
                                                 <td class="p-0">
                                                     <input icd-autocomplete-code type="text" class="rounded-0 border-0 shadow-none icd-input width-70px pr-0 min-width-unset"
-                                                           name="reasonIcd3" placeholder="ICD 1" value="{{@$note->note_reason_icd3}}" autocomplete="off">
+                                                           name="reasonIcd3" placeholder="ICD 3" value="{{@$note->note_reason_icd3}}" autocomplete="off">
                                                 </td>
                                                 <td class="p-0">
                                                     <input icd-autocomplete-description type="text" class="rounded-0 border-0 shadow-none form-control form-control-sm min-width-unset"
@@ -210,7 +210,7 @@
                                             <tr>
                                                 <td class="p-0">
                                                     <input icd-autocomplete-code type="text" class="rounded-0 border-0 shadow-none icd-input width-70px pr-0 min-width-unset"
-                                                           name="reasonIcd4" placeholder="ICD 1" value="{{@$note->note_reason_icd4}}" autocomplete="off">
+                                                           name="reasonIcd4" placeholder="ICD 4" value="{{@$note->note_reason_icd4}}" autocomplete="off">
                                                 </td>
                                                 <td class="p-0">
                                                     <input icd-autocomplete-description type="text" class="rounded-0 border-0 shadow-none form-control form-control-sm min-width-unset"