resolvePatientsConflicts method

Future<List<IdWithRev>> resolvePatientsConflicts({
  1. int? limit,
})

Implementation

Future<List<IdWithRev>> resolvePatientsConflicts({ int? limit }) async {
	return await CardinalSdkPlatformInterface.instance.apis.system.resolvePatientsConflicts(
		_sdkId,
		limit,
	);
}