[This is preliminary documentation and is subject to change.]
Access to settings and commands execution of DICOM scripts
with extensions .DS and .DSS.
| C# | Visual Basic | Visual C++ |
public interface IScriptExecution
Public Interface IScriptExecution
public interface class IScriptExecution
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| BeginExecuteScript(String, Boolean, AsyncCallback) |
Asynchronously begin ExecuteScript.
| |
| DescriptionDirectory |
The directory containing instructive and explanatory description files for the scripts.
| |
| DicomScriptRootDirectory |
The directory serving as root directory from the DICOM Scripts.
| |
| EndExecuteScript(IAsyncResult) |
End asynchronous ExecuteScript
| |
| ExecuteScript(String, Boolean) |
Execute a Script File of type DICOMScript (.DS) / DICOMSuperScript (.DSS).
| |
| ParseScript(String) |
Parse a Script File of type DICOMScript (.DS) / DICOMSuperScript (.DSS).
| |
| ResetAssociation()()() |
Reset the state of the DULP Finite State Machine
(to allow new Associations – Presentation Context ID is reset to 1).
| |
| TerminateConnection()()() |
Can be used to stop a script execution.
|