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
IUtility interface | V1.00/30 Aug 2002 | ||
---|---|---|---|
The IUtility interface automatically generates a service record for a given code. For example, a record describing a consultation of n minutes will automatically be constructed according to the Tarmed rules. The anaesthesia rules are also covered. | |||
Methods | 22 methods | ||
Anaesthesia | Determines the anaesthesia records corresponding to the specified code | ||
EmergencyAdmission | Finds the emergency admission records. | ||
EmergencyInconvenience | Finds the emergency inconvenience | ||
Expand | Expands the given main code, according to the supplied number and as multiples of the base unit | ||
GetAbortInfo | Get the abort information. | ||
GetAnaesthesiaRecords | Method for collecting all anaesthesia records resulting from the Anaesthesia search method in one call without the necessity to call iterator pair GetFirstEmergencyInconvenienceRecord / GetNextEmergencyInconvenienceRecord | ||
GetEmergencyAdmissionRecords | Method for collecting all emergency admission records resulting from the EmergencyAdmission search method in one call without the necessity to call iterator pair GetFirstEmergencyAdmissionRecord / GetNextEmergencyAdmissionRecord | ||
GetEmergencyInconvenienceRecords | Method for collecting all emergency inconvenience records resulting from the EmergencyInconvenience search method in one call without the necessity to call iterator pair GetFirstEmergencyInconvenienceRecord / GetNextEmergencyInconvenienceRecord | ||
GetExpandRecords | Method for collecting all expanded records resulting from the Expand search method in one call without the necessity to call iterator pair GetFirstExpandRecord / GetNextExpandRecord | ||
GetFirstAnaesthesiaRecord | Gets the first anaesthesia record | ||
GetFirstEmergencyAdmissionRecord | Gets the first emergency admission record. | ||
GetFirstEmergencyInconvenienceRecord | Gets the first emergency inconvenience record. | ||
GetFirstExpandRecord | Gets the first expanded record | ||
GetFirstNoneMedicalCareRecord | Gets the first non-medical care record. | ||
GetNextAnaesthesiaRecord | Gets the next anaesthesia record | ||
GetNextEmergencyAdmissionRecord | Gets the next emergency admission record. | ||
GetNextEmergencyInconvenienceRecord | Gets the next emergency inconvenience record. | ||
GetNextExpandRecord | Gets the next expanded record. | ||
GetNextNoneMedicalCareRecord | Gets the next non-medical care record. | ||
GetNoneMedicalCareRecords | Method for collecting all non-medical care records resulting from the NoneMedicalCare search method in one call without the necessity to call iterator pair GetFirstNoneMedicalCareRecord / GetNextNoneMedicalCareRecord | ||
InitAnaesthesia | Initialize the anaesthesia method | ||
NoneMedicalCare | Finds the non-medical care records | ||
Properties | 1 properties | ||
[put] DestructUtility | Destructs/invalidates this IUtility interface instance | ||