-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcheck_session_name.json
More file actions
41 lines (41 loc) · 1.46 KB
/
check_session_name.json
File metadata and controls
41 lines (41 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"validPatientName": [
"^(PCA_SFA)_(PA[0-9]{2})_(1|35)$",
"^(ANT)_(G(A|B|C|D)[0-9]{2})$",
"^(HOF)_([0-9]{3})_((post|pre)[0-1-2]+)$",
"^(UGM[0-9]{4})_([0-9]{6})_(T10_V28_POST_1_MRI|T10_V30_POST_2_MRI|Initial_MRI)$",
"^([0-9]{7})_([0-9]{6})_(V03|V10|V17|V24)S?$",
"^(REPAR)_([0-9]{2})$",
"^(TCLA)_([0-9]{3})$",
"^(Hypersomnia)_([A-Z]{2}[0-9]{3})_((sMRI|EEGfMRI)(1|2))$",
"^(HBHLDec)_((Y|O|E)[0-9]{3})_((post|pre)Nap)$",
"^(sct)_([0-9]{3})$",
"^(PulsAge)_(HEAL(Y|O)[0-9]{3})$",
"^(IMAGISION)_((C|P)[0-9]{2})$",
"^(SACSEM_SEM)((P|C)[0-9]{2})$",
"^(PRISME)_([0-9]{6})_(01|02)$",
"^(Clozapine)_([0-9]{3})_(1|2)$",
"^(Pain)_(1[0-9]{4})$",
"^(Proventure)_([0-9]{4})_(A|B|C)$",
"^(CLBPE)_([0-9]{3})_(T(1|2))$",
"^(SLBP)_([0-9]{3})$",
"^(Visuosp)_([0-9]{2})$",
"^(VAR[0-9]{3})_([A-Z]{2})$",
"^(TMSVAR)_([0-9]{6})_(S[1-3]{1}(a|b|))$",
"^(Somatic)_([0-9]{2})_([A-Z]{4}[0-9]{2})_(A|B|C)$",
"^(p0[1-6]{1})_((liris|friends|vid|game|ana|hcptrt|shinobi|things|pilot)[0-9]{3}|(harrypotter)|(things[0-9]{2}))b?$",
"^(emocog)_((tcl|tsl|mp|sc)[0-9]{4})_((0[1-9]|1[0-5]))$",
"^(TCLA)_([0-9]{3})$",
"^([0-9]{7})_([0-9]{6})_(P[0-9]{2})$",
"^(SYN_MTL)_([0-9]{3})_(T(0|6))$",
"^(myelin)_([0-9]{2})$",
"^(myelin)_([0-9]{2})_(rescan)$",
"^(acdc)_([0-9]{3})p?$",
"^(coiltest)_(np[0-9]{2})_([0-9]{2})$",
"^(Hemianopia)_((ctl|hh)[0-9]{2})_(1|2|3|4)$",
"^(GrandEns)_([0-9]{3})$",
"^(SPECTRA)_(CA|PJ)([0-9]{3})_(Pre|Post)$",
"^(dev)_([a-zA-Z0-9_-]*)$",
"^(pilot)_([a-zA-Z0-9_-]*)$"
]
}