The ATL COM module tarmedValidator provides methods to
browse, search & validate records of the Tarmed tariff
browse, search & validate records of the Tarmed tariff
API browser of tarmedValidator100 COM module
| V1.00/30 Aug 2002 | |||
|---|---|---|---|
|
The ICatalog interface allows the retrieval of catalog information from the Tarmed database. This information is most commonly used for populating lists or combo boxes, from which a user will select Tarmed service codes and/or options. The selected catalog entry can then be used as input for other interfaces.
All methods fill the pbStatus variable with VARIANT_TRUE, and return S_OK, if the information is successfully retrieved. A pbStatus value of VARIANT_FALSE and a return value of S_FALSE indicate that no more data is available. |
|||
| 39 methods | |||
| GetAbortInfo | Get the abort information. | ||
| GetAnaesthesiaCodeTypes | Method for collecting all anaesthesia code type data of a certain code in one call without the necessity to call iterator pair GetFirstAnaesthesiaCodeType / GetNextAnaesthesiaCodeType | ||
| GetChapters | Method for collecting all chapter information of a certain code in one call without the necessity to call iterator pair GetFirstChapter / GetNextChapter | ||
| GetFirstAnaesthesiaCodeType | Retrieves the first anaesthesia code type information. | ||
| GetFirstAnaesthesiaRiskClass | Retrieves the first anaesthesia risk class information. | ||
| GetFirstChapter | Retrieves the first chapter information | ||
| GetFirstMechanicCode | Retrieves the first utility information | ||
| GetFirstQualitativeDignity | Retrieves the first qualitative dignity information | ||
| GetFirstQualitativeDignitySet | Retrieves the first qualitative dignity set information. | ||
| GetFirstSection | Retrieves the first section information. | ||
| GetFirstServiceBlock | Retrieves the first service block information. | ||
| GetFirstServiceGroup | Retrieves the first service group information. | ||
| GetFirstServiceObligationCode | Retrieves the first service obligation information. | ||
| GetFirstServiceType | Retrieves the first service type information | ||
| GetFirstTimeSpan | Retrieves the first time span information. | ||
| GetFirstUnit | Retrieves the first measurement-unit information. | ||
| GetMechanicCodes | Method for collecting all utility information (aka mechanic codes) of a certain code in one call without the necessity to call iterator pair GetFirstMechanicCode / GetNextMechanicCode | ||
| GetNextAnaesthesiaCodeType | Retrieves the next anaesthesia code type information. | ||
| GetNextAnaesthesiaRiskClass | Retrieves the next anaesthesia risk class information. | ||
| GetNextChapter | Retrieves the next chapter information | ||
| GetNextMechanicCode | Retrieves the next utility information | ||
| GetNextQualitativeDignity | Retrieves the next qualitative dignity information | ||
| GetNextQualitativeDignitySet | Retrieves the next qualitative dignity set information. | ||
| GetNextSection | Retrieves the next section information. | ||
| GetNextServiceBlock | Retrieves the next service block information. | ||
| GetNextServiceGroup | Retrieves the next service group information. | ||
| GetNextServiceObligationCode | Retrieves the next service obligation information. | ||
| GetNextServiceType | Retrieves the next service type information | ||
| GetNextTimeSpan | Retrieves the next time span information. | ||
| GetNextUnit | Retrieves the first measurement-unit information. | ||
| GetQualitativeDignities | Method for collecting all qualitative dignity set of a certain code in one call without the necessity to call iterator pair GetFirstQualitativeDignity / GetNextQualitativeDignity | ||
| GetQualitativeDignitySets | Method for collecting all qualitative dignity sets of a certain code in one call without the necessity to call iterator pair GetFirstQualitativeDignitySet / GetNextQualitativeDignitySet | ||
| GetSections | Method for collecting all section information of a certain code in one call without the necessity to call iterator pair GetFirstSection / GetNextSection | ||
| GetServiceBlocks | Method for collecting all service block information of a certain code in one call without the necessity to call iterator pair GetFirstServiceBlock / GetNextServiceBlock | ||
| GetServiceGroups | Method for collecting all service group information of a certain code in one call without the necessity to call iterator pair GetFirstServiceGroup / GetNextServiceGroup | ||
| GetServiceObligationCodes | Method for collecting all service obligation information of a certain set code in one call without the necessity to call iterator pair GetFirstServiceObligationCode / GetNextServiceObligationCode | ||
| GetServiceTypes | Method for collecting all service type information of a certain code in one call without the necessity to call iterator pair GetFirstServiceType / GetNextServiceType | ||
| GetTimeSpans | Method for collecting all time span information of a certain code in one call without the necessity to call iterator pair GetFirstTimeSpan / GetNextTimeSpan | ||
| GetUnits | Method for collecting all measurement-unit information of a certain code in one call without the necessity to call iterator pair GetFirstUnit / GetNextUnit | ||
| 1 properties | |||
| [put] DestructCatalog | Destructs/invalidates this ICatalog interface instance | ||