فهرست منبع

Support for %TOKEN% in shortcuts

Vijayakrishnan 4 سال پیش
والد
کامیت
b9a3b613be
1فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
  1. 6 0
      resources/views/app/patient/note/dashboard.blade.php

+ 6 - 0
resources/views/app/patient/note/dashboard.blade.php

@@ -200,6 +200,12 @@
                         <?php
                         $shortCutsObject = [];
                         foreach ($pro->shortcuts as $shortcut) {
+
+                            // %replaceables%
+                            $shortcut->text = str_replace("%AGE%", $patient->age_in_years, $shortcut->text);
+                            $shortcut->text = str_replace("%GENDER%", $patient->sex, $shortcut->text);
+                            $shortcut->text = str_replace("%NAME%", $patient->displayName(), $shortcut->text);
+
                             $shortCutsObject[] = [
                                 "name" => $shortcut->shortcut,
                                 "value" => $shortcut->text