Chronos Plugins  5.2.0
This documentation covers the plugin interfaces definitions and an example implementation.
AxelSemrau.Chronos.Plugin.IEbisEnabledAcquisitionService Interface Reference

To be implemented by acquisition services that cooperate with the EBIS module for Chronos. More...

+ Inheritance diagram for AxelSemrau.Chronos.Plugin.IEbisEnabledAcquisitionService:
+ Collaboration diagram for AxelSemrau.Chronos.Plugin.IEbisEnabledAcquisitionService:

Public Member Functions

string[] ExecuteDataReader (string resultFileName, string substances, ResultKind kindOfResult)
 No public documentation yet - please let us know when you want to implement this. More...
 

Additional Inherited Members

- Properties inherited from AxelSemrau.Chronos.Plugin.IAcquisitionServiceBase
string Name [get]
 Name that is visible to the user in the list of acquisition services. Do not localize. More...
 
bool IsAvailable [get]
 The place to check if you can actually use the acquisition service. More...
 
bool Abort [set]
 Will be set to true if you should abort the current acquisition. Will be set to false when everything is back to normal. More...
 

Detailed Description

To be implemented by acquisition services that cooperate with the EBIS module for Chronos.

Definition at line 212 of file AcquisitionInterfaces.cs.

Member Function Documentation

◆ ExecuteDataReader()

string [] AxelSemrau.Chronos.Plugin.IEbisEnabledAcquisitionService.ExecuteDataReader ( string  resultFileName,
string  substances,
ResultKind  kindOfResult 
)

No public documentation yet - please let us know when you want to implement this.

Parameters
resultFileName
substances
kindOfResult
Returns

The documentation for this interface was generated from the following file: