decryptPatientIdOf method
Implementation
Future<Set<EntityReferenceInGroup>> decryptPatientIdOf(GroupScoped<HealthElement> healthElement) async {
return await CardinalSdkPlatformInterface.instance.apis.healthElement.inGroup.decryptPatientIdOf(
_sdkId,
healthElement,
);
}