From c3a99697b0d1f9b85eb933f1443f3c14a5da4702 Mon Sep 17 00:00:00 2001 From: inportb Date: Wed, 3 May 2023 23:17:57 -0400 Subject: [PATCH] Assigned practitioner tag --- htdocs/ViewSchedule.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/ViewSchedule.vue b/htdocs/ViewSchedule.vue index f6c3d1a..a610714 100644 --- a/htdocs/ViewSchedule.vue +++ b/htdocs/ViewSchedule.vue @@ -115,6 +115,7 @@ re = /Dr[\.\s]*\b([a-z][\w-]*)/gi; while(matches = re.exec(row.NOTE)) res[matches[1].toLowerCase()] = matches[1]; } + if((matches = this.practitioner[row.PATIENTNAME]) && (matches = matches.replace(/\W+/g, '-').replace(/^-+|-+$/g, ''))) res[matches.toLowerCase()] = matches.toUpperCase(); return res; }, filter_conj(tags) {