plokmii commited on
Commit
e66fdbf
·
verified ·
1 Parent(s): 3332731

Upload templates/dsa_patient.html with huggingface_hub

Browse files
Files changed (1) hide show
  1. templates/dsa_patient.html +1 -0
templates/dsa_patient.html CHANGED
@@ -150,6 +150,7 @@
150
  if (!m) return seg;
151
  const sero = m[1];
152
  const paren = m[2] || '';
 
153
  let isDSA = false;
154
  for (const ag of donorSet) {
155
  if (!ag) continue;
 
150
  if (!m) return seg;
151
  const sero = m[1];
152
  const paren = m[2] || '';
153
+ if (!/^[A-Za-z]/.test(sero)) return seg;
154
  let isDSA = false;
155
  for (const ag of donorSet) {
156
  if (!ag) continue;