|
1 | 1 | Attribute,Description,Valid Values,DependsOn,Properties,Required,Parent,DependsOn Component,Source,Validation Rules,columnType,Format,Maximum,Minimum,Pattern |
2 | 2 | Component,,,,,TRUE,,,,,,,,, |
3 | 3 | Patient,,,"Patient ID, Sex, Year of Birth, Diagnosis, Component",,FALSE,DataType,,,,,,,, |
4 | | -Patient ID,,,,,TRUE,DataProperty,,,#Patient unique warning^^#Biospecimen unique error,,,, |
| 4 | +Patient ID,,,,,TRUE,DataProperty,,,#Patient unique warning^^#Biospecimen unique error,,,,, |
5 | 5 | Sex,,"Female, Male, Other",,,TRUE,DataProperty,,,,,,,, |
6 | 6 | Year of Birth,,,,,FALSE,DataProperty,,,,,,,, |
7 | 7 | Diagnosis,,"Healthy, Cancer",,,TRUE,DataProperty,,,,,,,, |
@@ -29,8 +29,8 @@ Check List Enum Strict,,"ab, cd, ef, gh",,,TRUE,DataProperty,,,list strict,,,,, |
29 | 29 | Check Regex List,,,,,TRUE,DataProperty,,,list::regex match [a-f],,,,, |
30 | 30 | Check Regex List Strict,,,,,TRUE,DataProperty,,,list strict::regex match [a-f],,,,, |
31 | 31 | Check Regex List Like,,,,,TRUE,DataProperty,,,list like::regex match [a-f],,,,, |
32 | | -Check Regex Single,,,,,TRUE,DataProperty,,,regex search [a-f],,,,[a-f] |
33 | | -Check Regex Format,,,,,TRUE,DataProperty,,,regex match [a-f],,,,[a-f] |
| 32 | +Check Regex Single,,,,,TRUE,DataProperty,,,,,,,[a-b], |
| 33 | +Check Regex Format,,,,,TRUE,DataProperty,,,regex match [a-f],,,,^[a-b], |
34 | 34 | Check Regex Integer,,,,,TRUE,DataProperty,,,regex search ^\d+$,,,,, |
35 | 35 | Check Num,,,,,TRUE,DataProperty,,,num error,,,,, |
36 | 36 | Check Float,,,,,TRUE,DataProperty,,,float error,number,,,, |
|
0 commit comments