Procházet zdrojové kódy

Note - Dx - Detail => HPI

Vijayakrishnan před 4 roky
rodič
revize
6002bedcad

+ 0 - 1
resources/views/app/patient/canvas-sections/dx/form.blade.php

@@ -342,7 +342,6 @@ $formID = rand(0, 100000);
                                 'text-sm show-templates">Templates</button>');
                             templatesButton.attr('data-editor-id', editorID);
                             toolbar.append(templatesButton);
-                            // $(this).closest('tr').find('.assessment-detail-template').appendTo(templatesButton);
 
                             qe.on('text-change', function() {
                                 // ti.val(qe.root.innerHTML);

+ 1 - 1
resources/views/app/patient/canvas-sections/dx/summary.php

@@ -29,7 +29,7 @@ if(count($contentData['items'])) {
             $detailPlain = trim(strip_tags($detailPlain));
             if(!empty($detailPlain)):
             ?>
-                <div class="text-secondary font-weight-bold">Detail</div>
+                <div class="text-secondary font-weight-bold">HPI</div>
                 <div class="ml-2"><?= $detailPlain ?></div>
             <?php endif; ?>
             <?php

+ 5 - 1
resources/views/app/patient/note/section_script.blade.php

@@ -113,7 +113,11 @@
                     dataToPost['guest_access_code'] = '{{$guestAccessCode}}';
                 @endif
                 $.post("/process_form_submit", dataToPost, function(resp) {
-                    handleSubmitResponse(resp,_section, summaryContainer)
+                    handleSubmitResponse(resp,_section, summaryContainer);
+
+                    // if "dx", refresh "cc" if it exists in the note
+
+
                 }, 'json');
             }
         }