matchPatientsBySorted method
Implementation
Future<List<String>> matchPatientsBySorted(BaseSortableFilterOptions<Patient> filter) async {
return await CardinalSdkPlatformInterface.instance.apis.patientBasic.matchPatientsBySorted(
_sdkId,
filter,
);
}