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. |