The ATL COM module tardocValidator provides methods to
browse, search & validate records of the TARDOC tariff
browse, search & validate records of the TARDOC tariff
API browser of tardocValidator100 COM module
![]() |
V1.00/ 1 Jul 2025 | ||
---|---|---|---|
The ITardocInput interface provides methods for the input of data which will mainly stay constant for a particular installation of the program, such as the dignities of the physicians, or stay constant throughout a session, such as the patient sex or patient birth date. It is used in conjunction with the IValidate interface. The physician, patient and treatment data are entered via the ITardocInput interface, then the service data are entered via the IValidate interface. | ![]() |
||
![]() | |||
![]() |
18 methods | ||
AddDignity | Adds the qualitative dignity for the supplied physician GLN number. | ||
AddSection | Adds the service location section. | ||
GetAbortInfo | Get the abort information. | ||
GetDignities | Method for collecting all filtered dignity information inputted so far by AddDignity in one call without the necessity to call iterator pair GetFirstDignity / GetNextDignity | ||
GetFirstDignity | Retrieves the first dignity information. | ||
GetFirstSection | Retrieves the first section information. | ||
GetNextDignity | Retrieves the next dignity information. | ||
GetNextSection | Retrieves the next section information. | ||
GetPatient | Get the patient input data. | ||
GetPhysician | Get the physician input data. | ||
GetSections | Method for collecting all filtered section information inputted so far by AddSection in one call without the necessity to call iterator pair GetFirstSection / GetNextSection | ||
GetTreatment | Get the treatment input data. | ||
InitDignity | Initializes the dignity-relevant input data. | ||
Initialize | Initializes the input data. | ||
InitSection | Initializes the section-relevant input data. | ||
SetPatient | Set the patient input data. | ||
SetPhysician | Set the physician input data. | ||
SetTreatment | Set the treatment input data. | ||
![]() | |||
![]() |
1 properties | ||
[put] DestructTardocInput | Destructs/invalidates this ITardocInput interface instance | ||
![]() |