matchHealthcarePartiesBy method
Implementation
Future<List<String>> matchHealthcarePartiesBy(BaseFilterOptions<HealthcareParty> filter) async {
return await CardinalSdkPlatformInterface.instance.apis.healthcareParty.matchHealthcarePartiesBy(
_sdkId,
filter,
);
}