GithubHelp home page GithubHelp logo

pablojrios / esapix Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rexcardan/esapix

0.0 1.0 0.0 15.3 MB

Extension library for the Varian Eclipse Scripting API

License: MIT License

C# 96.53% JavaScript 0.83% CSS 2.58% HTML 0.07%

esapix's Introduction

ESAPIX

ESAPIX is an open source extension library for the Varian Eclipse Scripting API that contains extra methods, and bootstrapping frameworks to quickly develop applications for research and clinical use. It has no affiliation with Varian Medical Systems. It provides implementations for multithreading, asynchronous calls, debugging plugins, and with the ESAPIX.Bootstrapping library : dependency injection, and view model "auto finding" through the Prism 6 library.

Supported Eclipse Versions

  • 11
  • 13.6
  • 13.7
  • 15.0
  • 15.1
  • 15.5

Open Source Love


Getting Started

  1. Install the appropriate ESAPIX library (Version) through NuGet.
    • Right click your project >> Manage NuGet Packages >> (Search "ESAPI")
  2. In your project, instead of calling:
 var app = Application.CreateApplication("...");

Call :

var sac = new StandAloneContext(()=>Application.CreateApplication("..."));

StandAloneContext vs VMS...Application

Using ESAPIX StandAloneContext (SAC) wraps the real Varian classes in a thread controlled environment using Facades. This trick allows for using easy multithreading since ESAPIX will handle calling VMS proper classes on the correct thread. Additionally, these lightweight wrappers (Facades) can be used to mock Varian classes for unit testing and offline development. Also, the data can be quickly serialized into JSON using the FacadeSerializer class.

Contributing

Most of all, ESAPIX is a unified, open source framework that is designed to be used and contributed to by the medical physics community. It uses the MIT open source license to ensure that code can be used in whatever tools you need in the fight against cancer. If you are interested in contributing code, please see an example of submitting code to this repository.

WPF Application

Video Tutorial (Deprecated. For versions <1.5.0.0)

Quick Startup ESAPIX

To dive deeper, check out more examples and API documentation.

esapix's People

Contributors

rexcardan avatar rapopple avatar riospabloj avatar

Watchers

James Cloos avatar

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.