You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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?
The text was updated successfully, but these errors were encountered:
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:
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:
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?
The text was updated successfully, but these errors were encountered: