getHealthElements method
Implementation
Future<List<DecryptedHealthElement>> getHealthElements(List<String> entityIds) async {
return await CardinalSdkPlatformInterface.instance.apis.healthElement.getHealthElements(
_sdkId,
entityIds,
);
}
Future<List<DecryptedHealthElement>> getHealthElements(List<String> entityIds) async {
return await CardinalSdkPlatformInterface.instance.apis.healthElement.getHealthElements(
_sdkId,
entityIds,
);
}