deleteHealthElementsByIds method
Implementation
Future<List<DocIdentifier>> deleteHealthElementsByIds(List<IdWithMandatoryRev> entityIds) async {
return await CardinalSdkPlatformInterface.instance.apis.healthElement.deleteHealthElementsByIds(
_sdkId,
entityIds,
);
}