Varian-Code-Samples icon indicating copy to clipboard operation
Varian-Code-Samples copied to clipboard

FractionalMUNV|Link Does Not Support Fractional MU's

Open kudoxi opened this issue 3 months ago • 0 comments

Hi, I used an API named GetPatientPlanTxFieldsRequest following the ARIA Access V1.4 Reference Guide to try to get the patients' plan field info from Eclipse.My params were:

{
	'__type': 'GetPatientPlanTxFieldsRequest:http://services.varian.com/AriaWebConnect/Link',
	'Attributes': [],
	'CourseId': {
		'Value': 'C1'
	},
	'PatientId': {
		'Value': '000xxxxxx17'
	},
	'PlanSetupId': {
		'Value': 'Plan1'
	},
	'PlanId': {
		'Value': 'Plan1'
	}
} 

Which was totally right with Eclipse original test patient. But when it come to a real patient, it returned something wrong. I got a Response like:

{
	'__type': 'ApplicationError:http://services.varian.com/Foundation/SF/Gateway',
	'Attributes': [{
		'__type': 'MessageAttribute:http://services.varian.com/Foundation/SF/Gateway',
		'Name': 'username',
		'Value': 'ZZRADONC\\zhuting'
	}],
	'Message': "FractionalMUNV|Link Does Not Support Fractional MU's. Pl Contact Varian Medical Systems.",
	'StackTrace': None,
	'Code': 'AWC/ApplicationError',
	'Details': []
}

Is my params wrong? Or is this API not compatible with this version of our Eclipse? Or is there any specific config on our Varian Medical Systems need to be set?

kudoxi avatar Mar 15 '24 04:03 kudoxi