Skip to content

Instantly share code, notes, and snippets.

@joecastelo
Created September 30, 2020 18:59
Show Gist options
  • Save joecastelo/1fff79458835448aeb9df5ac1c6f3069 to your computer and use it in GitHub Desktop.
Save joecastelo/1fff79458835448aeb9df5ac1c6f3069 to your computer and use it in GitHub Desktop.
Template to Portal Dosimetry API for plugins.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using VMS.CA.Scripting;
namespace VMS.DV.PD.Scripting
{
public class Script
{
public Script()
{
}
public void Execute(ScriptContext scriptContext)
{
//code here
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment