The ATL COM module generalNotification is a structured
message exchange protocol between to healthcare partners
message exchange protocol between to healthcare partners
API browser of generalnotification451 COM module
![]() |
![]() |
||
---|---|---|---|
Retrieves the data about the applied law and its dependent information | |||
![]() | |||
![]() |
|||
![]() | |||
![]() |
|||
HRESULT GetLaw( | LawType
DATE BSTR BSTR VARIANT_BOOL |
*peLawType,
*pdCaseDate, *pbstrCaseID, *pbstrInsuredID, *pbStatus); |
|
[C/C++ return value] | S_OK | This value is returned if the function call was successful. | |
S_FALSE | This value is returned if the end of an iteration is reached | ||
E_name | This value is returned if the function call was unsuccessful and an error exception was generated. Note that if you are using SmartPointers an exception is thrown under these conditions. | ||
![]() | |||
![]() |
|||
[out] LawType | *peLawType | Defines the type of law as given by the law type enumeration set. | |
[out] DATE | *pdCaseDate | The case date of the insurance (e.g. date of accident in UVG)
This date might be undefined for certain laws (e.g. KVG|VVG) and is left empty in such a case |
|
[out] BSTR | *pbstrCaseID | The case ID of the insurance (e.g. accident number in UVG)
This caseID might be undefined for certain laws (e.g. KVG|VVG) and is left empty in such a case |
|
[out] BSTR | *pbstrInsuredID | The patient's ID at the insurance
This patientID might be undefined for certain laws and is left empty in such a case |
|
[out,retval] VARIANT_BOOL | *pbStatus | Return status of the method. If pbStatus is VARIANT_FALSE then the law container was not set/defined. | |
![]() |