Attached Data IP and getAttachedData Function

Oracle Health Insurance plans to remove the attached data integration point and the getAttachedData() predefined function.

This change applies to Oracle Health Insurance Enterprise Policy Administration.
Date of deprecation: 2023-08-23

What is deprecated?

Attached Data Integration Point

Oracle Health Insurance plans to remove the attached data integration point.

The rational for removing this feature is that both the generic /generic/attachedpolicydata API and the policies/{code}/attachedData API offer the same functionality.

This makes the Attached Data Integration Point superfluous.

getAttachedData() predefined function

Oracle Health Insurance plans to remove the getAttachedData() method. It is identical to the getAttachedPolicyData method.

Suggested actions

Attached Data Integration Point

Revisit the use of the attached data integration point. Use the generic attachedpolicydata API for default operations on the policy’s attached data. Use the specific policies/{code}/attachedData API for retrieving or updating attached data on a policy identified by its code.

getAttachedData() predefined function

Revisit the use of the getAttachedDate() method. Replace it with the getAttachedPolicyData() method on the policy domain object.