Upload templates/dsa_patient.html with huggingface_hub
Browse files
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;
|