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

Please elaborate #1

Closed
Kiragroh opened this issue Nov 19, 2020 · 4 comments
Closed

Please elaborate #1

Kiragroh opened this issue Nov 19, 2020 · 4 comments

Comments

@Kiragroh
Copy link

Kiragroh commented Nov 19, 2020

Hi LDClark,

your upload is a coool coincidence. I tired ARIA-Access a few weeks ago. I could get the API-keys and succed with a simple request (from the myVarian-webinar):

string apiKey = "YourAPIKey";
string request = "{"__type":"GetMachineListRequest:http://services.varian.com/AriaWebConnect/Link\",\"Attributes\":null,\"DepartmentID\":{\"Value\":\"Radiation Oncology"}}";
string response = SendData(request, true, apiKey);
Console.WriteLine(response);
var response_machines = JsonConvert.DeserializeObject(response);
foreach(var machine in response_machines.Machines)
{
Console.WriteLine(machine.MachineId.Value);
}
Console.ReadLine();

but more complex requests in regards to appointments and documents fail.

I work on a TBox. Can you elaborate on the required Service Package or your pitfalls at the beginning? Hopefully, this could explain my problems.

Will definitely try your upload. At the moment we are working with the eDoc-Printer and I have to build many specific protocols. The DocumentAPI-workflow would be better in some cases.

Kind regards

@LDClark
Copy link
Owner

LDClark commented Nov 19, 2020 via email

@Kiragroh
Copy link
Author

Kiragroh commented Dec 3, 2020

I could try it today on our new TBox for Eclipse/ARIA16.1 (GoLive in January). Here I have AriaWebServices1.4 installed and all works great.
I tihink I will add Dropdown menus for DocumentTypes, PDF-Merge functionality (if needed) and automatic PatID-Detection.

Thank again for sharing

@Kiragroh Kiragroh closed this as completed Dec 3, 2020
@LDClark
Copy link
Owner

LDClark commented Dec 3, 2020

Merging is very much needed. I'd like to see an implementation of OCR somewhere in here. Thanks for trying it out, I'm glad its working.

@LDClark
Copy link
Owner

LDClark commented Dec 17, 2020

Merging somewhat works now.

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

2 participants