The ATL COM module labValidator provides methods to
browse, search & validate records of the EAL tariff
browse, search & validate records of the EAL tariff
API browser of labValidator100 COM module
ILabValidator interface | V1.00/30 Aug 2002 | ||
---|---|---|---|
The ILabValidator interface handles the connections of the lab database. It provides means to open and close database connections.
A connection to the database must be opened via ILabValidator before any methods from the other interfaces can be called/used. |
|||
Methods | 9 methods | ||
Close | Closes the lab database. | ||
GetAbortInfo | Get the abort information. | ||
GetFirstTPValue | Retrieves the first tax point value information. | ||
GetNextTPValue | Retrieves the next tax point value information. | ||
GetTPValues | Method for collecting all TPValue data covered by the validator and returned as JSON array | ||
GetTreatment | Get the treatment input data. | ||
Open | Opens the lab database. | ||
OpenEx | Opens an external lab database | ||
SetTreatment | Set the treatment input data. | ||
Properties | 19 properties | ||
[get] CreateLabValidator | Creates an instance of the main ILabValidator interface | ||
[get] CreateSearch | Create an instance of the ISearch interface. | ||
[get] CreateValidate | Create an instance of the IValidate interface. | ||
[get/put] Date | Get and Set the current date for the labValidator module | ||
[get] DBVersion | Get the version of the labValidator database. | ||
[get] DBVersionDate | Get the version date of the labValidator database. | ||
[get] DBVersionText | Get the textual version of the labValidator database. | ||
[put] DestructLabValidator | Destructs/invalidates a main instance of the ILOabValidator interface | ||
[put] DestructSearch | Destructs/invalidates this ISearch interface instance | ||
[put] DestructValidate | Destructs/invalidates this Ivalidate interface instance | ||
[get/put] EnableLog | Get and Set the log activity for the module | ||
[get/put] ExternalFactor | External scaling factor for the service. | ||
[get/put] Language | Get and Set the language for the labValidator module | ||
[get] ModuleVersion | Get the version of the labValidator module. | ||
[get] ModuleVersionText | Get the textual version of the labValidator module. | ||
[get/put] PlaceType | Get and Set the place where the service is provided | ||
[get/put] RoleType | Get and Set the role who provides the service | ||
[get/put] WildCard | Get and Set the match-all wildcard character for SQL queries | ||
[get/put] WildCharacter | Get and Set the "match any single character" wildcard character for SQL queries | ||