cryptedForeignKeys property

Map<String, Set<DelegationDto>> cryptedForeignKeys
getter/setter pair

The secretForeignKeys are filled at the to many end of a one to many relationship (for example inside Contact for the Patient -> Contacts relationship). Used when we want to find the patient for a specific contact. These keys are the encrypted id (using the hcParty key for the delegate) that can be found in clear inside the patient. ids encrypted using the hcParty keys.

Implementation

Map<String, Set<DelegationDto>> cryptedForeignKeys;