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