-
Notifications
You must be signed in to change notification settings - Fork 102
JSON settings for ROE (criteria)
aditiiyer edited this page Jun 3, 2021
·
2 revisions
Clinical criteria (guidelines and hard limits) on dose-volume metrics or NTCP are defined through JSON files following the syntax below.
{
"name": "critName",
"numFrx": N,
"structures": {
"str1": {
"abRatio": ab1,
"criteria": {
"crit1": {
"function":"fn1",
"parameters": {
"param1": {
"val": V1
},
"limit": L1
}
},
"guidelines": {
"crit2":{
"function": "fn2",
"limit":L2
}
}
}
}
}
Note : For limits on NTCP, the function name must be set to "ntcp".
See sample JSON file with clinical criteria for the 4Gy x 15 conventional lung treatment protocol.