Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FractionalMUNV|Link Does Not Support Fractional MU's #165

Open
kudoxi opened this issue Mar 15, 2024 · 0 comments
Open

FractionalMUNV|Link Does Not Support Fractional MU's #165

kudoxi opened this issue Mar 15, 2024 · 0 comments

Comments

@kudoxi
Copy link

kudoxi commented Mar 15, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant