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 | |||
|---|---|---|---|
|
With the IHospitalMCDRequest interface all MCD related data can be set by the interface's methods.
Alternatively, the data of a previously generated XML infoset can be loaded with the IHospitalMCDRequestManager::LoadXML method and thereafter these interface methods allow to change the data appropriately. |
|||
| 22 methods | |||
| AddDiagnosis | Adds a diagnosis to the list of diagnoses | ||
| AddDiseaseQualification | Adds one tuple of disease qualification terms to the list of disease qualifications | ||
| AddDocument | Attaches a PDF, JPG or PNG document -inline- to the list of documents | ||
| AddMedication | Adds a set medication information to the list of medications | ||
| AddProcedure | Adds a procedure to the list of procedures. | ||
| Finalize | Finalizes and validates all data set so far in the IHospitalMCDRequest interface | ||
| GetAbortInfo | Get the abort information string with the error coded in the module language | ||
| Initialize | Initializes all input data in the IHospitalMCDRequest interface | ||
| SetBillerGLN | Sets the biller's structured address as well as its mandatory GLN | ||
| SetBillerZSR | Sets the biller's structured address as well as its mandatory ZSR | ||
| SetExceptionCriteria | Sets a comma-separated list of criteria numbers, that favors a stationary treatment | ||
| SetGrouperData | Sets the grouper relevant global parameters | ||
| SetInsurance | Sets the insurance's GLN as well as the structured address | ||
| SetInvoice | Sets the invoice object reference for which the MCD is produced | ||
| SetMCD | Sets the main MCD object reference that is it uniquely characterizes this XML infoset | ||
| SetPackage | Defines the identification parameters of the main software. | ||
| SetPatient | Sets the primary parameters of the patient that are necessary for the DRG grouper. | ||
| SetProviderGLN | Sets the provider's structured address as well as its mandatory GLN | ||
| SetProviderZSR | Sets the provider's structured address as well as its mandatory ZSR | ||
| SetRequest | Defines the processing parameters, namely the "normal", "storno" or "copy" status of the requestSubtype enumeration besides an optional remark | ||
| SetTransport | Sets transport information that is the routing information going from a sender (from) over the first intermediate (via) to the receiver (to) | ||
| SetTreatment | Sets the basic treatment parameters | ||
| 3 properties | |||
| [get] CreateAddress | Creates an instance of the IAddress interface | ||
| [put] DestructAddress | Destructs/invalidates the IAddress interface instance | ||
| [put] DestructHospitalMCDRequest | Destructs/invalidates this IHospitalMCRequest interface instance | ||