Git Product home page Git Product logo

pdftoaria's People

Contributors

ldclark avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

mabery anmcgrath

pdftoaria's Issues

Can VMS.OIS.ARIALocal can be exchanged?

Thanks again for this nice example. I build my own version that can merge PDF and/or images for upload (or single file only). Here is a demoVideo.
https://ukede-my.sharepoint.com/:v:/g/personal/m_grohmann_uke_de/ERZczuC4JHFFj-V5BkMgWbMBauQUZXYABIDFOZOEn-FN3w?e=EEqdbO

Al is working fine on TBox but it is not working on our LiveSystem and I found the reason. On our LiveSystem is the 'VMS.OIS.ARIALocal'-WebService missing. I opened a case with Varian but do you maybe see a workaround to only use VMS.OIS.ARIAExternal or/and ...ARIA? Would be nice :)

Report Stopped Working

When I run the exe, it reported stop working: Unhandled Exception: SystemIO.Filenotfoundexception: could not load file or assembly 'VMS.TPS.Common.Model.API....

Please elaborate

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.