API browser of tardocValidator100 COM module


/images/arrow_right.png ICatalog interface V1.00/ 1 Jul 2025 
The ICatalog interface allows the retrieval of catalog information from the Tardoc database. This information is most commonly used for populating lists or combo boxes, from which a user will select Tardoc 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.

space
space
/images/arrow_right.png Methods 40 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
GetAnaesthesiaInterventionClasses Method for collecting all anaesthesia intervention type data of a certain code in one call without the necessity to call iterator pair GetFirstAnaesthesiaInterventionClass / GetNextAnaesthesiaInterventionClass
GetChapterInterpretations Method for collecting all interpretations of a medical chapter code in one call without the necessity to call iterator pair GetFirstChapterInterpretation / GetNextChapterInterpretation
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.
GetFirstAnaesthesiaInterventionClass Retrieves the first defined anaesthesia intervention class available for selection.
GetFirstChapter Retrieves the first chapter information.
GetFirstChapterInterpretation Returns the first interpretation of a medical chapter code.
GetFirstMechanicCode Retrieves the first utility information
GetFirstMedicalSectionCode Retrieves the first defined section code in the medical classification.
GetFirstQualitativeDignity Retrieves the first qualitative dignity information.
GetFirstSection Retrieves the first section 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
GetMedicalSectionCodes Method for collecting all medical section codes in one call without the necessity to call iterator pair GetFirstMedicalSectionCode / GetNextMedicalSectionCode
GetNextAnaesthesiaCodeType Retrieves the next anaesthesia code type information.
GetNextAnaesthesiaInterventionClass Retrieves the next anaesthesia intervention class in the iteration sequence.
GetNextChapter Retrieves the next chapter information.
GetNextChapterInterpretation Returns the next available chapter interpretation in the iteration.
GetNextMechanicCode Retrieves the next utility information
GetNextMedicalSectionCode Retrieves the next section code following the current one in the list.
GetNextQualitativeDignity Retrieves the next qualitative dignity information.
GetNextSection Retrieves the next section 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
GetSections Method for collecting all section information of a certain code in one call without the necessity to call iterator pair GetFirstSection / GetNextSection
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
space
/images/arrow_right.png Properties 1 properties
[put] DestructCatalog Destructs/invalidates this ICatalog interface instance
 
space