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
| V4.52/27 Nov 2024 | |||
|---|---|---|---|
| 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. | |||
| 30 methods | |||
| GetAbortInfo | Get the abort information string with the error coded in the module language | ||
| GetBillerGLN | Gets the biller's structured address as well as its mandatory GLN | ||
| GetBillerZSR | Gets the biller's structured address as well as its mandatory ZSR | ||
| GetDiagnoses | Method for collecting all diagnosis data covered by the IHospitalMCDResult interface and returned as JSON array | ||
| GetDiseaseQualifications | Method for collecting all disease qualification 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 | ||
| GetExceptionCriteria | Retrieves the comma-separated and white-space-independent list of criteria numbers, that favors a stationary treatment | ||
| GetFirstDiagnosis | Retrieves the first diagnosis from the list of diagnoses | ||
| GetFirstDiseaseQualification | Retrieves the first tuple of disease qualification terms from the list of disease qualifications | ||
| GetFirstDocument | Retrieves the first document from the list of documents | ||
| 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 | ||
| 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 | ||
| GetNextDiseaseQualification | Retrieves the next tuple of disease qualification terms from the list of disease qualifications | ||
| GetNextDocument | Retrieves the next document from the list of documents | ||
| 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 | ||
| GetProviderGLN | Gets the provider's structured address as well as ist mandatory GLN | ||
| GetProviderZSR | Sets the provider's structured address as well as its mandatory ZSR | ||
| GetRequest | Returns the primary parameters of the request, namely the language the data is supplied, the request subtype 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. | ||
| 1 properties | |||
| [put] DestructHospitalMCDResult | Destructs/invalidates this IHospitalMCDResult interface instance. | ||