瀏覽代碼

RPM manager - add entry default memo update

Vijayakrishnan 2 年之前
父節點
當前提交
8532b8e496
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      resources/views/app/practice-management/rpm-manager/row.blade.php

+ 3 - 0
resources/views/app/practice-management/rpm-manager/row.blade.php

@@ -422,6 +422,7 @@
                                         'cmStartDate' => $iPatient->care_month_start_date,
                                         'cmEndDate' => $iPatient->care_month_end_date,
                                         'defaultMins' => $showAddEntry,
+                                        'defaultComment' => 'I have discussed remote monitoring data to date and encouraged patient to regularly measure and follow the care plan.',
                                         'hook' => 'refresh-' . $iPatient->care_month_uid])
                                 </div>
                             @endif
@@ -475,6 +476,7 @@
                                         'cmStartDate' => $iPatient->care_month_start_date,
                                         'cmEndDate' => $iPatient->care_month_end_date,
                                         'defaultMins' => $showAddEntry,
+                                        'defaultComment' => 'I have discussed remote monitoring data to date and encouraged patient to regularly measure and follow the care plan.',
                                         'hook' => 'refresh-' . $iPatient->care_month_uid])
                                 </div>
                             @endif
@@ -497,6 +499,7 @@
                             'cmUid' => $iPatient->care_month_uid,
                             'cmStartDate' => $iPatient->care_month_start_date,
                             'cmEndDate' => $iPatient->care_month_end_date,
+                            'defaultComment' => 'I have discussed remote monitoring data to date and encouraged patient to regularly measure and follow the care plan.',
                             'hook' => 'refresh-' . $iPatient->care_month_uid])
                     </div>
                 </div>