hospitalMCDResponse: Changes from V4.40 to V4.51...

The following list shows how the transition from V4.40 to V4.51 must be made in terms of new, changed, and deleted interface methods a/o arguments.

To ease the spreading towards the new COM module even if the readiness at intermediates and insurances is yet unknown, this new version natively can load, print and generate the V4.51 as well as the previous standard V4.40. So the implementation can be done now and the activation of the V4.51 standard afterwards!

Please note, that hospitalMCDRequest450 is a well-defined standard, but due to last minute, changes of swissDRG for 2018 it became obsolete from the beginning. Therefore, do make a transfer from V4.40 to V4.51 from the very beginning!

IHospitalMCDResponseManager
  changed:   The IHospitalMCDResponseManager::LoadXML(...) method can natively load XML infosets of type hospitalMCDResponse_450.xsd as well as its predecessors hospitalMCDResponse_450.xsd and hospitalMCDResponse_440.xsd.
  changed:   The IHospitalMCDResponseManager::Print(...) method can natively print responses of type hospitalMCDResponse_451.xsd as well as its predecessors hospitalMCDResponse_450.xsd and hospitalMCDResponse_440.xsd.  
 
IHospitalMCDResponse
  new:   The iterator pair IHospitalMCDResponse::GetFirstDocument(...) / IHospitalMCDResponse::GetNextDocument(...) was included to retrieve added documents of type JPG, PNG, or PDF  
 
IAddress
    no changes