createDelegationDeAnonymizationMetadata method
Future<void>
createDelegationDeAnonymizationMetadata(
- GroupScoped<
DecryptedPatient> entity, - Set<
EntityReferenceInGroup> delegates
Implementation
Future<void> createDelegationDeAnonymizationMetadata(GroupScoped<DecryptedPatient> entity, Set<EntityReferenceInGroup> delegates) async {
return await CardinalSdkPlatformInterface.instance.apis.patient.inGroup.createDelegationDeAnonymizationMetadata(
_sdkId,
entity,
delegates,
);
}