The ATL COM module careCreditRequest is capable of
generating electronic & printed nursing care credit requests
generating electronic & printed nursing care 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 careCreditRequest_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 careCreditRequest_450 was archived on a local disk
copy of a nursing care credit request |
This can be accomplished by calling the following 4 methods:
- ICareCreditRequestManager::LoadXML using careCreditXML as input file
- ICareCreditResult::GetRequest to retrieve the parameters
- ICareCreditRequest::SetRequest with eIsCopy=enYes
- ICareCreditRequestManager::GetXML
storno of nursing care credit request |
This can be accomplished by calling the following 4 methods:
- ICareCreditRequestManager::LoadXML using careCreditgXML as input file
- ICareCreditResult::GetRequest to retrieve the parameters
- ICareCreditRequest::SetRequest with eIsStorno=enYes
- ICareCreditRequestManager::GetXML