The careCreditResponse ATL COM module loads &
analyzes electronic responses to care credit requests
analyzes electronic responses to care credit requests
API browser of CareCreditResponse450 COM module
ICareCreditResponse interface | V4.50/ 6 May 2019 | ||
---|---|---|---|
The ICareCreditResponse interface allows to read back all data that have been loaded with the ICareCreditResponseManager::LoadXML method. | |||
Methods | 22 methods | ||
GetAbortInfo | Gets the abort information string with the error coded in the module language | ||
GetAcceptType | Retrieves detailed information for a response of type Accepted | ||
GetBiller | Retrieves the biller's GLN of the initial request | ||
GetContact | Retrieves the structured address and EAN of the main contact | ||
GetCreditObject | Retrieves the optional care credit object reference parameters | ||
GetDebitor | Retrieves the structured address and EAN of the debitor of the initial request | ||
GetDocuments | Method for collecting all document data covered by the ICareCreditResponse interface and returned as JSON array | ||
GetFirstDocument | Retrieves the first document from the list of documents | ||
GetFirstNotification | Retrieves the first notification object | ||
GetGenerator | Retrieves the identification parameters of the sender's XML infoset generator software | ||
GetInsurance | Retrieves the insurance's EAN of the initial request | ||
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 ICareCreditResponse 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 | ||
GetProvider | Retrieves the provider's EAN of the initial request | ||
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) | ||
GetTreatment | Retrieves the basic treatment parameters mirrored of the initial request. | ||
Properties | 1 properties | ||
[put] DestructCareCreditResponse | Destructs/invalidates this ICareCreditResponse interface instance. | ||