drgValidator, a module capable of browsing,
querying, and validating DRG services.
drgValidator
    API DocBrowser   ·  Revision history
    Download area
    FAQ
 
home
system
integrators
search the
site
 

validator
modules
invoice
modules
credit
modules
miscellaneous
modules
tools

  Design by TMR AG
  © by sumex1.net
 
ISearch interface

 Description  V1.00/27 Jul 2007 
The ISearch interface allows browsing and retrieval of detailed information from the selected DRG tariff catalog. Searches can be performed by code, name, or MDC respectively. The search terms may be specified literal or may include wildcards. After a successful search, all of the available information directly related to the search term is made available through the interface's properties.

Each search method (e.g. SearchCode, SearchName, and SearchMDC) produces a selection list composed of zero or more service records. The total number of records in the list can be retrieved using the method GetRecordCount. The record pointer is initially positioned at the first entry of the selection list. The available information related to the current record is made available through the interface's properties. The methods MoveFirst, MoveLast, MoveNext, MovePrevious, PutAbsolutePosition, and GetAbsolutePosition are used to reposition the record pointer.

 Methods  11 methods 

 Properties  18 properties 
[get]  AgeRestriction  [get]  LOSRestriction
[get]  AverageLengthOfStay  [get]  LowTrimPoint
[get]  Billable  [get]  MDC
[get]  Code  [get]  Name
[get]  CodeType  [get]  ServiceType
[get]  CostWeight  [get]  TariffType
[get]  GenderRestriction  [get]  TP
[get]  HighTrimPoint  [get]  ValidFrom
[get]  HighTrimPoint2  [get]  ValidTo
drgValidator
  ISearch