linkToPatient method
Implementation
Future<DecryptedCalendarItem> linkToPatient(CalendarItem calendarItem, Patient patient, Set<String> shareLinkWithDelegates) async {
return await CardinalSdkPlatformInterface.instance.apis.calendarItem.linkToPatient(
_sdkId,
calendarItem,
patient,
shareLinkWithDelegates,
);
}