The ATL COM module hospitalMCDRequest is capable of
generating XML and/or paper based MCD requests
generating XML and/or paper based MCD requests
API browser of hospitalMCDRequest452 COM module
IHospitalMCDResult interface | V4.52/13 Sep 2019 | ||
---|---|---|---|
The IHospitalMCDResult interface allows to read back all data that have been defined by using an IHospitalMCDRequest interface object or by loading a previously generated XML infoset with the IHospitalMCDRequestManager::LoadXML method. | |||
Methods | 27 methods | ||
GetAbortInfo | Get the abort information string with the error coded in the module language | ||
GetBiller | Retrieves the biller's various identifiers (GLN, ZSR,...) as well as the structured address | ||
GetDiagnoses | Method for collecting all diagnosis data covered by the IHospitalMCDResult interface and returned as JSON array | ||
GetDocuments | Method for collecting all document data covered by the IHospitalMCDResult interface and returned as JSON array | ||
GetFirstDiagnosis | Retrieves the first diagnosis from the list of diagnoses | ||
GetFirstDocument | Retrieves the first document from the list of documents | ||
GetFirstGrouperRecord | Retrieves the first Grouper record from the list of Grouper records | ||
GetFirstMedication | Retrieves the first medication set from the list of medications | ||
GetFirstProcedure | Retrieves the first procedure from the list of procedures | ||
GetGrouperData | Retrieves the grouper relevant global parameters | ||
GetGrouperRecords | Method for collecting all grouper record data covered by the IHospitalMCDResult interface and returned as JSON array | ||
GetInsurance | Retrieves the insurance's GLN as well as the structured address | ||
GetInvoice | Retrieves the invoice object reference parameters for which the MCD is produced | ||
GetMCD | Retrieves the main MCD object reference parameters |
||
GetMedications | Method for collecting all medication record data covered by the IHospitalMCDResult interface and returned as JSON array | ||
GetNextDiagnosis | Retrieves the next diagnosis from the list of diagnoses | ||
GetNextDocument | Retrieves the next document from the list of documents | ||
GetNextGrouperRecord | Retrieves the next Grouper record from the list of Grouper records | ||
GetNextMedication | Retrieves the next medication set from the list of medications. | ||
GetNextProcedure | Retrieves the next procedure from the list of procedures | ||
GetPackage | Retrieves the identification parameters of the main software | ||
GetPatient | Retrieves the primary parameters (sex, birth date) of the patient. | ||
GetProcedures | Method for collecting all procedure record data covered by the IHospitalMCDResult interface and returned as JSON array | ||
GetProvider | Retrieves the main provider's various identifiers (GLN, ZSR,...) and the structured address | ||
GetRequest | Returns the primary parameters of the request, namely the language the data is supplied, the "storno" and "copy" status besides an optional remark. | ||
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. | ||
Properties | 1 properties | ||
[put] DestructHospitalMCDResult | Destructs/invalidates this IHospitalMCDResult interface instance. | ||