decryptPatientIdOf method

Future<Set<EntityReferenceInGroup>> decryptPatientIdOf(
  1. GroupScoped<HealthElement> healthElement
)

Implementation

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