The ATL COM module drgValidator provides methods to
browse, search & validate records of the DRG tariff
browse, search & validate records of the DRG tariff
API browser of drgValidator100 COM module
IDRGValidator interface | V1.00/27 Jul 2007 | ||
---|---|---|---|
The IDRGValidator interface handles connections to the DRG database holding various DRG catalogs. It provides methods to open and close database connections, and query general database parameters, such as the database or module versions. A connection to the database must be opened via IDRGValidator before methods from any of the other interfaces can be used. | |||
Methods | 10 methods | ||
Close | Closes the DRG database. | ||
GetAbortInfo | Get the abort information | ||
GetFirstMDC | Retrieves the information for the first Major Diagnostic Category (MDC) of the selected DRG tariff catalog | ||
GetFirstTariff | Retrieves the information for the first DRG tariff catalog covered by the validator | ||
GetMDCs | Method for collecting all Major Diagnostic Category (MDC) data covered by the validator returned as JSON array | ||
GetNextMDC | Retrieves the information for the next Major Diagnostic Category (MDC) of the selected DRG tariff catalog | ||
GetNextTariff | Retrieves the information for the next DRG tariff catalog covered by the validator | ||
GetTariffs | Method for collecting all DRG tariff catalogs covered by the validator returned as JSON array | ||
Open | Opens the DRG database | ||
OpenEx | Opens the DRG database by supplying a connection string for the ADO connection object |
||
Properties | 12 properties | ||
[get] CreateDRGValidator | Creates an instance of the main IDRGValidator interface | ||
[get] CreateSearch | Creates an instance of the ISearch interface | ||
[get] CreateValidate | Create an instance of the IValidate interface | ||
[put] DestructDRGValidator | Destructs/invalidates a main instance of the IDRGValidator 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] Language | Get and Set the language for the drgValidator module | ||
[get] ModuleVersion | Get the version of the drgValidator module | ||
[get] ModuleVersionText | Get the textual version of the drgValidator module | ||
[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. | ||