The generalCreditRequest ATL COM module for
generating electronic and paper based credit requests
generating electronic and paper based credit requests
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
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:
- IGeneralCreditRequestManager::LoadXML using careCreditXML as input file
- IGeneralCreditResult::GetRequest to retrieve the parameters
- IGeneralCreditRequest::SetRequest with eIsCopy=enYes
- IGeneralCreditRequestManager::GetXML
storno of nursing care credit request |
This can be accomplished by calling the following 4 methods:
- IGeneralCreditRequestManager::LoadXML using careCreditgXML as input file
- IGeneralCreditResult::GetRequest to retrieve the parameters
- IGeneralCreditRequest::SetRequest with eIsStorno=enYes
- IGeneralCreditRequestManager::GetXML