The ATL COM module hospitalMCDResponse is capable of
analyzing electronic responses to MCD requests
analyzing electronic responses to MCD requests
API browser of hospitalMCDResponse452 COM module
IHospitalMCDResponse interface | V4.52/13 Sep 2019 | ||
---|---|---|---|
The IHospitalMCDResponse interface allows to read back all data that have been loaded with the IHospitalMCDResponseManager::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 GLN of the main contact | ||
GetDocuments | Method for collecting all document data covered by the IHospitalMCDResponse 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 GLN of the initial request | ||
GetInvoice | Retrieves the invoice object reference parameters for which the MCD is produced | ||
GetMCD | Retrieves the MCD object reference parameters | ||
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 IHospitalMCDResponse interface and returned as JSON array | ||
GetPackage | Retrieves the identification parameters of the sender's main software | ||
GetPatient | Retrieves the primary parameters 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 GLN 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 optional ACID parameter | ||
Properties | 1 properties | ||
[put] DestructHospitalMCDResponse | Destructs/invalidates this IHospitalMCDResponse interface instance. | ||