Forráskód Böngészése

RPM manager - add entry default memo update

Vijayakrishnan 2 éve
szülő
commit
8532b8e496

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