JSON settings for ROE (criteria) - cerr/CERR GitHub Wiki

Clinical criteria (guidelines and hard limits) on dose-volume metrics or NTCP are defined through JSON files following the syntax below.

Syntax

{
 "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".

Example

See sample JSON file with clinical criteria for the 4Gy x 15 conventional lung treatment protocol.