How to best make...

The following list describes the easiest way to generate e.g. a copy or storno request given that the initial nursing care request was successfully produced and the none-encrypted XML infoset of type generalCreditRequest_450 was archived on a local disk

copy of a nursing care credit request
This can be accomplished by calling the following 4 methods:
  1. IGeneralCreditRequestManager::LoadXML using careCreditXML as input file
  2. IGeneralCreditResult::GetRequest to retrieve the parameters
  3. IGeneralCreditRequest::SetRequest with eIsCopy=enYes
  4. IGeneralCreditRequestManager::GetXML
storno of nursing care credit request
This can be accomplished by calling the following 4 methods:
  1. IGeneralCreditRequestManager::LoadXML using careCreditgXML as input file
  2. IGeneralCreditResult::GetRequest to retrieve the parameters
  3. IGeneralCreditRequest::SetRequest with eIsStorno=enYes
  4. IGeneralCreditRequestManager::GetXML