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 generalnotification500 COM module
| V5.00/ 3 Aug 2025 | |||
|---|---|---|---|
|
With the IAddress interface address data can be set and/or retrieved.
The address of a person is set by the method SetPerson whereas a company address is entered by the method SetCompany. Before setting a new address the interface has to be initialized by the method Initialize. |
|||
| 13 methods | |||
| AddPhone | Adds a structured phone number | ||
| GetAbortInfo | Gets the abort information string with the error coded in the module language | ||
| GetCompany | Retrieves the company's naming part of the address | ||
| GetFirstPhone | Retrieves the first phone number information | ||
| GetNextPhone | Retrieves the next phone number information | ||
| GetOnline | Retrieves the structured online part of the address | ||
| GetPerson | Retrieves the person's naming part of the address | ||
| GetPostal | Retrieves the structured postal address part of the address | ||
| Initialize | Initializes all address variables | ||
| SetCompany | Sets the company's naming part of the address | ||
| SetOnline | Sets the structured online part of the address. | ||
| SetPerson | Sets the person's naming part of the address | ||
| SetPostal | Sets the structured postal address part | ||
| 2 properties | |||
| [put] DestructAddress | Destructs/invalidates this IAddress interface instance | ||
| [get] Type | GetType returns the type of address either enAddressPerson or enAddressCompany if an address is defined at all | ||