|
The HospitalMCDRequestManager is an ATL COM module which provides methods to generate a Minimal Clinical Dataset
(MCD) that basically defines the required input to a DRG grouper.
Architectural blueprint
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
LoadXML method and thereafter changed appropriately.
Thereafter the data is transformed into a standards-compliant hospitalMCDRequest XML infoset that
is sent to a recipient over a intermediate. In the case of an XML the MCD can optionally be signed and/or encrypted.
Alternatively, the data is sent to the print engine to produce the MCD on paper.
|