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 generalFormResponse450 COM module
| V4.50/ 2 Sep 2016 | |||
|---|---|---|---|
| The IGeneralFormResponse interface allows to read back all data that have been loaded with the IGeneralFormResponseManager::LoadXML method. | |||
| 20 methods | |||
| GetAbortInfo | Get the abort information string with the error coded in the module language | ||
| GetAcceptType | Retrieves detailed information for a response of type Accepted | ||
| GetConsumer | Gets the consumer's EAN of the original form request | ||
| GetContact | Retrieves the structured address and EAN of the main contact | ||
| GetDocuments | Method for collecting all document data covered by the IGeneralFormResponse interface and returned as JSON array | ||
| GetFirstDocument | Retrieves the first document from the list of documents | ||
| GetFirstNotification | Retrieves the first notification object | ||
| GetFormObject | Retrieves the form object reference parameters | ||
| GetGenerator | Retrieves the identification parameters of the sender's XML infoset generator software | ||
| GetNextDocument | Retrieves the next document from the list of documents | ||
| GetNextNotification | Retrieves the next notification object | ||
| GetNotifications | Method for collecting all notification objects covered by the IGeneralCreditResponse interface and returned as JSON array | ||
| GetPackage | Retrieves the identification parameters of the sender's main software | ||
| GetPatient | Retrieves the primary parameters and structured address of the patient - these data are mirrored from the request | ||
| GetPendingType | Retrieves detailed information for a response of type Pending | ||
| GetProducer | Gets the producer's EAN of the original form request | ||
| GetRefObject | Retrieves the dependent object reference parameters | ||
| GetRejectType | Retrieves detailed information for a response of type Rejected | ||
| GetResponse | Returns the primary parameters of the response infoset, namely the operation modus, the language the infoset is formulated, and most important the type of the response | ||
| GetTransport | Returns the transport information that is the routing information going from a sender (from) over at least one intermediate (via) to the receiver (to) | ||
| 1 properties | |||
| [put] DestructGeneralFormResponse | Destructs/invalidates this IGeneralFormResponse interface instance. | ||