Skip to content
Snippets Groups Projects
Commit b519e6a3 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Look for PrCa for cancer filter

parent 87663622
Branches dev
Tags
2 merge requests!136Develop,!135Look for PrCa for cancer filter
Pipeline #10615 passed with stages
in 30 seconds
......@@ -279,7 +279,7 @@
}
}
if (checked.includes("disease.c")) {
if (repo[i]["Disease Status"] == "Cancer") {
if (repo[i]["Disease Status"] == "PrCa") {
filtered_dis.push(repo[i].PatientID)
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment