matchHealthcarePartiesBy method

Future<List<String>> matchHealthcarePartiesBy(
  1. BaseFilterOptions<HealthcareParty> filter
)

Implementation

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