Assigned practitioner tag

This commit is contained in:
Jiang Yio 2023-05-03 23:17:57 -04:00
parent 3666378172
commit c3a99697b0

View File

@ -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) {