ソースを参照

plan_free_text_v2

Vijayakrishnan 3 年 前
コミット
7943b6ae1d

+ 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')