Assigned practitioner tag
This commit is contained in:
parent
3666378172
commit
c3a99697b0
@ -115,6 +115,7 @@
|
|||||||
re = /Dr[\.\s]*\b([a-z][\w-]*)/gi;
|
re = /Dr[\.\s]*\b([a-z][\w-]*)/gi;
|
||||||
while(matches = re.exec(row.NOTE)) res[matches[1].toLowerCase()] = matches[1];
|
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;
|
return res;
|
||||||
},
|
},
|
||||||
filter_conj(tags) {
|
filter_conj(tags) {
|
||||||
|
Loading…
Reference in New Issue
Block a user