소스 검색

Dx - COA - Default to Chronic always

Vijayakrishnan 4 년 전
부모
커밋
4d87ae443e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      resources/views/app/patient/canvas-sections/dx/form.blade.php

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

@@ -5,7 +5,7 @@ if(!$contentData || !isset($contentData['items']) || !count($contentData['items'
             [
                 "title" => "",
                 "icd" => "",
-                "coa" => "",
+                "coa" => "Chronic",
                 "detail" => "",
                 "plan" => "",
             ]