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