Please enable JavaScript to view this site.

HL7 C# Script Reference

Access your Script Library from the Tools menu of your script hosting application.

 

Create a new script

Create a new script

 

To create a NEW script click the  button on the toolbar OR select Create a New Script from the File menu.


The Script Library will automatically create the new "Default" script and name it New Script + the Script Short ID. You will almost certainly want to immediately Rename your script to a more descriptive name.

 

Renaming a C# Script

Renaming a C# Script


Now you are ready to edit your script.

 

Edit From the Script Library

Edit From the Script Library

 

To edit an existing script just select the script in the library items list and then click the Edit button on the right hand toolbar to open the Compiler window.


The CORE HL7 Script Compiler Window

The CORE HL7 Script Compiler Window

 

While you CAN edit your script directly in the Compiler window you will probably only want to use it for very simple changes or tweaks because, while attractive, it's not a very good code editor. WHY? Because other companies have spent millions of dollars developing and perfecting C# code editors which are available for FREE (see the video below) and we concentrated our resources on providing the Compiling and Running features.

 

In the Compiler Window you also set other Script Properties like Files and Folders and SQL Connectors (for either MS SQL or MySQL) which your script may access.


 

 

Files and Folders

Files and Folders

 

Click the Additional Script Properties tab to access Files and Folders and the Script Description. In this tab you can set:

 

The Output Folder

The Logs Folder

The Error Folder

The Configuration File

The Script Description / Notes


 

SQL Connector(s)

SQL Connector(s)

 

Click the SQL Connector tab to access your script's database connectors (if needed). In this tab you can create a connector for Microsoft SQL Server and / or MySQL.

 

 


Yes, you can use Visual Studio to create and edit CORE HL7 C# Scripts! Watch the YouTube video below which gives you step-by-step instructions on how to use Microsoft Visual Studio (even the free editions) to create your CORE HL7 C# Scripts.

 

Edit CORE HL7 Scripts in Visual Studio

 

 

As shown in the video above you will need the CORE HL7 Script Sandbox DLL.

 

You cannot actually compile and run your CORE HL7 C# scripts in Visual Studio, the Sandbox dll only contains "stub" properties, methods, and classes to let Visual Studio give you the "Intellisense" help while you are writing your code, you CAN use the Visual Studio editor to create your code which you can then copy and paste into your Script Compiler window shown above.

 

 


 

Under Construction Check Back Soon

Under Construction Check Back Soon

  

Keyboard Navigation

F7 for caret browsing
Hold ALT and press letter

This Info: ALT+q
Nav Header: ALT+n
Page Header: ALT+h
Topic Header: ALT+t
Topic Body: ALT+b
Exit Menu/Up: ESC