瀏覽代碼

plan_free_text_v2

Vijayakrishnan 3 年之前
父節點
當前提交
7943b6ae1d
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. 10 0
      resources/views/app/patient/segment-templates/plan_free_text_v2/summary.blade.php

+ 10 - 0
resources/views/app/patient/segment-templates/plan_free_text_v2/summary.blade.php

@@ -0,0 +1,10 @@
+<?php
+$category = 'PLAN_FREE_TEXT';
+include resource_path('views/app/patient/segment-templates/_simple_text_segment/summary.php');
+?>
+
+@include('app.patient.segment-templates.plan_free_text_v2.allergies')
+@include('app.patient.segment-templates.plan_free_text_v2.medications')
+@include('app.patient.segment-templates.plan_free_text_v2.problems')
+@include('app.patient.segment-templates.plan_free_text_v2.goals')
+@include('app.patient.segment-templates.plan_free_text_v2.care_team')