top of page

Announcement: Free ESAPI Webinar by Matt Schmidt

What: Free ESAPI webinar by Matt Schmidt

When: Wednesday, December 13, 2017 at 11 AM (EST)

Where: Online (register here: Eclipse Scripting Quick Wins)


Matt Schmidt is an instructor for Varian Medical Systems. He teaches courses on the basics of the Eclipse Scripting API (ESAPI) several times a year. His course includes a segment on best practices for clinical software development, where I've been a guest speaker a few times.


Matt is running a free webinar this Wednesday, December 13, 2017, where he'll talk about several ESAPI tips and tricks to quickly get you up and running. One of the topics he'll cover is the EclipsePlugInRunner to help you debug scripts from Visual Studio (see my blog post Run and Test Plug-In Scripts from Visual Studio).


For more information about the webinar and to register, go to Eclipse Scripting Quick Wins.

Related Posts

See All

ESAPI Essentials 1.1 and 2.0

A few months ago, I introduced ESAPI Essentials—a toolkit for working with ESAPI (available via NuGet). I've recently added one major feature: asynchronous access to ESAPI for binary plugin scripts. Y

Announcement: ESAPI Subreddit

A few months ago, Matt Schmidt started the ESAPI subreddit. It's another useful resource for finding and discussing ESAPI-related topics. According to the description, This community is to post and di

Dump All Patient Data from ESAPI

If, for whatever reason, you need to dump out all of the data for a patient from ESAPI, there's a quick and dirty way to do it. Well, there are probably several ways to do it, but here's one I've foun

bottom of page