Future<Set<String>> decryptPatientIdOf(TimeTable timeTable) async { return await CardinalSdkPlatformInterface.instance.apis.timeTable.decryptPatientIdOf( _sdkId, timeTable, ); }