The generalFormRequest ATL COM module manages
and fills out a PDF based form system
and fills out a PDF based form system
API browser of generalFormRequest430 COM module
IGeneralFormRequest interface | V4.30/ 7 Sep 2011 | |
---|---|---|
With the IGeneralFormRequest interface all the PDF form related data and parameters can be set by the available interface methods like SetPatient, AddAddress,...
Since the set of requested data is dependent on the chosen PDF form, such a PDF form or alternatively a corresponding XML infoset of type generalFormRequest_430.xsd or generalNotification_430.xsd firstly must be loaded into the COM module. The IGeneralFormRequestManger::LoadPDF or IGeneralFormRequestManger::LoadXML methods return the instance of IGeneralFormRequest interface upon successful loading the data file. |
||
Methods | 26 methods | |
AddAddress | Sets the structured address and primary parameters like EAN, ZSR, etc for a certain address define by the PDF form variable name | |
AddAllergy | Adds an allergy structure to the list of allergies. | |
AddDiagnosis | Adds a diagnosis structure to the list of diagnoses. | |
AddMedication | Adds a medication structure to the list of medications. | |
AddNumericResult | Adds a numerical result structure to the list of numerical result structures | |
AddTextResult | Adds a textual result structure to the list of textual result structures | |
AddUnemployability | Adds an unemployability structure to the list of unemployabilities. | |
AddVaccination | Adds a vaccination structure to the list of vaccinations. | |
AddVar | Adds a basic PDF form variable | |
Finalize | Finalizes and validates all data set so far in the GeneralFormRequest interface | |
GetAbortInfo | Get the abort information string with the error coded in the module language | |
GetFirstAddressRole | Retrieves the first address of all semantically well defined address defined by the currently loaded PDF file | |
GetFirstStructRole | Retrieves the first structure of all semantically well defined structures defined by the currently loaded PDF file | |
GetFirstVar | Retrieves the first basic PDF form variable | |
GetNextAddressRole | Retrieves the next address of all semantically well defined address defined by the currently loaded PDF file | |
GetNextStructRole | Retrieves the first structure of all semantically well defined structures defined by the currently loaded PDF file | |
GetNextVar | Retrieves the next basic PDF form variable | |
SetCard | Sets the patient's insurance card information (might be the patient card later on) - this information is optional. | |
SetForm | Sets the primary form object reference | |
SetLaw | Sets the law and its dependent information | |
SetPackage | Defines the identification parameters of the main software that uses this DLL. | |
SetPatient | Sets the primary parameters and structured address of the patient | |
SetRefObject | Sets the optional depended object reference of type credit, invoice, reminder, MCD, form, or notification for which this form process is actually started | |
SetRequest | Sets the role and place information, as well as the processing parameters "storno" and "copy" | |
SetTransport | Sets transport information that is the routing information going from a sender (from) over the first intermediate (via) to the receiver (to) | |
SetTreatment | Sets the primary treatment input data. | |
Properties | 1 properties | |
[get] CreateAddress | Create an instance of the IAddress interface | |