decryptPatientIdOf method

Future<Set<String>> decryptPatientIdOf(
  1. HealthElement healthElement
)

Implementation

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